nodejs >= 0.10.25
mysql >= 5.5.6
> cd bamboo-api/db
> mysql -uuser -ppassword < db.sql
> cd ..
> node bin/initdb
> git clone git@github.com:inspire-0905/bamboo-api.git
> cd bamboo-api
> npm install
> ln -s config/dev.json config/config.json
> node bin/www
> cd bamboo-api
> fab -R production upload
> fab -R production restart
BSD-2-Clause