File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
docs/deploy-and-configure/installation/scenario-single-node-cloud-installation Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ $ sudo timedatectl set-timezone Europe/Berlin
2727
2828# install needed packages
2929$ sudo apt-get install -y apt-transport-https ca-certificates curl gnupg2 \
30- software-properties-common gnupg lsb-release gettext zip unzip git \
30+ software-properties-common gnupg lsb-release gettext zip unzip git \
3131 make vim jq
3232
3333# install docker and docker-compose
@@ -42,6 +42,7 @@ $ sudo apt-get install docker-ce docker-ce-cli containerd.io \
4242 docker-compose-plugin
4343
4444# (optional) add a user to docker group
45+ # may require logout/login to reload group assignments
4546# sudo usermod -a -G docker admin
4647```
4748
@@ -62,7 +63,7 @@ $ cd /opt
6263$ curl https://releases.eccenca.com/docker-orchestration/latest.zip \
6364 > cmem-orchestration.zip
6465
65- # unzip the orchestration and move the unzipped directory to
66+ # unzip the orchestration and move the unzipped directory to
6667# /opt/cmem-orchestration
6768$ unzip cmem-orchestration.zip
6869$ rm cmem-orchestration.zip
You can’t perform that action at this time.
0 commit comments