Skip to content

Commit

Permalink
add README
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzg committed Feb 14, 2012
1 parent 0c8ac57 commit c49e424
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Empty file removed README
Empty file.
18 changes: 18 additions & 0 deletions README.md
@@ -0,0 +1,18 @@
# CodeCampo

It's the source of http://codecampo.com , a light weight bbs for developer.

## Dependency

* ruby 1.9.3
* rails 3.1
* mongodb 1.8+

## Setup

git clone git@github.com:chloerei/code_campo.git
cd code_campo
bundle install
cp config/app_config.example.yml config/app_config.yml
cp config/mongoid.example.yml config/mongoid.yml
rails s

0 comments on commit c49e424

Please sign in to comment.