= 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/ }}} [[BackLinks]]