aboutsummaryrefslogtreecommitdiffstats
path: root/bin/pre-install-as-root
Commit message (Collapse)AuthorAgeLines
* Remove common install script codeMark Longair2012-10-04-307/+0
| | | | | | 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.
* Password-protect the admin interface and make an empty password fileMark Longair2012-10-03-0/+2
|
* install-script: Move installation of the required packages earlierMark Longair2012-10-03-3/+3
|
* install-script: Pick the packages file more intelligentlyMark Longair2012-10-02-5/+26
|
* Assume "yes" to the query about purging apt-xapian-indexMark Longair2012-10-02-1/+1
|
* Correct the sysvinit file installationMark Longair2012-10-01-1/+1
|
* Rename the example sysvinit fileMark Longair2012-10-01-1/+1
|
* Use a login shell for the PostgreSQL createuser commandMark Longair2012-10-01-1/+1
|
* Use a SITE variable instead of 'fixmystreet'Mark Longair2012-10-01-14/+14
| | | | | This is another step to make it easier to extract the common code from this and the MapIt install script.
* Removing leading FMS_ from variable names, for future refactoringMark Longair2012-10-01-21/+21
|
* Remove a useless line of debuggingMark Longair2012-10-01-1/+0
|
* Fix the rewriting of the example nginx.conf.example fileMark Longair2012-10-01-3/+2
|
* Fix a silly mistake in the install scriptMark Longair2012-09-28-1/+1
|
* Don't exit on failure to find an EC2 instance hostnameMark Longair2012-09-28-1/+1
|
* Add ec2-rewrite-conf to /etc/rc.local for default installs on EC2Mark Longair2012-09-28-1/+23
|
* The guidance should append at the end of the script outputMark Longair2012-09-28-0/+7
|
* install script: remove the package apt-xapian-indexMark Longair2012-09-28-0/+3
| | | | | The cron job set up by this package renders a Micro instance virtually unusable.
* Switch install script to use nginxMark Longair2012-09-27-106/+87
| | | | This commit also reorganizes the files in conf/
* Use the master branch now, not install-scriptMark Longair2012-09-26-2/+2
| | | | Thanks to Matthew Somerville for pointing this out.
* Remove unneeded CGI config lines.Matthew Somerville2012-09-26-2/+0
|
* Add deflate/header config for jslib, same as js, remove typo.Matthew Somerville2012-09-26-1/+6
|
* Add an install script for FixMyStreet for new serversMark Longair2012-09-25-0/+270
This has been tested on Debian squeeze and Ubuntu precise. Since this makes signficant changes to the server setup, (adding users, databases, changing the Apache configuration, etc.) it should only be run on new installations, or a new EC2 instance.