Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 798 Bytes

File metadata and controls

16 lines (13 loc) · 798 Bytes

This web application is a Netflix-like clone built with Ruby on Rails. Based on the Build Robust and Production Quality Applications course by Tealeaf Academy.

  1. Clone project by running clone git@github.com:leeduan/myflix.git.

  2. Tested environment setup procedures:

    • Use RVM or rbenv to set ruby version to 2.0.

    • Install Qt.

    • Install bundler by typing gem install bundler.

    • Run bundle to install gem dependencies.

    • Run rake db:setup to set up database.

  3. Run the server:

    • Run rails s to start application at localhost:3000

    • Run foreman start to start application at localhost:5000 with Heroku Toolbelt installed