- 18 Jan, 2017 1 commit
-
-
Ryan Herbert authored
The nginx logs were redirected to stdout and stderr, however we need them in files in order to display them in the vidjil admin page.
-
- 13 Jan, 2017 2 commits
-
-
Ryan Herbert authored
-
Ryan Herbert authored
-
- 12 Jan, 2017 11 commits
-
-
RyanHerb authored
-
RyanHerb authored
app moved, the repository did not. Until we have decided on a generic name for the backend server, vda will have to suffice.
-
RyanHerb authored
-
RyanHerb authored
-
RyanHerb authored
Although root should work, it's always safer to run things as non-root users
-
RyanHerb authored
the fuse server was referenced as localhost in the code. However, for the separation of reposibilities to work correctly in the docker installation it was necessary to add a variable in order to be able to reference the correct container for running custom fuse jobs
-
RyanHerb authored
-
RyanHerb authored
-
RyanHerb authored
FS_LOCK_THRESHHOLD and SCHEDULER_HEARTBEAT were missing from defs
-
RyanHerb authored
The repository address was set to a server-specific address. This one should always point to the correct server
-
RyanHerb authored
-
- 10 Oct, 2016 1 commit
-
-
HERBERT Ryan authored
The initial docker configuration wasn't working correctly, so this was an opportunity to switch to a docker-compose to manage individual services. This allowed to also better fit the docker philosophy of lightweight containers that manage only a single services and/or process
-