summaryrefslogtreecommitdiff
path: root/ishtar-prepare-instance
AgeCommit message (Collapse)Author
2016-07-16Debian: add media/upload dirÉtienne Loks
2016-07-16Symbolic link to example_project - create media/imported - keep original ↵Étienne Loks
permissions of example_project
2016-07-14Debian installer: fix fixtures import and DB_PORT attributeÉtienne Loks
2016-06-14Fix data loading on post-installÉtienne Loks
2016-06-10Default PROJECT is the value of INSTANCEÉtienne Loks
2016-04-22Make ishtare-prepare-instance call compilemessages in ishtar_common too.Cyril Brulebois
This is the likely cause for missing translations right after an instance is created, which appear once "dpkg-reconfigure python-django-ishtar" is called. Checking the logic implemented in the postinst script makes sense and using the same steps in ishtare-prepare-instance would be nice. Signed-off-by: Cyril Brulebois <cyril@debamax.com>
2016-04-22Keep track of created instances in INSTANCES file.Cyril Brulebois
This makes it easier to iterate on instances after installation. In particular, the postinst script can easily run migration code on upgrades. Signed-off-by: Cyril Brulebois <cyril@debamax.com>
2016-04-07Move /var/log/django creation way earlier.Cyril Brulebois
This directory is needed to run various django commands, so create it much earlier. Signed-off-by: Cyril Brulebois <cyril@debamax.com>
2016-04-07Add DB configuration bits.Cyril Brulebois
Signed-off-by: Cyril Brulebois <cyril@debamax.com>
2016-04-07Ship a script automating the creation of an instance.Cyril Brulebois
Signed-off-by: Cyril Brulebois <cyril@debamax.com>