mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Merge pull request #984 from progrium/docs-minor-changes
Docs minor changes
This commit is contained in:
@@ -8,9 +8,9 @@ Docker powered mini-Heroku. The smallest PaaS implementation you've ever seen. S
|
||||
|
||||
## Installing
|
||||
|
||||
To install the latest stable version of dokku, you can run the following bootstrapper command:
|
||||
To install the latest stable release, you can run the following command as a user that has access to `sudo`:
|
||||
|
||||
$ wget -qO- https://raw.github.com/progrium/dokku/v0.3.15/bootstrap.sh | sudo DOKKU_TAG=v0.3.15 bash
|
||||
wget -qO- https://raw.github.com/progrium/dokku/v0.3.15/bootstrap.sh | sudo DOKKU_TAG=v0.3.15 bash
|
||||
|
||||
### Upgrading
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ Dokku ships with a pre-built version of version of the [buildstep](https://githu
|
||||
```shell
|
||||
git clone https://github.com/progrium/dokku.git
|
||||
cd dokku
|
||||
sudo BUILD_STACK=true make install
|
||||
sudo BUILD_STACK=true STACK_URL=https://github.com/progrium/buildstep.git make install
|
||||
```
|
||||
|
||||
## Configuring
|
||||
|
||||
@@ -116,5 +116,5 @@ Dokku will wait `DOKKU_WAIT_TO_RETIRE` seconds (default: `60`) before stopping t
|
||||
SSH onto the server, then execute:
|
||||
|
||||
```shell
|
||||
dokku delete myapp
|
||||
dokku apps:destroy myapp
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user