Skip to content

Suave/1kg.org

Repository files navigation

== Introduction

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

== Getting Started

1. clone the repository from github.

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

  cp config/database.yml.example config/database.yml
  
3. install missing gems: https://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 https://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