Cluttered by team L

This site is currently being built as a project for NUS Orbital 2014. It is built with Ruby on Rails.

Installation

You will need the following tools: postgresql, ruby rvm and rails, git, nodeJS, gulpJS, imagemagick, and git. Now you can clone the project to your PC.

git clone https://github.com/duckness/orbital-team-L.git

Rails setup

  • Install the gems in the directory:
bundle install
  • create a database.yml file

  • you may want to precompile the assets files

rake assets:precompile

Imagemagick image manipulation

You need Imagemagick compiled with librsvg support, on OSX with brew,

brew install imagemagick --with-librsvg

Browser-sync for testing

  • Install browser-sync
npm install browser-sync --save-dev
  • Then you can start the rails server
rails s
  • Which BS will use. Type:
gulp

and you're done.