njeirath / brenda-web

Brenda-Web - A web based frontend for Brenda
http://www.brenda-web.com
Other
12 stars 13 forks source link

Incompatible with Ubuntu 14.04 based images #51

Closed njeirath closed 8 years ago

njeirath commented 8 years ago

The tool does not currently work with images based off Ubuntu 14.04:

Default Nginx config serves files from /usr/share/nginx/html instead of /usr/share/nginx/www/ as was the case in Ubuntu 12.04

Need to update cron tasks to place files in the appropriate location based on Ubuntu version

Also, after installation in 12.04, nginx remains stopped however in 14.04 it starts by default. Current startup task after installation and configuration is to: sudo service nginx start however this doesn't work in 14.04 and as a result nginx does not pick up the updated configs.

njeirath commented 8 years ago

Fixed in #55