dipjyotighosh / camp-web

Website for camp

Home Page:http://camp.fsmk.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

Installing Ruby on Rails on Ubuntu/Debian

Follow the following link to install ROR on your Ubuntu or Debian machine.

Get Source code

Clone the source from git from here using the command,

git clone https://github.com/fsmk/camp-web.git

Installing all dependent gems

To install all the dependent gems needed for running the camp site, run the following command.

bundle install

Setting up the development environment

Run the following command to tell Rails that this is a development environment.

rake db:migrate

Running the Rails Server

Start the server using the following command.

rails server

After this, the camp website should be running at http://localhost:3000

Happy Hacking!!!

About

Website for camp

http://camp.fsmk.org


Languages

Language:HTML 44.9%Language:Ruby 33.6%Language:CSS 13.3%Language:CoffeeScript 6.4%Language:JavaScript 1.8%Language:Shell 0.0%