issues
search
SOA-01
/
WanderWise
SOA 2024 UPSTART "Trip Planner"
0
stars
1
forks
source link
6. Deploy to Heroku
#20
Open
Arijus1979
opened
4 days ago
Arijus1979
commented
4 days ago
Deploy your Web application to Heroku (AWS)!
Make a Heroku account and setup Heroku command line interface (CLI)
Add a Postgres server using the Heroku CLI
Modify your Gemfile to handle PostGres (pg gem) and rake tasks (rake gem) in production
Tell your local project to ignore production gems (and put .bundle/ in .gitignore)
Tell Heroku to ignore development and test gems
Create a Procfile to that will inform Heroku about the process you wish to run
Merge all your work to master branch and push to Heroku!
Don’t forget to run migrations on your new production database and restart!
Deploy your Web application to Heroku (AWS)!