Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.92 KB

UPGRADING.md

File metadata and controls

31 lines (22 loc) · 1.92 KB

Upgrading Bothan deployments

2017-08-16

Changes to dependencies mean that some new system dependencies are required for deployments created before date. cmake now must be installed on systems hosting Bothan instances.

Heroku deployments

If you have deployed using deploy.bothan.io or hosted your own instance on Heroku, you will need to make the following manual changes.

Redeploying

If your app is automatically deploying from a GitHub repository, to apply the updates immediately:

  • go to the Deploy tab upgrade-stack
  • in the manual deploy section deploy the master branch upgrade-stack
  • your app should now be deployed successfully.

If you are not deploying automatically, follow your normal manual deployment process, and the next deployment will use the new settings and should succeed. File an issue or contact labs@theodi.org if you still encounter difficulties.