Telomere Length Recording Application HowTo Install
Tags: Telomere Length Recording Application HowTo Install Pain in the proverbial UoL LAMP Server
Follow the instructions in UoL LAMP HowTo Install Python Flask Applications with the following additions:
Requirements
Before installation can start, the following additional packages will have to be installed by IT services:
- libldap2-dev
- libsasl2-dev
Permission to Upload Directory
- In order to upload spreadsheets, you need to create an upload directory, for example
/local/telomere/uploads
. - You then need to point to this in the settings.py file
SPREADSHEET_UPLOAD_DIRECTORY = '/local/telomere/uploads'
- Finally, you need to give
wwwrun
permission to read and write to the directory.
setfacl -m u:wwwrun:rwx /local/telomere/uploads/ setfacl -m d:u:wwwrun:rwx /local/telomere/uploads/
Last modified
9 years ago
Last modified on 10/07/15 13:39:59
Note:
See TracWiki
for help on using the wiki.