Changes for page FileSync
Last modified by Jan Brinkhaus on 2023/02/03 13:33
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -22,6 +22,8 @@ 22 22 23 23 On a computer with Docker, just choose a target directory which fits for your case, deploy our docker-compose file there and start the app. 24 24 25 +**Suggestion for quick start for linux** 26 + 25 25 {{code language="Shell script"}} 26 26 sudo mkdir /var/docker_data 27 27 cd /var/docker_data/ ... ... @@ -31,19 +31,13 @@ 31 31 sudo docker-compose up 32 32 {{/code}} 33 33 34 -You are after 36 +You are afterwards able to log in via the web interface on port 80 of the server where you installed FileSync. 35 35 36 36 37 - sudomkdir/var/docker_data39 +**Suggestion for quick start for Windows** 38 38 39 -c d/var/docker_data/41 +**Place the docker-compose file from** 40 40 41 -[[https:~~/~~/xwiki.brinkhaus-gmbh.de/bin/download/Product%20support/FileSync/WebHome/docker-compose.yml?rev=1.1>>https://xwiki.brinkhaus-gmbh.de/bin/download/Product%20support/FileSync/WebHome/docker-compose.yml?rev=1.1]] 42 - 43 -sudo apt install docker docker-compose 44 - 45 -sudo docker login registry.gitlab.com/v2/b3935 -u datastore-dl -p glpat-S9xzXzoUxuxGboW53r2x 46 - 47 47 sudo docker-compose up 48 48 49 49 (% class="box" %)