RebelTechnology / OwlServer

Web-based Client/Server application for the Open Ware Laboratory
GNU General Public License v2.0
2 stars 2 forks source link

Fix permissions on compiled files #212

Open pingdynasty opened 7 years ago

pingdynasty commented 7 years ago

Currently on the live server the compilation target directories are owned by www-data:www-data: /var/www/hoxtonowl.com/subdomains/www/patch-builder/build and /var/www/hoxtonowl.com/subdomains/www/patch-builder/build-js. The compilation process however seems to run from the API as user nobody. To work, all files and directories concerned must be world writeable, which is obv not ideal.

Can we update the deploy scripts to set correct permissions and ownership?