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
vidjil
vidjil
Commits
3126f7aa
Commit
3126f7aa
authored
Oct 16, 2018
by
Mathieu Giraud
Browse files
doc/server.md: update instructions
parent
ef2e02e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/server.md
View file @
3126f7aa
...
...
@@ -265,15 +265,17 @@ XXXX Relaunch the workers.
**(October 2018: Temporary instructions, please wait.)**
By security, we please you to make a backup before doing this process.
Usually our docker installation will only require the following:
By security, we please you to make a backup (see "Backups", below) before doing this process.
Updating the Docker installation usually only require the following:
```
bash
docker pull vidjil/server
[:<version>]
docker pull vidjil/client
[:<version>]
docker pull vidjil/server
:latest
docker pull vidjil/client
:latest
```
This will pull the latest version of the images.
More tags are available at
<https://hub.docker.com/r/vidjil/server/tags/>
.
If you do not have access to
`hub.docker.com`
on your server, then you
should pull the image onto a machine that does and extract it into a tar
archive and send it to your server with your favourite method and import
...
...
@@ -289,13 +291,13 @@ Import:
docker load
-i
<input_file>
```
In some cases you may need to update your docker-compose.yml file or some
of the configuration files. The latest versions are available on our
In some cases you may need to update your
`
docker-compose.yml
`
file or some
of the configuration files. The latest versions
of these files
are available on our
[
Gitlab
](
https://inria.gitlab.com/vidjil/vidjil
)
.
By default, all previous volumes will be reused and no data
s
will be lost.
By default, all previous volumes will be reused and no data will be lost.
If needed, the MYSQL database will be updated to match the newest format.
this step is
automaticly done
by web2py.
this step is
handled
by web2py.
XXX TODO XXX (
****
demande confirmation par test
****
)
...
...
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