summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 2142dd5..6511463 100644
--- a/README.md
+++ b/README.md
@@ -5,11 +5,12 @@ Installation:
-------------
bundle install
-Usage:
+Service start:
------
- sudo /etc/init.d/mongod start
- unicorn -D
+ sudo mongod &
+ R CMD Rserve --vanilla &
+ unicorn -p 8088 -E production
Visit:
------
- http://localhost:8080
+ http://localhost:8088