mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Add stable installation instructions
This commit is contained in:
@@ -13,6 +13,12 @@ best to use a fresh VM. The bootstrapper will install everything it needs.
|
||||
|
||||
## Installing
|
||||
|
||||
### Stable
|
||||
|
||||
$ wget -qO - https://raw.github.com/progrium/dokku/v0.2.0/bootstrap.sh | sudo DOKKU_TAG=v0.2.0 bash
|
||||
|
||||
### Development
|
||||
|
||||
$ wget -qO- https://raw.github.com/progrium/dokku/master/bootstrap.sh | sudo bash
|
||||
|
||||
This may take around 5 minutes. Certainly better than the several hours it takes to bootstrap Cloud Foundry.
|
||||
|
||||
Reference in New Issue
Block a user