From 88af193576b36d10b46907a594d7fd11a70cb008 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Fri, 19 Jun 2015 12:49:22 -0400 Subject: Linebreaks --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 53259ea10..a0aeb974c 100644 --- a/README.md +++ b/README.md @@ -34,22 +34,35 @@ Local Machine Setup (Docker) ### Ubuntu ### 1. Follow the instructions at https://docs.docker.com/installation/ubuntulinux/ or use the summery below. + `sudo apt-get update` + `sudo apt-get install wget` + `wget -qO- https://get.docker.com/ | sh` + `sudo usermod -aG docker ` + `sudo service docker start` + `newgrp docker` + 2. Run `docker run --name mattermost-dev -d --publish 8065:80 mattermost/platform:helium 3. When docker is done fetching the image, open http://localhost:8065/ in your browser ### Arch ### 1. Install docker using the following commands + `pacman -S docker` + `systemctl enable docker.service` + `systemctl start docker.service` + `gpasswd -a docker` + `newgrp docker` + 2. docker run --name mattermost-dev -d --publish 8065:80 mattermost/platform:helium 3. When docker is done fetching the image, open http://localhost:8065/ in your browser -- cgit v1.2.3-1-g7c22