Skip to content
Snippets Groups Projects

DRAFT: file system cleanup

Merged Timm Fitschen requested to merge f-filesystem-cleanup into f-filesystem-main
1 file
+ 6
6
Compare changes
  • Side-by-side
  • Inline
+ 6
6
@@ -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
Loading