Add installer script to readme

This commit is contained in:
Jan Tuomi
2017-03-06 01:50:11 +02:00
parent 0c1e836902
commit 804afeb057
+10 -1
View File
@@ -19,9 +19,18 @@ git checkout develop
## Installation with Docker
### One click install
Run the one click installer
```BASH
sudo scripts/autoinstall.sh
```
If you experience installation problems, go through the install process manually by following the steps below. If the installation is a success, you can skip to _Running_.
### Installing Docker
Install docker and docker-compose. On Ubuntu you can install ocker from the repositories but docker-compose must be installed separately.
Install docker and docker-compose. On Ubuntu you can install Docker from the repositories but docker-compose must be installed separately.
```BASH
sudo apt-get install docker