knowledge-sharing-campaign / kscrubysite

This is the repo for the code for the main knowledge sharing campaign website
http://knowledgesharingcampaign.org
2 stars 1 forks source link

The KSC Main Site

Join the chat at https://gitter.im/knowledge-sharing-campaign/site

This is the repo for the code for the main knowledge sharing campaign website at http://knowledgesharingcampaign.org

Tech Stack

  • HTML 5
  • CSS 3
  • CoffeeScript / Javascript
  • Ruby 2.0.x / Rails 4.x

Development requirements

  • Install ruby using
  • \curl -sSL https://get.rvm.io | bash -s stable --ruby

Running

  • Clone this repo using git clone https://github.com/knowledge-sharing-campaign/kscrubysite
  • Go inside the site folder using cd kscrubysite
  • run bundle install
  • run rake db:migrate
  • run this for development (will use 3000 port by default)
  • rails s

Developing

  • All ruby code and HTML templates should be written in app/
  • All static content should be put in app/views folder. Referenced as /views/... from HTML, CSS files.

-- The KSC Team