Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itfl-service-public
kix-referenz-installation
Commits
0aa09bc8
Commit
0aa09bc8
authored
Mar 21, 2017
by
Your Name
Browse files
-
parent
50654c0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
0aa09bc8
...
@@ -20,4 +20,35 @@ z.B. für Ubuntu https://gitlab.rz.uni-bamberg.de/itfl-service-public/misc/raw/m
...
@@ -20,4 +20,35 @@ z.B. für Ubuntu https://gitlab.rz.uni-bamberg.de/itfl-service-public/misc/raw/m
#im Verzeichnis wo docker-compose.yml liegt
#im Verzeichnis wo docker-compose.yml liegt
#einschalten
#einschalten
docker-compose up -d
docker-compose up -d
```
## nach erstem einschalten Datenbank und /opt/kix ins normale Host-Dateisystem kopieren
### einloggen auf host
ssh -p [port aus docker-compose.yml] root@[ip aus docker-compose.yml]
alternativ docker-compose exec bash ?
### dateien rauskopieren
*
liegen dann normal unter /volumes/
*
sind unabhängig vom Container
```
service mysql stop
service apache2 stop
rsync -a --delete /root/uniba.de/initial/var/lib/mysql/ /var/lib/mysql/
service mysql restart
rsync -a --delete /root/uniba.de/initial/opt/ /opt/
service apache2 restart
```
```
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment