Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric Soulas committed Mar 11, 2012
1 parent d7532e1 commit ccab951
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions README.md
@@ -1,17 +1,9 @@
## Install Opa: [http://opalang.org](http://opalang.org)
## Install Opa version > 9.0.1 : [http://opalang.org](http://opalang.org)
## Install mongodb and start it on the default port: http://mongodb.org

## Compile and Run:
## Compile and run:

```bash
19:05 (master) λ make
opa --parser js-like src/todo.opa src/user.opa src/admin.opa src/main.opa -o main.exe
Embedding file "/Users/tristan/Devel/opado/resources/destroy.png" as resource "resources/destroy.png" with mimetype "image/png"
Embedding file "/Users/tristan/Devel/opado/resources/js/bugherd.js" as resource "resources/js/bugherd.js" with mimetype "application/javascript"
Embedding file "/Users/tristan/Devel/opado/resources/js/google_analytics.js" as resource "resources/js/google_analytics.js" with mimetype "application/javascript"
Embedding file "/Users/tristan/Devel/opado/resources/todos.css" as resource "resources/todos.css" with mimetype "text/css"
[tristan@marx ~/Devel/opado]
19:05 (master) λ ./main.exe
Accesses logged to access.log
Messages logged to error.log
Http (OPA/1056) serving on http://marx.local:8080
make
./main.exe
```

0 comments on commit ccab951

Please sign in to comment.