Skip to content

webdevesgi/labowebesgi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages