Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.07 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.07 KB

Open Bamboo for 대나무숲

Build Status

사용된 오픈소스

revel: A high-productivity web framework for the [Go language](http://www.golang.org/)  
bootstrap  
jquery  

Getting Started

Open source Bamboo project

Prerequests for development

1. golang
2. revel
3. MongoDB

Start the web server for development:

  1. Download & Install MongoDB.

  2. Create "bamboo" DB

  3. Download zipped source file

  4. unzip the source

  5. in any shell, type: revel run /unzipped bamboo path/

  6. goto http://your-ip

  7. you can see bamboo page

    Run with --help for options.

Prerequests for production

1. MongoDB

Start the web server for production

  1. Download & Install MongoDB.
  2. Create "bamboo" DB
  3. Download the zipped release file
  4. unzip the source
  5. goto unzipped bamboo path
  6. if using linux, start run.sh
  7. if using Windows, start run.bat
  8. you can see bamboo page on http://your-ip

Developed by ghatdev