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
ea4c2641
Commit
ea4c2641
authored
Oct 16, 2018
by
Mathieu Giraud
Browse files
doc/server.md: germline files, details, gather paragraphs
parent
8a813574
Pipeline
#44195
passed with stages
in 6 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
doc/server.md
View file @
ea4c2641
...
...
@@ -177,9 +177,13 @@ Then `docker ps` should display four running containers:
`docker_nginx_1`
,
`docker_uwsgi_1`
,
`docker_fuse_1`
,
`docker_mysql_1`
-
From the
`vidjil`
directory, run
`make germline`
to create
`germline/`
. You should accept IMGT licences.
-
Copy the
`germline.js`
with
`docker cp browser/js/germline.js docker_nginx_1:/usr/share/vidjil/browser/js/germline.js`
and
`docker commit docker_nginx_1 vidjil/client:latest`
-
Vidjil also need germline files.
-
You can use IMGT germline files if you accept IMGT licence.
For this, from the
`vidjil`
directory (root of the git repository),
run
`make germline`
to create
`germline/`
while checking the licence.
-
These germlines are included in the server container with a volume in the fuse block
in your
`docker-compose.yml`
:
`../germline:/usr/share/vidjil/germline`
.
-
Copy also the generated
`browser/js/germline.js`
into the
`docker/vidjil-client/conf/`
directory.
-
Open a web browser to
<https://your-hostname>
.
...
...
@@ -244,25 +248,9 @@ configuration files, allowing for tweaks.
From this location, it will be easier to enable more software or pipelines
by putting their binaries in this location taht will be see by the docker instance.
# Docker -- Gerlmines
In order to use Vidjil, you will need to retrieve the germline files.
From the root of the git repository run:
```
sh
cd
gerlmine
make
```
These germlines are included in the server container with a volume in the fuse block
in your
`docker-compose.yml`
:
`../germline:/usr/share/vidjil/germline`
.
After retrieving the germlines, you will also need to copy the generated
`germline.js`
(found in
`browser/js/`
) into the
`docker/vidjil-client/conf`
directory.
# Docker -- Troubleshooting
### Error "Can't connect to MySQL server on 'mysql'"
The mysql container is not fully launched. This can happen especially at the first launch.
...
...
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