Add docs on how to upgrade build step

This commit is contained in:
Toby Corkindale
2013-07-23 15:15:21 +10:00
parent 25b04e12cc
commit 9ebf453b72

View File

@@ -89,6 +89,7 @@ your own clone of dokku using the DOKKU_REPO environment variable. Example:
## Upgrading
Dokku is in active development. You can update the deployment step and the build step separately.
To update the deploy step (this is updated less frequently):
$ cd ~/dokku
@@ -97,6 +98,16 @@ To update the deploy step (this is updated less frequently):
Nothing needs to be restarted. Changes will take effect on the next push / deployment.
To update the build step:
$ git clone https://github.com/progrium/buildstep.git
$ cd buildstep
$ git pull origin master
$ sudo make build
This will build a fresh Ubuntu Quantal image, install a number of packages, and
eventually replace the Docker image for buildstep.
## Support
You can use [Github Issues](https://github.com/progrium/dokku/issues), check [Troubleshooting](https://github.com/progrium/dokku/wiki/Troubleshooting) on the wiki, or join us on Freenode in #dokku