summaryrefslogtreecommitdiff
path: root/README.md
blob: 7c23d997a7c1f37e73ac0e307fba522b1d932458 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
IST Software&Services GUI
=========================

Installation:
-------------
    bundle install

Service start:
------
    sudo mongod &
    R CMD Rserve --vanilla &
    unicorn -p 8088 -c unicorn.rb -E production

Visit:
------
    http://localhost:8088