webdevesgi / labowebesgi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Labo Web ESGI

This is the repository of the Labo Web ESGI association's website.

Requirements

[+] Git

[+] Ruby 2, installed with RVM or rbevn

[+] Bundler: gem install bundler

[+] Rails 4 requirements: check on the Internet what does your OS need to install Ruby On Rails properly.

If you're using rbenv, don't forget to run rbenv rehash after installing gems.

Installation

git clone git@github.com:webdevesgi/labowebesgi.git && cd labowebesgi
bundle install --without production

Configuration

You'll need to create a config/application.yml file with all environment variables needed for the application. Check the example file out to fill it.

Then create your development and test databases with the folowing code:

rake db:create
rake db:migrate
rake db:seed

Launch

rails s

Test

rspec spec

Learn about RSpec, the Ruby testing framework used on this application (with other amazin stuff).

Contribute

Contributors

About

License:Other


Languages

Language:Ruby 95.9%Language:CSS 2.4%Language:JavaScript 0.9%Language:CoffeeScript 0.8%