Skip to content
Snippets Groups Projects
Verified Commit a87e29a4 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

STY: formatting README_SETUP.md

parent 3c6ad378
No related branches found
No related tags found
2 merge requests!27Release v7.0.2,!11DRAFT: file system cleanup
Pipeline #44803 failed
......@@ -91,13 +91,13 @@ with the then current version of the stored entities.
### Running in a Docker Container
You can use `.docker/docker-compose.yml` to start a docker container
(`docker-compose -f .docker/docker-compose.yml up -d`) that runs
mariadb. You need appropriate settings in `.config`:
`MYSQL_OPTS="--protocol=TCP"` and
`DATABASE_USER_HOST_LIST=%,`
(`docker-compose -f .docker/docker-compose.yml up -d`) that runs mariadb. You
need appropriate settings in `.config`:
* `MYSQL_OPTS="--protocol=TCP"` and
* `DATABASE_USER_HOST_LIST=%,`
After the first start, you need to install the database: `make install`.
Then, you can connect to it with
`mariadb --protocol=TCP -u caosdb -prandom1234 caosdb`.
Then, you can connect to it with `mariadb --protocol=TCP -u caosdb -prandom1234
caosdb`.
### Troubleshooting
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment