-
Notifications
You must be signed in to change notification settings - Fork 59
Upgrading
If you installed using the local/self managed instructions, simply download the latest version and replace it on your machine. Restart the application. That's it!
If you installed manually using these instructions, it's easy. Simply do the following:
> git pull origin stable
> git checkout stable
> git push heroku stable:master
The application will be upgraded and automatically restart.
If you deployed using the quick installer using these instructions, unfortunately, Heroku provides no easy way of upgrading such an environment without getting your hands dirty.
You may find it easiest, if you are not a particularly technical user, to simply delete the app on Heroku and re-install it.
If you prefer, you can take full control of the environment as if you had performed a manual install, as follows:
© 2018 Graham Crockford. All Rights Reserved.
- Home
- Why Orko?
- What can it do?
- Project status
- Roadmap
- Installing locally
- Installing using Docker
- Installing on Heroku
- Configuration Guides
- User Guide
- Supporting the project
- Contributing
- Developer Guide