mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 13:09:00 +00:00
Amend setup instructions with command
This commit is contained in:
parent
972d03efdf
commit
8bd9a00c38
@ -26,9 +26,12 @@ $ run/setup.sh
|
|||||||
### 2. Compile the project and build docker images
|
### 2. Compile the project and build docker images
|
||||||
|
|
||||||
```
|
```
|
||||||
$ ./gradlew assemble docker
|
$ ./gradlew dist docker
|
||||||
```
|
```
|
||||||
|
|
||||||
|
* `dist` is necessary for the processes to be possible to start and run.
|
||||||
|
* `docker` is necessary for the services to be possible to start and run.
|
||||||
|
|
||||||
### 3. Initialize the database
|
### 3. Initialize the database
|
||||||
```
|
```
|
||||||
$ docker-compose up -d mariadb
|
$ docker-compose up -d mariadb
|
||||||
|
Loading…
Reference in New Issue
Block a user