Last active
May 30, 2023 08:20
-
-
Save didierfranc/06088b4d8a6e0b7959e3bcf137021a3b to your computer and use it in GitHub Desktop.
Revisions
-
Didier Franc revised this gist
May 7, 2016 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
Didier Franc revised this gist
May 6, 2016 . 1 changed file with 9 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,9 @@ 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 " -
Didier Franc revised this gist
May 6, 2016 . 1 changed file with 6 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,8 @@ 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 -
Didier Franc revised this gist
May 6, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ 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 ;) -
Didier Franc revised this gist
May 6, 2016 . 1 changed file with 2 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,7 @@ 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 -
Didier Franc revised this gist
May 6, 2016 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,8 @@ 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 ;) sudo bash bootstrap.sh -
Didier Franc revised this gist
May 6, 2016 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
Didier Franc revised this gist
May 6, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 bash bootstrap.sh -
Didier Franc created this gist
May 6, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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