From 6c57f1a08b4ed22b6bd40e8c7ca2d610aaa2b6cb Mon Sep 17 00:00:00 2001 From: Ben Creasy Date: Sun, 8 Oct 2017 22:02:13 -0700 Subject: [PATCH] docs: WIP on optional herokuish [ci skip] --- .gitignore | 1 + docs/getting-started/advanced-installation.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 3027ddb0d..704e2db40 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ *.rpm .DS_Store .ruby-version +.idea/ .vagrant data/ stack.tgz diff --git a/docs/getting-started/advanced-installation.md b/docs/getting-started/advanced-installation.md index 85a51d40e..49ed0fc59 100644 --- a/docs/getting-started/advanced-installation.md +++ b/docs/getting-started/advanced-installation.md @@ -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.