Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,711
Issues
1,711
List
Boards
Labels
Service Desk
Milestones
Merge Requests
86
Merge Requests
86
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
b592b503
Commit
b592b503
authored
Oct 18, 2018
by
Mathieu Giraud
Committed by
Vidjil Team
Oct 18, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/server.md: adding software, details
parent
d1786c0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
14 deletions
+5
-14
doc/server.md
doc/server.md
+5
-14
No files found.
doc/server.md
View file @
b592b503
...
...
@@ -249,27 +249,18 @@ Here are some notable configuration changes you should consider:
### Docker -- Adding external software
**(To be documented)**
The volumes in the fuse and nginx volume block
`./vidjil-server/conf:/etc/vidjil`
and
`./vidjil-client/conf:/etc/vidjil`
will provide easier access to all of the
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 that will be see by the docker instance.
# Docker -- Adding Software
Some software can be added to Vidjil for pre-processing or even processing if the
software outputs data compatible with the .vidjil format.
We recommend you add software by adding a volume to your
`docker-compose.yml`
.
By default we add our external files to
`/opt/vidjil`
on the host machine. You can then
reference the executable in
`vidjil-server/conf/defs.py`
.
In some cases, using the software may require development. In other cases, adding
the appropriate
`pre process`
or
`analysis config`
can be enough.
When the software has compatible inputs and outputs, it will be enough
to configure then the appropriate
`pre process`
or
`analysis config`
(to be documented).
In some cases, using the software may require development such as wrappers.
Contact us (
<mailto:contact@vidjil.org>
) to have more information and help.
# Docker -- Troubleshooting
### Error "Can't connect to MySQL server on 'mysql'"
...
...
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