Changes between Version 29 and Version 30 of ReleaseManagement
- Timestamp:
- 01/27/10 02:09:08 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseManagement
v29 v30 195 195 * logistics.sahanapy.org VM: 212.23.5.5 196 196 * /home/haiti/web2py/applications/dev 197 * /etc/apache2/sites-enabled/haiti-dev 198 * [wiki:InstallationGuidelinesMySQL MySQL] ''hopefully'' 197 * /etc/apache2/sites-available/dev 198 * /etc/apache2/sites-available/dev-maintain 199 * /etc/apache2/sites-enabled/dev 200 * [wiki:InstallationGuidelinesMySQL MySQL] 199 201 * Web2Py r1544 200 202 * Sahana Haiti r547 203 {{{ 204 cd /home/haiti/web2py/applications 205 bzr branch lp:sahana/haiti-quake-2010 dev 206 cd dev 207 chown www-data -R cache 208 chown www-data -R databases 209 chown www-data -R errors 210 chown www-data -R sessions 211 chown www-data -R static/img/markers 212 chown www-data -R static/scripts 213 chown www-data -R static/styles 214 chown www-data -R uploads 215 }}} 201 216 * Customisations: 202 217 * models/00_db.py 203 * migrate = False 218 * migrate = False (after 1st run) 204 219 * db = DAL('mysql://haitidev:password@localhost/haitidev', pool_size=10) 205 220 * models/01_modules.py … … 231 246 */5 * * * * root *applications/dev/cron/rms_entry2record.py 232 247 */5 * * * * root *applications/dev/cron/rms_tweet2request.py 248 */5 * * * * root *applications/dev/cron/import_job_do_processing.py 249 */5 * * * * root *applications/dev/cron/import_job_do_import.py 233 250 }}} 234 251 * views/ext.html