Starting up servers

login as kona

cd into instiki
instiki start -d

cd  into labbook
rails server -d

(optional)
cd into stuffz

rvm use 2.2.5 (don’t know why this is needed)
cp the latest database file into db/ from ~/shuttle/

rails server -p 3001 -d (this does not work, it starts passenger though)
bundle exec passenger start -p 3001 -d

Restart for ttm server
log on as niko@198.58.101.207
cd rails/ttm_current
thin start -d
exit

Comments are closed.