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

DOC: update README_SETUP; mention logout after usermod

parent 6bb98a5c
No related branches found
No related tags found
No related merge requests found
Pipeline #28098 passed
...@@ -12,11 +12,13 @@ sudo apt-get install docker.io docker-compose ...@@ -12,11 +12,13 @@ sudo apt-get install docker.io docker-compose
``` ```
Note, that your user account needs to be in the docker group to start a Note, that your user account needs to be in the docker group to start a
container: container. Security note: The docker group is equivalent to root permissions.
```sh ```sh
sudo usermod -aG docker $USER sudo usermod -aG docker $USER
``` ```
You should log out after this step and log in again. You can check with the
command `groups` whether you have the docker group.
It is recommended that you clone this repository such that you have the It is recommended that you clone this repository such that you have the
example configuration files at hand. example configuration files at hand.
...@@ -42,6 +44,9 @@ caosdb-server_1 | Starting org.caosdb.server.CaosDBServer application ...@@ -42,6 +44,9 @@ caosdb-server_1 | Starting org.caosdb.server.CaosDBServer application
``` ```
the server is ready and you can access CaosDB with your web browser under `localhost:8081`. the server is ready and you can access CaosDB with your web browser under `localhost:8081`.
Default credentials are
- username: `admin`
- password: `caosdb`
## Stopping CaosDB ## ## Stopping CaosDB ##
You can stop the containers with CTRL-C. See the documentation of docker-compose You can stop the containers with CTRL-C. See the documentation of docker-compose
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment