Version 6 (modified by 9 years ago) ( diff ) | ,
---|
Telomere Length Recording Application Instance Live
Tags: Application Instance Category UoL LAMP Server Python Telomere Length Study
Technical Details
- URL
- https://telomere.lcbru.le.ac.uk or https://www99.lamp.le.ac.uk
- Server
- login99.lamp.le.ac.uk
- Directory
/local/telomere
- Database config
/local/telomere/defaultSettings.py
- Database Type
- MySql
- Database Server
- localhost
- Database
telomere
- Error Logging
/local/apache2/log/error.log
- Apache Config
/local/apache2/etc/httpd.conf
Gotchas
- Uses mod_wsgi, which has to be compiled locally. See : HowTo Compile mod_wsgi for LAMP servers
- The config name for the database seems to have switched from being case-insensitive to being case sensitive. Therefore, it wasn't finding the config setting that was called
DATABASE
where it had been doing and I had to change it todatabase
. Weird!
Cron Tasks
Note:
See TracWiki
for help on using the wiki.