/1kg.org

a charity website based China, named 1KG more

Primary LanguageJavaScript

== Introduction

This is the source code of 1kg.org. Here is a brief intro about 1kg.org in English: http://1kg.org/misc/en-intro

== Getting Started

1. clone the repository from github.

  git clone git://github.com/Suave/1kg.org.git
  
2. configure database.yml

  cp config/database.yml.example config/database.yml
  
3. install missing gems: http://wiki.github.com/Suave/1kg.org/1kgorg
  
4. run db migration

  rake db:schema:load
  
5. load bootstrap data

  rake db:data:load
  
6. start application.

  rackup -p 3000 config.ru

Point your browser to http://localhost:3000, and you will get it.