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
Branches
Tags
2 merge requests!27Release v7.0.2,!11DRAFT: file system cleanup
Checking pipeline status
...@@ -91,13 +91,13 @@ with the then current version of the stored entities. ...@@ -91,13 +91,13 @@ with the then current version of the stored entities.
### Running in a Docker Container ### Running in a Docker Container
You can use `.docker/docker-compose.yml` to start 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 (`docker-compose -f .docker/docker-compose.yml up -d`) that runs mariadb. You
mariadb. You need appropriate settings in `.config`: need appropriate settings in `.config`:
`MYSQL_OPTS="--protocol=TCP"` and * `MYSQL_OPTS="--protocol=TCP"` and
`DATABASE_USER_HOST_LIST=%,` * `DATABASE_USER_HOST_LIST=%,`
After the first start, you need to install the database: `make install`. After the first start, you need to install the database: `make install`.
Then, you can connect to it with Then, you can connect to it with `mariadb --protocol=TCP -u caosdb -prandom1234
`mariadb --protocol=TCP -u caosdb -prandom1234 caosdb`. caosdb`.
### Troubleshooting ### Troubleshooting
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment