wiki:Telomere Length Recording Application HowTo Install

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

  1. In order to upload spreadsheets, you need to create an upload directory, for example /local/telomere/uploads.
  2. You then need to point to this in the settings.py file SPREADSHEET_UPLOAD_DIRECTORY = '/local/telomere/uploads'
  3. 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/

Error: Macro BackLinks(None) failed
'Environment' object has no attribute 'get_db_cnx'

Last modified 9 years ago Last modified on 10/07/15 13:39:59
Note: See TracWiki for help on using the wiki.