Changes between Version 3 and Version 4 of UoL LAMP HowTo Install Python Flask Applications
- Timestamp:
- 10/07/15 13:38:03 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UoL LAMP HowTo Install Python Flask Applications
v3 v4 92 92 }}} 93 93 94 9. Pray. 94 9. Create any databases that are required and given the appropriate user permissions. 95 96 10. Update the application settings in {{{/local/{application directory} }}} 97 98 10. Pray. 95 99 96 100 == Other Possible Stuff (**Not required last time used!**) … … 104 108 }}} 105 109 110 == Gotchas 111 112 === 1. Import of database module fails 113 114 This could actually be an error that the application does not have access to the database. It fails with a 'cannot access database' error in the log when it processes the first request after restarting Apache, but subsequent requests cause an 'database module not found' error. 115 106 116 [[BackLinks]]