Skip to content
Snippets Groups Projects
Commit 9522b082 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

DOC: first startup

parent 901d15f7
No related branches found
No related tags found
3 merge requests!27Release v7.0.2,!24F compose,!11DRAFT: file system cleanup
Pipeline #44683 failed
......@@ -91,12 +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 and you can connect to it with
`mariadb -h localhost -P3306 -u caosdb -prandom1234 caosdb`. You need appropriate
settings in `.config`.
mariadb. You need appropriate settings in `.config`.
Due to [a Bug](https://gitlab.com/linkahead/linkahead-mariadbbackend/-/issues/33)
`MYSQL_CMD="mariadb -h localhost -P3306"` 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 -h localhost -P3306 -u caosdb -prandom1234 caosdb`.
### Troubleshooting
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment