4 | | * Where is SQLite stored? |
5 | | * How could a MySQL datbase be set up to do a dump to a file? |
6 | | * /databases directory |
7 | | * /uploads directory |
8 | | * /models/000_config.py |
| 5 | * If using SQLite then the database is in the {{{/databases}}} directory |
| 6 | * If using MySQL then the database can be dumped to a file using [http://phpmyadmin.net phpMyAdmin] or [http://sourceforge.net/projects/automysqlbackup AutoMySQLBackup script] |
| 7 | * {{{/uploads}}} directory |
| 8 | * {{{/static/img/markers}}} if custom markers are added |