knowledge-sharing-campaign / kscrubysite

This is the repo for the code for the main knowledge sharing campaign website

Home Page:http://knowledgesharingcampaign.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This is the repo for the code for the main knowledge sharing campaign website

http://knowledgesharingcampaign.org


Languages

Language:CSS 54.3%Language:HTML 25.7%Language:Ruby 16.0%Language:JavaScript 3.5%Language:CoffeeScript 0.5%Language:Shell 0.0%