@@ -67,7 +67,7 @@ Notice that this package already delivery "most common" WLCG VO's configuration
...
@@ -67,7 +67,7 @@ Notice that this package already delivery "most common" WLCG VO's configuration
On first time launching, mysql image should be empty, hence needs to be initialized, so it is recomended to run `docker-compose` in detached mode and only `ftsdb` container
On first time launching, mysql image should be empty, hence needs to be initialized, so it is recomended to run `docker-compose` in detached mode and only `ftsdb` container
```
```
$ docker-compose --env-file .env up -d ftsdb
$ docker-compose up -d ftsdb
```
```
Than initializing the database by running the script:
Than initializing the database by running the script:
...
@@ -86,7 +86,7 @@ This script can also be used to clean the database if necessary.
...
@@ -86,7 +86,7 @@ This script can also be used to clean the database if necessary.
Once MySQL database is initialized, to start up FTS containers simply run the command:
Once MySQL database is initialized, to start up FTS containers simply run the command:
```
```
$ docker-compose --env-file .env up -d
$ docker-compose up -d
```
```
After first time, even if mysql is killed or exit for some reason, it is not needed to re-initialize nor start it detached from the rest of the container.
After first time, even if mysql is killed or exit for some reason, it is not needed to re-initialize nor start it detached from the rest of the container.