opencast / opencast-docker

Dockerfiles for Opencast
https://quay.io/organization/opencast/
Educational Community License v2.0
41 stars 36 forks source link

restores build folder permission #86

Closed geichelberger closed 6 years ago

geichelberger commented 6 years ago

The installation script (oc_install) changes the build folder permission, because the permission is not reset (oc_uninstall) building opencast will fail.

Failed to create assembly: Error creating assembly archive bin: ../build/opencast-* is not writable.

This patch resets the build folder permission.

geichelberger commented 6 years ago

It would be a cleaner solution to leave the build files untouched, but you loose the possibility to access the files easily. For example you want to change some files while opencast is running.

mtneug commented 6 years ago

You can always do that in /opencast, although currently only via the shell.

geichelberger commented 6 years ago

At the moment you can access the files from the host system, because they are linked to /opencast.

geichelberger commented 6 years ago

Updated oc_install to copy the files from the develop distribution to OPENCAST_HOME.

mtneug commented 6 years ago

Thank you!

mtneug commented 6 years ago

With #87 you should be able to mount the /opencast folder on your host system.