- Make sure ruby 2.2.3 is installed. Either rvm or rbenv will do the trick:
- Make sure bundler gem is installed. Hint:
gem install bundler
Install the application by just running: bundle install
Run the application by simply running: bundle exec rails server
Note: This is not production!
You can expose the port where the application is running at (defaulted to 3000) using ngrok:
- Install ngrok. Installation details at: https://ngrok.com
- Expose application portby running:
ngrok http 3000