Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 216 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 216 Bytes

Cours Ruby on rails

Install

  • Install bundler gem install bundler
  • Install dependencies bundle install
  • Then create the database by running ./r.sh
  • To start the server, run rails s
  • All done ! 😎