summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2018-04-04 12:55:48 +0000
committergebele <gebele@in-silico.ch>2018-04-04 12:55:48 +0000
commite06b82b56205f4644533a6ba5bd2951b07be11b0 (patch)
tree0f3c575f8d42f1a9b1186e4a3f1ec707ad0ea619
parentf85c2062093287b2d605589618aa8f957bf47b29 (diff)
updated readme
-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