@@ -22,21 +22,14 @@ The [Minds repository](https://gitlab.com/Minds/minds) contains multiple git sub
### Build the Elasticsearch indexes
Make sure nothing is running:
```console
docker-compose down
```
# Make sure nothing is running
docker-compose down
Run the legacy provisioner:
```console
# Run the legacy provisioner
docker-compose up elasticsearch-legacy-provisioner
```
Run the legacy provisioner:
```console
# Run the provisioner
docker-compose up elasticsearch-provisioner
```
...
...
@@ -49,7 +42,7 @@ _**Linux users:** To get Elasticsearch 6 to run, you must make a settings change
1. Run `sh init.sh` in order to install the front and engine repositories
2. Run `docker-compose up -d nginx`
3. Run `docker-compose up installer` (one time only)... initial username: minds / password: Pa\$\$w0rd)
3. Run `docker-compose up installer` (one time only... initial username: minds / password: Pa\$\$w0rd)
4. Run `docker-compose up front-build`
5. Navigate to [http://localhost:8080](http://localhost:8080)
...
...
@@ -66,7 +59,7 @@ _**Linux users:** To get Elasticsearch 6 to run, you must make a settings change
### Docker is frozen
- You might need to increase the resources allotted to Docker. To do this, go to _Docker > Preferences > Advanced_. From there, move the CPU/Memory sliders up and see if that fixes the problem
- You might need to increase the resources allotted to Docker. To do this, go to _Docker > Preferences > Advanced_. From there, move the CPU/Memory sliders up and see if that fixes the problem