Release 0.3.0

This commit is contained in:
Jose Diaz-Gonzalez
2014-11-15 15:36:02 -05:00
parent a9010d8af0
commit 179305eea1
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ Docker powered mini-Heroku. The smallest PaaS implementation you've ever seen. S
To install the latest stable version of dokku, you can run the following bootstrapper command:
$ wget -qO- https://raw.github.com/progrium/dokku/v0.2.3/bootstrap.sh | sudo DOKKU_TAG=v0.2.3 bash
$ wget -qO- https://raw.github.com/progrium/dokku/v0.3.0/bootstrap.sh | sudo DOKKU_TAG=v0.3.0 bash
## Documentation

View File

@@ -13,7 +13,7 @@ Ubuntu 14.04 x64 or 12.04 x64. Ideally have a domain ready to point to your host
To install the latest stable version of dokku, you can run the following bootstrapper command:
```bash
wget -qO- https://raw.github.com/progrium/dokku/v0.2.3/bootstrap.sh | sudo DOKKU_TAG=v0.2.3 bash
wget -qO- https://raw.github.com/progrium/dokku/v0.3.0/bootstrap.sh | sudo DOKKU_TAG=v0.3.0 bash
```
## Configuring