robotics-in-concert / rocon_cento

1 stars 5 forks source link

cento_server

Quick Start

git clone git@github.com:robotics-in-concert/rocon_cento.git
cd rocon-cento/app
mrt

Pre-requisites

Install node / npm

# Setup nodesource repository
curl -sL https://deb.nodesource.com/setup_0.12 | sudo bash -

# Then install
sudo apt-get install -y nodejs
$ sudo npm install npm -g

# Check npm version is 2.x.x
$ npm -v

Install meteorite

sudo npm install -g meteorite

Run on a private machine

jbpm

Install

Backup / Restoration

Mongodb

See Back Up and Restore with MongoDB Tools

$ mongodump --host localhost:27017 --db meteor-cento --out /tmp/dump
connected to: localhost:27017
2015-03-19T17:23:24.015+0900 DATABASE: cento     to     /tmp/dump/meteor-cento

$ mongorestore --host localhost:27017 /tmp/dump
connected to: localhost:27017