docs: WIP on optional herokuish

[ci skip]
This commit is contained in:
Ben Creasy
2017-10-08 22:02:13 -07:00
parent 158f10d321
commit 6c57f1a08b
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@@ -2,6 +2,7 @@
*.rpm
.DS_Store
.ruby-version
.idea/
.vagrant
data/
stack.tgz

View File

@@ -44,6 +44,8 @@ cd dokku
sudo BUILD_STACK=true STACK_URL=https://github.com/gliderlabs/herokuish.git make install
```
Herokuish is recommended but not required. For Debian, `sudo DOKKU_NO_INSTALL_RECOMMENDS=true bash bootstrap.sh` is one way to skip the dependency, although it will also skip other recommended dependencies.
## Configuring
Once Dokku is installed, if you are not using the web-installer, you'll want to configure a the virtualhost setup as well as the push user. If you do not, your installation will be considered incomplete and you will not be able to deploy applications.