All Projects → Suave → 1kg.org

Suave / 1kg.org

Licence: other
a charity website based China, named 1KG more

Programming Languages

javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language
ColdFusion
112 projects
CSS
56736 projects
PHP
23972 projects - #3 most used programming language
Classic ASP
548 projects
== 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].