Skip to content
/ 1kg.org Public
forked from Suave/1kg.org

a charity website based China, named 1KG more

Notifications You must be signed in to change notification settings

rainly/1kg.org

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

== 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.

About

a charity website based China, named 1KG more

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published