Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-24 | Merge branch 'master' into v0.9 | Étienne Loks | |
2017-01-23 | Update gitlab links | Valérie-Emma Leroux | |
2016-09-02 | Merge branch 'master' into v0.9 | Étienne Loks | |
2016-08-30 | Install: default nginx conf wait after long uwsgi response (refs #3174) | Étienne Loks | |
2016-07-16 | Merge branch 'master' into v0.9 | Étienne Loks | |
Conflicts: install/install.sh | |||
2016-07-16 | Install script: add media/upload dir | Étienne Loks | |
2016-06-13 | Merge branch 'master' into v0.9 | Étienne Loks | |
2016-06-11 | Documentation: install from Debian Package | Étienne Loks | |
2016-06-09 | Merge branch 'master' into v0.9 | Étienne Loks | |
2016-06-09 | Fix default installation for multi instances | Étienne Loks | |
2016-04-03 | Fix install script on v0.9 branch (refs #3092) | Étienne Loks | |
The detail in migration was a dirty hack before migration merge. | |||
2016-04-03 | FIXME: Improve reporting and error detection. | Cyril Brulebois | |
set -e makes the shell error out whenever an unguarded command reports a failure, instead of blindly executing everything in turn. set -x ensures one knows which commands are being run/attempted. XXX: At least in v0.9, two commands are failing, hence the two occurrences of "|| true". | |||
2016-04-03 | Add support for APT_GET and PIP environment variables. | Cyril Brulebois | |
This makes it possible for admins or packagers to bypass automatic dependency installation using apt-get and pip. Example: APT_GET='echo -- apt-get' PIP='echo -- pip' install/install.sh | |||
2016-04-03 | Use 'mkdir -p' to create intermediate directory where needed. | Cyril Brulebois | |
2016-04-03 | Make INSTALL_PREFIX configurable. | Cyril Brulebois | |
Since a comment insisted on this topic, make sure to add a trailing slash if that variable wasn't set properly. This means adjusting the templates in addition to the main script. A slash is kept as a separator in those to keep them readable, which explains the slightly awkward (uwsgi and nginx) sed calls. | |||
2016-04-03 | Fix syntax error in sed command. | Cyril Brulebois | |
2016-04-03 | Allow running install.sh from the top-level directory. | Cyril Brulebois | |
Setting CDIR to the directory containing install.sh makes it possible to run it as install/install.sh from the top-level directory. Calling readlink -f on it makes sure one gets the canonical location, so that cd-ing to various places doesn't interfere with finding appropriate files (relatively to CDIR) afterwards. | |||
2016-01-17 | Include django-simple-history - fix install script | Étienne Loks | |
2015-08-26 | Install script: add proxy for pip | Étienne Loks | |
2015-08-20 | Update installation script | Étienne Loks | |
2015-06-01 | Merge branch 'stable' | Étienne Loks | |
2015-05-20 | Install: put ODT_TEMPLATE in local_settings | Étienne Loks | |
2015-05-06 | Update installation script | Étienne Loks | |
2015-04-21 | Update install instruction | Étienne Loks | |
2015-04-20 | Update installation script | Étienne Loks | |
2015-04-18 | Install script: allow nginx and uwsgi port change on CLI call | Étienne Loks | |
2015-04-18 | Update installation script | Étienne Loks | |
Conflicts: install/install.sh | |||
2015-04-17 | Install scripts | Étienne Loks | |