Skip to content
Snippets Groups Projects
Commit 5b0ac206 authored by Michiel de Jong's avatar Michiel de Jong
Browse files

Ubuntu instructions

parent 2eb2c97a
No related branches found
No related tags found
No related merge requests found
To run an IndieHosters on ubuntu 14.10 (earlier versions will not work), run something like:
apt-get update && apt-get -y upgrade
dpkg-reconfigure -plow unattended-upgrades
# set unattended upgrades to 'Yes'
apt-get -y install systemd-sysv git docker.io
docker run -d --restart='always' -p 4001:4001 quay.io/coreos/etcd:v0.4.6
echo "#!/bin/sh" > /usr/local/etcdctl
echo "docker run --net=host quay.io/coreos/etcd:v0.4.6 /etcdctl $1 $2 $3 $4" >> /usr/local/etcdctl
shutdown -r now
systemctl start docker # This will be automatic once the IndieHosters unit-files are installed
systemctl list-units
docker ps
etcdctl ls
etcdctl help
Now follow the [CoreOS-based instructions](deploying-a-server.md)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment