Merge pull request #4763 from dokku/4762-installer-docs

Remove install doc references to removed web installer
This commit is contained in:
Jose Diaz-Gonzalez
2021-09-04 16:31:37 -04:00
committed by GitHub
2 changed files with 9 additions and 3 deletions

View File

@@ -102,7 +102,7 @@ wget https://raw.githubusercontent.com/dokku/dokku/v0.25.2/bootstrap.sh
sudo DOKKU_TAG=v0.25.2 bash bootstrap.sh
```
You can then proceed to the ip address or domain name associated with your server to complete the web-based installation.
You can then proceed to configure your server domain (via `dokku domains:set-global`) and user access (via `dokku ssh-keys:add`) to complete the installation.
If you wish for a more unattended installation method, see [these](https://dokku.com/docs/getting-started/install/debian/#unattended-installation) docs.

View File

@@ -103,7 +103,10 @@
<span class="command">sudo DOKKU_TAG=v0.25.2 bash bootstrap.sh</span>
</p>
<p class="line">
<span class="output">&nbsp;# go to your server's IP and follow the web installer</span>
<span class="output">&nbsp;# Configure your server domain via `dokku domains:set-global`</span>
</p>
<p class="line">
<span class="output">&nbsp;# and user access (via `dokku ssh-keys:add`) to complete the installation</span>
</p>
</div>
@@ -163,7 +166,10 @@
<span class="command">dokku plugin:install-dependencies --core <span class="output"># run with root!</span></span>
</p>
<p class="line">
<span class="output">&nbsp;# go to your server's IP and follow the web installer</span>
<span class="output">&nbsp;# Configure your server domain via `dokku domains:set-global`</span>
</p>
<p class="line">
<span class="output">&nbsp;# and user access (via `dokku ssh-keys:add`) to complete the installation</span>
</p>
</div>