Skip to content

inspire-0905/bamboo-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend

Install Requirement

nodejs >= 0.10.25
mysql >= 5.5.6

Initial database

> cd bamboo-api/db
> mysql -uuser -ppassword < db.sql
> cd ..
> node bin/initdb

Development

> 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

Deploy

> cd bamboo-api
> fab -R production upload
> fab -R production restart

License


BSD-2-Clause

About

bamboo api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published