Release 0.3.25

This commit is contained in:
Jose Diaz-Gonzalez
2015-08-19 21:52:07 -04:00
parent e5976e62c7
commit acd28f4647
6 changed files with 17 additions and 9 deletions

View File

@@ -64,12 +64,12 @@
<p class="line">
<span class="path">~</span>
<span class="prompt">$</span>
<span class="command">wget https://raw.github.com/progrium/dokku/v0.3.24/bootstrap.sh</span>
<span class="command">wget https://raw.github.com/progrium/dokku/v0.3.25/bootstrap.sh</span>
</p>
<p class="line">
<span class="path">~</span>
<span class="prompt">$</span>
<span class="command">sudo DOKKU_TAG=v0.3.24 bash bootstrap.sh</span>
<span class="command">sudo DOKKU_TAG=v0.3.25 bash bootstrap.sh</span>
</p>
<p class="line">
<span class="output"># =&gt; Go to your server's IP and follow the web installer</span>

View File

@@ -15,12 +15,12 @@
<p class="line">
<span class="path">~</span>
<span class="prompt">$</span>
<span class="command">wget https://raw.github.com/progrium/dokku/v0.3.24/bootstrap.sh</span>
<span class="command">wget https://raw.github.com/progrium/dokku/v0.3.25/bootstrap.sh</span>
</p>
<p class="line">
<span class="path">~</span>
<span class="prompt">$</span>
<span class="command">sudo DOKKU_TAG=v0.3.24 bash bootstrap.sh</span>
<span class="command">sudo DOKKU_TAG=v0.3.25 bash bootstrap.sh</span>
</p>
<p class="line">
<span class="output"># =&gt; Go to your server's IP and follow the web installer</span>

View File

@@ -14,8 +14,8 @@ To install the latest stable version of dokku, you can run the following bootstr
```shell
# installs dokku via apt-get
wget https://raw.github.com/progrium/dokku/v0.3.24/bootstrap.sh
sudo DOKKU_TAG=v0.3.24 bash bootstrap.sh
wget https://raw.github.com/progrium/dokku/v0.3.25/bootstrap.sh
sudo DOKKU_TAG=v0.3.25 bash bootstrap.sh
# By default, this will do cli-based setup, though you may *also*
# go to your server's IP and follow the web installer