Skip to content

Instantly share code, notes, and snippets.

@didierfranc
Last active May 30, 2023 08:20
Show Gist options
  • Select an option

  • Save didierfranc/06088b4d8a6e0b7959e3bcf137021a3b to your computer and use it in GitHub Desktop.

Select an option

Save didierfranc/06088b4d8a6e0b7959e3bcf137021a3b to your computer and use it in GitHub Desktop.

Revisions

  1. Didier Franc revised this gist May 7, 2016. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Dokku.sh
    Original file line number Diff line number Diff line change
    @@ -3,6 +3,7 @@ sudo sh -c "
    echo 'deb https://packagecloud.io/dokku/dokku/ubuntu/ trusty main' | tee /etc/apt/sources.list.d/dokku.list
    apt-get update -qq > /dev/null
    apt-get install sigil -t trusty # We're using the Ubuntu 14.04 package ;)
    apt-mark hold sigil
    wget https://raw.githubusercontent.com/dokku/dokku/master/bootstrap.sh
    bash bootstrap.sh
  2. Didier Franc revised this gist May 6, 2016. 1 changed file with 9 additions and 8 deletions.
    17 changes: 9 additions & 8 deletions Dokku.sh
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,9 @@
    sudo su
    wget -nv -O - https://packagecloud.io/gpg.key | apt-key add -
    echo "deb https://packagecloud.io/dokku/dokku/ubuntu/ trusty main" | tee /etc/apt/sources.list.d/dokku.list
    apt-get update -qq > /dev/null
    apt-get install sigil -t trusty # We're using the Ubuntu 14.04 package ;)

    wget https://raw.githubusercontent.com/dokku/dokku/master/bootstrap.sh
    bash bootstrap.sh
    sudo sh -c "
    wget -nv -O - https://packagecloud.io/gpg.key | apt-key add -
    echo 'deb https://packagecloud.io/dokku/dokku/ubuntu/ trusty main' | tee /etc/apt/sources.list.d/dokku.list
    apt-get update -qq > /dev/null
    apt-get install sigil -t trusty # We're using the Ubuntu 14.04 package ;)
    wget https://raw.githubusercontent.com/dokku/dokku/master/bootstrap.sh
    bash bootstrap.sh
    "
  3. Didier Franc revised this gist May 6, 2016. 1 changed file with 6 additions and 5 deletions.
    11 changes: 6 additions & 5 deletions Dokku.sh
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,8 @@
    sudo wget -nv -O - https://packagecloud.io/gpg.key | sudo apt-key add -
    sudo echo "deb https://packagecloud.io/dokku/dokku/ubuntu/ trusty main" | tee /etc/apt/sources.list.d/dokku.list
    sudo apt-get update -qq > /dev/null
    sudo apt-get install sigil -t trusty # We're using the Ubuntu 14.04 package ;)
    sudo su
    wget -nv -O - https://packagecloud.io/gpg.key | apt-key add -
    echo "deb https://packagecloud.io/dokku/dokku/ubuntu/ trusty main" | tee /etc/apt/sources.list.d/dokku.list
    apt-get update -qq > /dev/null
    apt-get install sigil -t trusty # We're using the Ubuntu 14.04 package ;)

    wget https://raw.githubusercontent.com/dokku/dokku/master/bootstrap.sh
    sudo bash bootstrap.sh
    bash bootstrap.sh
  4. Didier Franc revised this gist May 6, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Dokku.sh
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    sudo wget -nv -O - https://packagecloud.io/gpg.key | apt-key add -
    sudo wget -nv -O - https://packagecloud.io/gpg.key | sudo apt-key add -
    sudo echo "deb https://packagecloud.io/dokku/dokku/ubuntu/ trusty main" | tee /etc/apt/sources.list.d/dokku.list
    sudo apt-get update -qq > /dev/null
    sudo apt-get install sigil -t trusty # We're using the Ubuntu 14.04 package ;)
  5. Didier Franc revised this gist May 6, 2016. 1 changed file with 2 additions and 3 deletions.
    5 changes: 2 additions & 3 deletions Dokku.sh
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,7 @@
    wget https://raw.githubusercontent.com/dokku/dokku/master/bootstrap.sh

    sudo wget -nv -O - https://packagecloud.io/gpg.key | apt-key add -
    sudo echo "deb https://packagecloud.io/dokku/dokku/ubuntu/ trusty main" | tee /etc/apt/sources.list.d/dokku.list
    sudo apt-get update -qq > /dev/null

    sudo apt-get install sigil -t trusty # We're using the Ubuntu 14.04 package ;)

    wget https://raw.githubusercontent.com/dokku/dokku/master/bootstrap.sh
    sudo bash bootstrap.sh
  6. Didier Franc revised this gist May 6, 2016. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions Dokku.sh
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,8 @@
    wget https://raw.githubusercontent.com/dokku/dokku/master/bootstrap.sh

    wget -nv -O - https://packagecloud.io/gpg.key | apt-key add -
    echo "deb https://packagecloud.io/dokku/dokku/ubuntu/ trusty main" | tee /etc/apt/sources.list.d/dokku.list
    apt-get update -qq > /dev/null
    sudo wget -nv -O - https://packagecloud.io/gpg.key | apt-key add -
    sudo echo "deb https://packagecloud.io/dokku/dokku/ubuntu/ trusty main" | tee /etc/apt/sources.list.d/dokku.list
    sudo apt-get update -qq > /dev/null

    sudo apt-get install sigil -t trusty # We're using the Ubuntu 14.04 package ;)
    sudo bash bootstrap.sh
  7. Didier Franc revised this gist May 6, 2016. 1 changed file with 5 additions and 0 deletions.
    5 changes: 5 additions & 0 deletions Dokku.sh
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,8 @@
    wget https://raw.githubusercontent.com/dokku/dokku/master/bootstrap.sh

    wget -nv -O - https://packagecloud.io/gpg.key | apt-key add -
    echo "deb https://packagecloud.io/dokku/dokku/ubuntu/ trusty main" | tee /etc/apt/sources.list.d/dokku.list
    apt-get update -qq > /dev/null

    sudo apt-get install sigil -t trusty # We're using the Ubuntu 14.04 package ;)
    sudo bash bootstrap.sh
  8. Didier Franc revised this gist May 6, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Dokku.sh
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,3 @@
    wget https://raw.githubusercontent.com/dokku/dokku/master/bootstrap.sh
    sudo apt-get install sigil -t trusty // We're using the Ubuntu 14.04 package ;)
    sudo apt-get install sigil -t trusty # We're using the Ubuntu 14.04 package ;)
    sudo bash bootstrap.sh
  9. Didier Franc created this gist May 6, 2016.
    3 changes: 3 additions & 0 deletions Dokku.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    wget https://raw.githubusercontent.com/dokku/dokku/master/bootstrap.sh
    sudo apt-get install sigil -t trusty // We're using the Ubuntu 14.04 package ;)
    sudo bash bootstrap.sh