Release 0.5.0

- Drop tutum-agent, lxc-docker, docker.io apt package support
- Release a new herokuish version
- Fix release docs
- Upgrade sigil
This commit is contained in:
Jose Diaz-Gonzalez
2016-03-26 17:03:14 -04:00
parent 4357e529ce
commit cae5030804
21 changed files with 148 additions and 169 deletions

View File

@@ -19,8 +19,8 @@ To install the latest stable version of dokku, you can run the following shell c
```shell
# installs dokku via apt-get
wget https://raw.githubusercontent.com/dokku/dokku/v0.4.14/bootstrap.sh
sudo DOKKU_TAG=v0.4.14 bash bootstrap.sh
wget https://raw.githubusercontent.com/dokku/dokku/v0.5.0/bootstrap.sh
sudo DOKKU_TAG=v0.5.0 bash bootstrap.sh
```
The installation process takes about 5-10 minutes, depending upon internet connection speed.