From e06b82b56205f4644533a6ba5bd2951b07be11b0 Mon Sep 17 00:00:00 2001 From: gebele Date: Wed, 4 Apr 2018 12:55:48 +0000 Subject: updated readme --- README.md | 9 +++++---- 1 file 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 -- cgit v1.2.3