Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 409 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 409 Bytes

README

Setup

When deploying this app in a VM clone the git repository wiht git clone [email protected]:elear-io/courses.git

Then in the project directory:

  • run bundle install
  • configure database in config/database.yml
  • run bin/rails db:create
  • run bin/rails db:migrate
  • run bin/rails db:seed

Start the server with bin/rails s

Please don't forget to configure a proxy server like nginx.