guides-cms icon indicating copy to clipboard operation
guides-cms copied to clipboard

Further automate deployment

Open durden opened this issue 8 years ago • 6 comments

Currently the requirements, etc. are setup for easy automation. However, we need to just hook into this so it's easy to deploy the site with all the correct defaults. This is easy on Heroku once you have the correct environment variables setup. We should automate the setting of the environment variables on heroku or whatever platform we deploy to. The idea is to do something like a 'make install' that can automate:

  • Installing requirements
  • Setting environment variables for hosting provider
  • Install the web app itself
  • Start it up

durden avatar Feb 20 '16 12:02 durden