summaryrefslogtreecommitdiff
path: root/install
AgeCommit message (Collapse)Author
2016-04-03Fix syntax error in sed command.Cyril Brulebois
2016-04-03Allow 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-17Include django-simple-history - fix install scriptÉtienne Loks
2015-08-26Install script: add proxy for pipÉtienne Loks
2015-08-20Update installation scriptÉtienne Loks
2015-06-01Merge branch 'stable'Étienne Loks
2015-05-20Install: put ODT_TEMPLATE in local_settingsÉtienne Loks
2015-05-06Update installation scriptÉtienne Loks
2015-04-21Update install instructionÉtienne Loks
2015-04-20Update installation scriptÉtienne Loks
2015-04-18Install script: allow nginx and uwsgi port change on CLI callÉtienne Loks
2015-04-18Update installation scriptÉtienne Loks
Conflicts: install/install.sh
2015-04-17Install scriptsÉtienne Loks