Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CaosDB Docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
caosdb
Software
CaosDB Docker
Commits
c2a6cb1c
Commit
c2a6cb1c
authored
2 years ago
by
Henrik tom Wörden
Browse files
Options
Downloads
Patches
Plain Diff
DOC: update README_SETUP; mention logout after usermod
parent
6bb98a5c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#28098
passed
2 years ago
Stage: info
Stage: setup
Stage: unittest
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README_SETUP.md
+6
-1
6 additions, 1 deletion
README_SETUP.md
with
6 additions
and
1 deletion
README_SETUP.md
+
6
−
1
View file @
c2a6cb1c
...
...
@@ -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
container
:
container
. Security note: The docker group is equivalent to root permissions.
```
sh
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
example configuration files at hand.
...
...
@@ -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`
.
Default credentials are
-
username:
`admin`
-
password:
`caosdb`
## Stopping CaosDB ##
You can stop the containers with CTRL-C. See the documentation of docker-compose
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment