Roda | Puma | Heroku | Route53
- Ruby version and gem requirements are specified in
Gemfile
- Heroku CLI
git clone https://github.com/JordanRushing/roda-sequel-puma-heroku-app.git
gem install bundler
gem install puma -- --with-opt-dir=c:\openssl
bundle install
puma config.ru
- Install Heroku cli
heroku login
git clone https://github.com/JordanRushing/roda-sequel-puma-heroku-app.git
- From the project root:
heroku create
git push heroku master
- Navigate to the provided URL to access the application
- Enable a pipeline for continuous deployment through heroku web interface at https://www.heroku.com
- Navigate to https://travis-ci.org and link your new repo to enable CI