mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Add docs on how to upgrade build step
This commit is contained in:
11
README.md
11
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user