summaryrefslogtreecommitdiff
path: root/ishtar-prepare-instance
AgeCommit message (Collapse)Author
2017-04-11v0.99.18 - wheezyÉtienne Loks
2016-10-22Debian: explicitly create media dir in order to give appropriate rightsÉtienne Loks
2016-08-25CI - ishtar-prepare-instance: collect static and compile messages after ↵Étienne Loks
defining local_settings
2016-08-24v0.97.1 - wheezyÉtienne Loks
2016-08-24CI: try to debug automatic instance preparationÉtienne Loks
2016-08-24ishtar-prepare-instance: fix link to settings.pyÉtienne Loks
2016-08-24Debian: modify locale generation to be instance specificÉtienne Loks
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>