Add installer script to readme
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user