aboutsummaryrefslogtreecommitdiffstats
path: root/bin/site-specific-install.sh
Commit message (Collapse)AuthorAgeLines
* Version 1.6.v1.6Matthew Somerville2015-07-10-1/+1
| | | | Identical to v1.5.5, just a version renumbering.
* Version 1.5.5.v1.5.5Matthew Somerville2015-07-10-1/+1
|
* Version 1.5.4.v1.5.4Matthew Somerville2015-03-18-1/+1
| | | | Including updated translations.
* Version 1.5.3.v1.5.3Matthew Somerville2015-01-21-1/+1
|
* Rename test-wrapper to run-tests.Matthew Somerville2015-01-19-1/+1
| | | | As that's what it does; and use it in Travis.
* Version 1.5.2.v1.5.2Matthew Somerville2014-12-17-1/+1
| | | | | | | Includes: * [UK] Don't show topic form field when reporting abuse. * Use token in moderation response URL to prevent hidden report leak. * Make sure successful submission page is full width.
* Version 1.5.1.v1.5.1Matthew Somerville2014-12-12-1/+1
|
* Version 1.5.Matthew Somerville2014-11-19-1/+1
|
* Version 1.4.2.v1.4.2Matthew Somerville2014-07-14-1/+1
|
* Version 1.4.1.v1.4.1Matthew Somerville2014-05-23-1/+1
|
* Version 1.4.v1.4Matthew Somerville2014-05-16-1/+1
|
* Version 1.3.v1.3Matthew Somerville2013-11-12-1/+1
|
* Version 1.2.6.v1.2.6Matthew Somerville2013-10-11-1/+1
|
* Version 1.2.5.v1.2.5Matthew Somerville2013-09-13-1/+1
|
* Do fewer things for a dev installation.Matthew Somerville2013-09-13-7/+15
| | | | | | | | | | If the development parameter is passed to the install-script, don't install a crontab, don't set up nginx, don't force the repository to a particular version, and don't set up an application server. Also only create a general.yml file if one doesn't already exist, and add some locales that the test suite assumes are present. And run the db schema update script.
* Version 1.2.4.v1.2.4Matthew Somerville2013-09-05-1/+1
|
* Version 1.2.3.v1.2.3Matthew Somerville2013-09-03-1/+1
|
* Allow a version override for the install script.Matthew Somerville2013-08-30-1/+1
| | | | | So you can more easily set up a development environment on a clean server, checking out master.
* Update to v1.2.2.v1.2.2Matthew Somerville2013-07-26-1/+1
|
* Update to v1.2.1.v1.2.1Matthew Somerville2013-06-05-1/+1
|
* Update to v1.2.v1.2Matthew Somerville2013-05-02-1/+1
|
* Install postfix as part of FixMyStreet install script.Matthew Somerville2013-05-02-0/+2
|
* Update to v1.1.2.v1.1.2Matthew Somerville2013-03-15-1/+1
|
* Update to v1.1.1.v1.1.1Matthew Somerville2013-02-22-1/+1
|
* Do the cd after su-ing to the user.v1.1Matthew Somerville2013-02-22-1/+1
|
* Update install script to install v1.1, update README about v1.1.Matthew Somerville2013-02-22-0/+6
|
* EC2_HOSTNAME may be empty; don't insist that it isn'tMark Longair2012-10-18-1/+0
|
* Remove common install script codeMark Longair2012-10-04-0/+54
pre-install-as-root is no longer the way that you should invoke the install script; instead you should call the install-site.sh script in commonlib/bin.