Skip to content

Instantly share code, notes, and snippets.

@simenbrekken
Last active August 29, 2015 14:15
Show Gist options
  • Select an option

  • Save simenbrekken/154c4e8efe7a7e42be32 to your computer and use it in GitHub Desktop.

Select an option

Save simenbrekken/154c4e8efe7a7e42be32 to your computer and use it in GitHub Desktop.
Dokku v0.3.15 Installation
root@ip-172-31-6-245:~# wget -qO- https://raw.github.com/progrium/dokku/v0.3.15/bootstrap.sh | sudo DOKKU_TAG=v0.3.15 bash
Ign http://eu-central-1b.clouds.archive.ubuntu.com trusty InRelease
Ign http://eu-central-1b.clouds.archive.ubuntu.com trusty-updates InRelease
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty Release.gpg
Get:1 http://eu-central-1b.clouds.archive.ubuntu.com trusty-updates Release.gpg [933 B]
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty Release
Get:2 http://eu-central-1b.clouds.archive.ubuntu.com trusty-updates Release [62.0 kB]
Get:3 http://eu-central-1b.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]
Get:4 http://eu-central-1b.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty/main amd64 Packages
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty/universe amd64 Packages
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty/main Translation-en
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty/universe Translation-en
Get:5 http://eu-central-1b.clouds.archive.ubuntu.com trusty-updates/main Sources [179 kB]
Get:6 http://eu-central-1b.clouds.archive.ubuntu.com trusty-updates/universe Sources [104 kB]
Get:7 http://eu-central-1b.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [441 kB]
Get:8 http://eu-central-1b.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [253 kB]
Get:9 http://eu-central-1b.clouds.archive.ubuntu.com trusty-updates/main Translation-en [210 kB]
Get:10 http://eu-central-1b.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [130 kB]
Ign http://security.ubuntu.com trusty-security InRelease
Get:11 http://security.ubuntu.com trusty-security Release.gpg [933 B]
Get:12 http://security.ubuntu.com trusty-security Release [62.0 kB]
Get:13 http://security.ubuntu.com trusty-security/main Sources [70.3 kB]
Get:14 http://security.ubuntu.com trusty-security/universe Sources [17.9 kB]
Get:15 http://security.ubuntu.com trusty-security/main amd64 Packages [214 kB]
Get:16 http://security.ubuntu.com trusty-security/universe amd64 Packages [87.3 kB]
Get:17 http://security.ubuntu.com trusty-security/main Translation-en [109 kB]
Get:18 http://security.ubuntu.com trusty-security/universe Translation-en [48.3 kB]
Fetched 9453 kB in 3s (2413 kB/s)
Reading package lists... Done
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = "UTF-8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
[[ $(lsb_release -sr) == "12.04" ]] && apt-get install -qq -y python-software-properties
cd ~
test -d dokku || git clone $DOKKU_REPO
cd dokku
git fetch origin
if [[ -n $DOKKU_BRANCH ]]; then
git checkout origin/$DOKKU_BRANCH
elif [[ -n $DOKKU_TAG ]]; then
git checkout $DOKKU_TAG
fi
make install
echo
echo "Almost done! For next steps on configuration:"
echo " http://progrium.viewdocs.io/dokku/installation#user-content-configuring"
Selecting previously unselected package liberror-perl.
(Reading database ... 51108 files and directories currently installed.)
Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ...
Unpacking liberror-perl (0.17-1.1) ...
Selecting previously unselected package git-man.
Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.1_all.deb ...
Unpacking git-man (1:1.9.1-1ubuntu0.1) ...
Selecting previously unselected package git.
Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.1_amd64.deb ...
Unpacking git (1:1.9.1-1ubuntu0.1) ...
Selecting previously unselected package help2man.
Preparing to unpack .../help2man_1.44.1_amd64.deb ...
Unpacking help2man (1.44.1) ...
Selecting previously unselected package make.
Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...
Unpacking make (3.81-8.2ubuntu3) ...
Preparing to unpack .../software-properties-common_0.92.37.3_all.deb ...
Unpacking software-properties-common (0.92.37.3) over (0.92.37.2) ...
Preparing to unpack .../python3-software-properties_0.92.37.3_all.deb ...
Unpacking python3-software-properties (0.92.37.3) over (0.92.37.2) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Processing triggers for install-info (5.2.0.dfsg.1-2) ...
Setting up liberror-perl (0.17-1.1) ...
Setting up git-man (1:1.9.1-1ubuntu0.1) ...
Setting up git (1:1.9.1-1ubuntu0.1) ...
Setting up help2man (1.44.1) ...
Setting up make (3.81-8.2ubuntu3) ...
Setting up python3-software-properties (0.92.37.3) ...
Setting up software-properties-common (0.92.37.3) ...
root@ip-172-31-6-245:~# wget -qO- https://raw.github.com/progrium/dokku/v0.3.15/bootstrap.sh | sudo DOKKU_TAG=v0.3.15 bash
Ign http://security.ubuntu.com trusty-security InRelease
Ign http://eu-central-1b.clouds.archive.ubuntu.com trusty InRelease
Hit http://security.ubuntu.com trusty-security Release.gpg
Ign http://eu-central-1b.clouds.archive.ubuntu.com trusty-updates InRelease
Hit http://security.ubuntu.com trusty-security Release
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty Release.gpg
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty-updates Release.gpg
Hit http://security.ubuntu.com trusty-security/main Sources
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty Release
Hit http://security.ubuntu.com trusty-security/universe Sources
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty-updates Release
Hit http://security.ubuntu.com trusty-security/main amd64 Packages
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty/main Sources
Hit http://security.ubuntu.com trusty-security/universe amd64 Packages
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty/universe Sources
Hit http://security.ubuntu.com trusty-security/main Translation-en
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty/main amd64 Packages
Hit http://security.ubuntu.com trusty-security/universe Translation-en
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty/universe amd64 Packages
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty/main Translation-en
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty/universe Translation-en
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty-updates/main Sources
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty-updates/universe Sources
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty-updates/main Translation-en
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty-updates/universe Translation-en
Reading package lists... Done
Cloning into 'dokku'...
remote: Counting objects: 4506, done.
remote: Compressing objects: 100% (11/11), done.
remote: Total 4506 (delta 2), reused 1 (delta 0)
Receiving objects: 100% (4506/4506), 838.88 KiB | 0 bytes/s, done.
Resolving deltas: 100% (2488/2488), done.
Checking connectivity... done.
Note: checking out 'v0.3.15'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at 870ca86... Release 0.3.15
wget -qO /usr/local/bin/sshcommand https://raw.github.com/progrium/sshcommand/master/sshcommand
chmod +x /usr/local/bin/sshcommand
sshcommand create dokku /usr/local/bin/dokku
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = "UTF-8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Adding user `dokku' ...
Adding new group `dokku' (1001) ...
Adding new user `dokku' (1001) with group `dokku' ...
Creating home directory `/home/dokku' ...
Copying files from `/etc/skel' ...
wget -qO /tmp/pluginhook_0.1.0_amd64.deb https://s3.amazonaws.com/progrium-pluginhook/pluginhook_0.1.0_amd64.deb
dpkg -i /tmp/pluginhook_0.1.0_amd64.deb
Selecting previously unselected package pluginhook.
(Reading database ... 51907 files and directories currently installed.)
Preparing to unpack .../tmp/pluginhook_0.1.0_amd64.deb ...
Unpacking pluginhook (0.1.0) ...
Setting up pluginhook (0.1.0) ...
lsmod | grep aufs || modprobe aufs || apt-get install -qq -y linux-image-extra-`uname -r` > /dev/null
modprobe: FATAL: Module aufs not found.
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = "UTF-8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.13.0-44-generic /boot/vmlinuz-3.13.0-44-generic
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-44-generic /boot/vmlinuz-3.13.0-44-generic
update-initramfs: Generating /boot/initrd.img-3.13.0-44-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.13.0-44-generic /boot/vmlinuz-3.13.0-44-generic
run-parts: executing /etc/kernel/postinst.d/x-grub-legacy-ec2 3.13.0-44-generic /boot/vmlinuz-3.13.0-44-generic
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-3.13.0-44-generic
Updating /boot/grub/menu.lst ... done
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-44-generic /boot/vmlinuz-3.13.0-44-generic
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-3.13.0-44-generic
Found initrd image: /boot/initrd.img-3.13.0-44-generic
done
apt-get install -qq -y curl
egrep -i "^docker" /etc/group || groupadd docker
usermod -aG docker dokku
curl --silent https://get.docker.io/gpg | apt-key add -
OK
echo deb http://get.docker.io/ubuntu docker main > /etc/apt/sources.list.d/docker.list
apt-get update
Ign http://get.docker.io docker InRelease
Ign http://security.ubuntu.com trusty-security InRelease
Ign http://eu-central-1b.clouds.archive.ubuntu.com trusty InRelease
Hit http://security.ubuntu.com trusty-security Release.gpg
Ign http://eu-central-1b.clouds.archive.ubuntu.com trusty-updates InRelease
Hit http://security.ubuntu.com trusty-security Release
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty Release.gpg
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty-updates Release.gpg
Hit http://security.ubuntu.com trusty-security/main Sources
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty Release
Hit http://security.ubuntu.com trusty-security/universe Sources
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty-updates Release
Hit http://security.ubuntu.com trusty-security/main amd64 Packages
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty/main Sources
Hit http://security.ubuntu.com trusty-security/universe amd64 Packages
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty/universe Sources
Hit http://security.ubuntu.com trusty-security/main Translation-en
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty/main amd64 Packages
Hit http://security.ubuntu.com trusty-security/universe Translation-en
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty/universe amd64 Packages
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty/main Translation-en
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty/universe Translation-en
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty-updates/main Sources
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty-updates/universe Sources
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty-updates/main Translation-en
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty-updates/universe Translation-en
Get:1 http://get.docker.io docker Release.gpg [473 B]
Get:2 http://get.docker.io docker Release [1525 B]
Get:3 http://get.docker.io docker/main amd64 Packages [5592 B]
Ign http://get.docker.io docker/main Translation-en
Fetched 7590 B in 5s (1457 B/s)
Reading package lists... Done
apt-get install -qq -y lxc-docker
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = "UTF-8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
echo
echo "Almost done! For next steps on configuration:"
echo " http://progrium.viewdocs.io/dokku/installation#user-content-configuring"
Selecting previously unselected package aufs-tools.
(Reading database ... 55870 files and directories currently installed.)
Preparing to unpack .../aufs-tools_1%3a3.2+20130722-1.1_amd64.deb ...
Unpacking aufs-tools (1:3.2+20130722-1.1) ...
Selecting previously unselected package cgroup-lite.
Preparing to unpack .../cgroup-lite_1.9_all.deb ...
Unpacking cgroup-lite (1.9) ...
Selecting previously unselected package lxc-docker-1.5.0.
Preparing to unpack .../lxc-docker-1.5.0_1.5.0_amd64.deb ...
Unpacking lxc-docker-1.5.0 (1.5.0) ...
Selecting previously unselected package lxc-docker.
Preparing to unpack .../lxc-docker_1.5.0_amd64.deb ...
Unpacking lxc-docker (1.5.0) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Processing triggers for ureadahead (0.100.0-16) ...
Setting up aufs-tools (1:3.2+20130722-1.1) ...
Setting up cgroup-lite (1.9) ...
cgroup-lite start/running
Setting up lxc-docker-1.5.0 (1.5.0) ...
docker start/running, process 12877
Processing triggers for ureadahead (0.100.0-16) ...
Setting up lxc-docker (1.5.0) ...
Processing triggers for libc-bin (2.19-0ubuntu6.5) ...
sleep 2 # give docker a moment i guess
apt-get install -qq -y help2man
cp dokku /usr/local/bin/dokku
mkdir -p /var/lib/dokku/plugins
find /var/lib/dokku/plugins -mindepth 2 -maxdepth 2 -name '.core' -printf '%h\0' | xargs -0 rm -Rf
find plugins/ -mindepth 1 -maxdepth 1 -type d -printf '%f\n' | while read plugin; do \
rm -Rf /var/lib/dokku/plugins/$plugin && \
cp -R plugins/$plugin /var/lib/dokku/plugins && \
touch /var/lib/dokku/plugins/$plugin/.core; \
done
make addman
make[1]: Entering directory `/root/dokku'
mkdir -p /usr/local/share/man/man1
help2man -Nh help -v version -n "configure and get information from your dokku installation" -o /usr/local/share/man/man1/dokku.1 dokku
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = "UTF-8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
mandb
mandb: can't set the locale; make sure $LC_* and $LANG are correct
Purging old database entries in /usr/share/man...
Processing manual pages under /usr/share/man...
Purging old database entries in /usr/share/man/zh_CN...
Processing manual pages under /usr/share/man/zh_CN...
Purging old database entries in /usr/share/man/fi...
Processing manual pages under /usr/share/man/fi...
Purging old database entries in /usr/share/man/pl...
Processing manual pages under /usr/share/man/pl...
Purging old database entries in /usr/share/man/zh_TW...
Processing manual pages under /usr/share/man/zh_TW...
Purging old database entries in /usr/share/man/eo...
Processing manual pages under /usr/share/man/eo...
Purging old database entries in /usr/share/man/de...
Processing manual pages under /usr/share/man/de...
Purging old database entries in /usr/share/man/hu...
Processing manual pages under /usr/share/man/hu...
Purging old database entries in /usr/share/man/gl...
Processing manual pages under /usr/share/man/gl...
Purging old database entries in /usr/share/man/vi...
Processing manual pages under /usr/share/man/vi...
Purging old database entries in /usr/share/man/hr...
Processing manual pages under /usr/share/man/hr...
Purging old database entries in /usr/share/man/ko...
Processing manual pages under /usr/share/man/ko...
Purging old database entries in /usr/share/man/ja...
Processing manual pages under /usr/share/man/ja...
Purging old database entries in /usr/share/man/fr...
Processing manual pages under /usr/share/man/fr...
Purging old database entries in /usr/share/man/sr...
Processing manual pages under /usr/share/man/sr...
Purging old database entries in /usr/share/man/sv...
Processing manual pages under /usr/share/man/sv...
Purging old database entries in /usr/share/man/da...
Processing manual pages under /usr/share/man/da...
Purging old database entries in /usr/share/man/cs...
Processing manual pages under /usr/share/man/cs...
Purging old database entries in /usr/share/man/tr...
Processing manual pages under /usr/share/man/tr...
Purging old database entries in /usr/share/man/pt_BR...
Processing manual pages under /usr/share/man/pt_BR...
Purging old database entries in /usr/share/man/pt...
Processing manual pages under /usr/share/man/pt...
Purging old database entries in /usr/share/man/it...
Processing manual pages under /usr/share/man/it...
Purging old database entries in /usr/share/man/sl...
Processing manual pages under /usr/share/man/sl...
Purging old database entries in /usr/share/man/uk...
Processing manual pages under /usr/share/man/uk...
Purging old database entries in /usr/share/man/el...
Processing manual pages under /usr/share/man/el...
Purging old database entries in /usr/share/man/nl...
Processing manual pages under /usr/share/man/nl...
Purging old database entries in /usr/share/man/ru...
Processing manual pages under /usr/share/man/ru...
Purging old database entries in /usr/share/man/es...
Processing manual pages under /usr/share/man/es...
Purging old database entries in /usr/share/man/id...
Processing manual pages under /usr/share/man/id...
Processing manual pages under /usr/local/share/man...
Updating index cache for path `/usr/local/share/man/man1'. Wait...done.
Checking for stray cats under /usr/local/share/man...
Checking for stray cats under /var/cache/man/local...
1 man subdirectory contained newer manual pages.
1 manual page was added.
0 stray cats were added.
14 old database entries were purged.
make[1]: Leaving directory `/root/dokku'
dokku plugins-install-dependencies
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = "UTF-8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Selecting previously unselected package python-software-properties.
(Reading database ... 55991 files and directories currently installed.)
Preparing to unpack .../python-software-properties_0.92.37.3_all.deb ...
Unpacking python-software-properties (0.92.37.3) ...
Setting up python-software-properties (0.92.37.3) ...
gpg: keyring `/tmp/tmpudymi76o/secring.gpg' created
gpg: keyring `/tmp/tmpudymi76o/pubring.gpg' created
gpg: requesting key C300EE8C from hkp server keyserver.ubuntu.com
gpg: /tmp/tmpudymi76o/trustdb.gpg: trustdb created
gpg: key C300EE8C: public key "Launchpad Stable" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
OK
Ign http://eu-central-1b.clouds.archive.ubuntu.com trusty InRelease
Ign http://security.ubuntu.com trusty-security InRelease
Ign http://eu-central-1b.clouds.archive.ubuntu.com trusty-updates InRelease
Ign http://ppa.launchpad.net trusty InRelease
Hit http://security.ubuntu.com trusty-security Release.gpg
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty Release.gpg
Get:1 http://ppa.launchpad.net trusty Release.gpg [316 B]
Hit http://security.ubuntu.com trusty-security Release
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty-updates Release.gpg
Get:2 http://ppa.launchpad.net trusty Release [15.1 kB]
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty Release
Hit http://security.ubuntu.com trusty-security/main Sources
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty-updates Release
Hit http://security.ubuntu.com trusty-security/universe Sources
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty/main Sources
Hit http://security.ubuntu.com trusty-security/main amd64 Packages
Get:3 http://ppa.launchpad.net trusty/main amd64 Packages [2974 B]
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty/universe Sources
Hit http://security.ubuntu.com trusty-security/universe amd64 Packages
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty/main amd64 Packages
Hit http://security.ubuntu.com trusty-security/main Translation-en
Get:4 http://ppa.launchpad.net trusty/main Translation-en [2053 B]
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty/universe amd64 Packages
Hit http://security.ubuntu.com trusty-security/universe Translation-en
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty/main Translation-en
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty/universe Translation-en
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty-updates/main Sources
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty-updates/universe Sources
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty-updates/main Translation-en
Hit http://eu-central-1b.clouds.archive.ubuntu.com trusty-updates/universe Translation-en
Ign http://get.docker.io docker InRelease
Hit http://get.docker.io docker Release.gpg
Hit http://get.docker.io docker Release
Hit http://get.docker.io docker/main amd64 Packages
Ign http://get.docker.io docker/main Translation-en
Fetched 20.4 kB in 4s (4198 B/s)
Reading package lists... Done
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = "UTF-8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Selecting previously unselected package fonts-dejavu-core.
(Reading database ... 56007 files and directories currently installed.)
Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...
Unpacking fonts-dejavu-core (2.34-1ubuntu1) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.1_all.deb ...
Unpacking fontconfig-config (2.11.0-0ubuntu4.1) ...
Selecting previously unselected package libfontconfig1:amd64.
Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.1_amd64.deb ...
Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.1) ...
Selecting previously unselected package libjpeg-turbo8:amd64.
Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2_amd64.deb ...
Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2) ...
Selecting previously unselected package libjpeg8:amd64.
Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...
Unpacking libjpeg8:amd64 (8c-2ubuntu8) ...
Selecting previously unselected package libjbig0:amd64.
Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...
Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...
Selecting previously unselected package libtiff5:amd64.
Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.1_amd64.deb ...
Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.1) ...
Selecting previously unselected package libvpx1:amd64.
Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...
Unpacking libvpx1:amd64 (1.3.0-2) ...
Selecting previously unselected package libxpm4:amd64.
Preparing to unpack .../libxpm4_1%3a3.5.10-1_amd64.deb ...
Unpacking libxpm4:amd64 (1:3.5.10-1) ...
Selecting previously unselected package libgd3:amd64.
Preparing to unpack .../libgd3_2.1.0-3_amd64.deb ...
Unpacking libgd3:amd64 (2.1.0-3) ...
Selecting previously unselected package libxslt1.1:amd64.
Preparing to unpack .../libxslt1.1_1.1.28-2build1_amd64.deb ...
Unpacking libxslt1.1:amd64 (1.1.28-2build1) ...
Preparing to unpack .../bind9-host_1%3a9.9.5.dfsg-3ubuntu0.2_amd64.deb ...
Unpacking bind9-host (1:9.9.5.dfsg-3ubuntu0.2) over (1:9.9.5.dfsg-3ubuntu0.1) ...
Preparing to unpack .../dnsutils_1%3a9.9.5.dfsg-3ubuntu0.2_amd64.deb ...
Unpacking dnsutils (1:9.9.5.dfsg-3ubuntu0.2) over (1:9.9.5.dfsg-3ubuntu0.1) ...
Preparing to unpack .../libisc95_1%3a9.9.5.dfsg-3ubuntu0.2_amd64.deb ...
Unpacking libisc95 (1:9.9.5.dfsg-3ubuntu0.2) over (1:9.9.5.dfsg-3ubuntu0.1) ...
Preparing to unpack .../libdns100_1%3a9.9.5.dfsg-3ubuntu0.2_amd64.deb ...
Unpacking libdns100 (1:9.9.5.dfsg-3ubuntu0.2) over (1:9.9.5.dfsg-3ubuntu0.1) ...
Preparing to unpack .../libisccfg90_1%3a9.9.5.dfsg-3ubuntu0.2_amd64.deb ...
Unpacking libisccfg90 (1:9.9.5.dfsg-3ubuntu0.2) over (1:9.9.5.dfsg-3ubuntu0.1) ...
Preparing to unpack .../liblwres90_1%3a9.9.5.dfsg-3ubuntu0.2_amd64.deb ...
Unpacking liblwres90 (1:9.9.5.dfsg-3ubuntu0.2) over (1:9.9.5.dfsg-3ubuntu0.1) ...
Preparing to unpack .../libbind9-90_1%3a9.9.5.dfsg-3ubuntu0.2_amd64.deb ...
Unpacking libbind9-90 (1:9.9.5.dfsg-3ubuntu0.2) over (1:9.9.5.dfsg-3ubuntu0.1) ...
Selecting previously unselected package nginx-common.
Preparing to unpack .../nginx-common_1.6.2-5+trusty0_all.deb ...
Unpacking nginx-common (1.6.2-5+trusty0) ...
Selecting previously unselected package nginx-full.
Preparing to unpack .../nginx-full_1.6.2-5+trusty0_amd64.deb ...
Unpacking nginx-full (1.6.2-5+trusty0) ...
Selecting previously unselected package nginx.
Preparing to unpack .../nginx_1.6.2-5+trusty0_all.deb ...
Unpacking nginx (1.6.2-5+trusty0) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Processing triggers for ureadahead (0.100.0-16) ...
Processing triggers for ufw (0.34~rc-0ubuntu2) ...
Setting up fonts-dejavu-core (2.34-1ubuntu1) ...
Setting up fontconfig-config (2.11.0-0ubuntu4.1) ...
Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.1) ...
Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2) ...
Setting up libjpeg8:amd64 (8c-2ubuntu8) ...
Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ...
Setting up libtiff5:amd64 (4.0.3-7ubuntu0.1) ...
Setting up libvpx1:amd64 (1.3.0-2) ...
Setting up libxpm4:amd64 (1:3.5.10-1) ...
Setting up libgd3:amd64 (2.1.0-3) ...
Setting up libxslt1.1:amd64 (1.1.28-2build1) ...
Setting up libisc95 (1:9.9.5.dfsg-3ubuntu0.2) ...
Setting up libdns100 (1:9.9.5.dfsg-3ubuntu0.2) ...
Setting up libisccfg90 (1:9.9.5.dfsg-3ubuntu0.2) ...
Setting up libbind9-90 (1:9.9.5.dfsg-3ubuntu0.2) ...
Setting up liblwres90 (1:9.9.5.dfsg-3ubuntu0.2) ...
Setting up bind9-host (1:9.9.5.dfsg-3ubuntu0.2) ...
Setting up dnsutils (1:9.9.5.dfsg-3ubuntu0.2) ...
Setting up nginx-common (1.6.2-5+trusty0) ...
Processing triggers for ureadahead (0.100.0-16) ...
Processing triggers for ufw (0.34~rc-0ubuntu2) ...
Setting up nginx-full (1.6.2-5+trusty0) ...
Setting up nginx (1.6.2-5+trusty0) ...
Processing triggers for libc-bin (2.19-0ubuntu6.5) ...
dokku plugins-install
git describe --tags > ~dokku/VERSION 2> /dev/null || echo '~master (2015-02-23T13:05+0000)' > ~dokku/VERSION
root@ip-172-31-6-245:~#
root@ip-172-31-6-245:~# cd /root/dokku && make dokku-installer
apt-get install -qq -y ruby
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = "UTF-8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Selecting previously unselected package ruby.
(Reading database ... 56221 files and directories currently installed.)
Preparing to unpack .../ruby_1%3a1.9.3.4_all.deb ...
Unpacking ruby (1:1.9.3.4) ...
Selecting previously unselected package ruby1.9.1.
Preparing to unpack .../ruby1.9.1_1.9.3.484-2ubuntu1.2_amd64.deb ...
Unpacking ruby1.9.1 (1.9.3.484-2ubuntu1.2) ...
Selecting previously unselected package libruby1.9.1.
Preparing to unpack .../libruby1.9.1_1.9.3.484-2ubuntu1.2_amd64.deb ...
Unpacking libruby1.9.1 (1.9.3.484-2ubuntu1.2) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Setting up ruby (1:1.9.3.4) ...
Setting up ruby1.9.1 (1.9.3.484-2ubuntu1.2) ...
Setting up libruby1.9.1 (1.9.3.484-2ubuntu1.2) ...
Processing triggers for libc-bin (2.19-0ubuntu6.5) ...
test -f /var/lib/dokku/.dokku-installer-created || gem install rack -v 1.5.2 --no-rdoc --no-ri
Fetching: rack-1.5.2.gem (100%)
Successfully installed rack-1.5.2
1 gem installed
test -f /var/lib/dokku/.dokku-installer-created || gem install rack-protection -v 1.5.3 --no-rdoc --no-ri
Fetching: rack-protection-1.5.3.gem (100%)
Successfully installed rack-protection-1.5.3
1 gem installed
test -f /var/lib/dokku/.dokku-installer-created || gem install sinatra -v 1.4.5 --no-rdoc --no-ri
Fetching: tilt-1.4.1.gem (100%)
Fetching: sinatra-1.4.5.gem (100%)
Successfully installed tilt-1.4.1
Successfully installed sinatra-1.4.5
2 gems installed
test -f /var/lib/dokku/.dokku-installer-created || gem install tilt -v 1.4.1 --no-rdoc --no-ri
Successfully installed tilt-1.4.1
1 gem installed
test -f /var/lib/dokku/.dokku-installer-created || ruby /root/dokku/contrib/dokku-installer.rb onboot
Installed Upstart service and default Nginx virtualhost for installer to run on boot.
test -f /var/lib/dokku/.dokku-installer-created || service dokku-installer start
dokku-installer start/running, process 14153
test -f /var/lib/dokku/.dokku-installer-created || service nginx reload
* Reloading nginx configuration nginx [ OK ]
test -f /var/lib/dokku/.dokku-installer-created || touch /var/lib/dokku/.dokku-installer-created
root@ip-172-31-6-245:~/dokku#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment