Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove common install script code | Mark Longair | 2012-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 file | Mark Longair | 2012-10-03 | -0/+2 |
| | ||||
* | install-script: Move installation of the required packages earlier | Mark Longair | 2012-10-03 | -3/+3 |
| | ||||
* | install-script: Pick the packages file more intelligently | Mark Longair | 2012-10-02 | -5/+26 |
| | ||||
* | Assume "yes" to the query about purging apt-xapian-index | Mark Longair | 2012-10-02 | -1/+1 |
| | ||||
* | Correct the sysvinit file installation | Mark Longair | 2012-10-01 | -1/+1 |
| | ||||
* | Rename the example sysvinit file | Mark Longair | 2012-10-01 | -1/+1 |
| | ||||
* | Use a login shell for the PostgreSQL createuser command | Mark Longair | 2012-10-01 | -1/+1 |
| | ||||
* | Use a SITE variable instead of 'fixmystreet' | Mark Longair | 2012-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 refactoring | Mark Longair | 2012-10-01 | -21/+21 |
| | ||||
* | Remove a useless line of debugging | Mark Longair | 2012-10-01 | -1/+0 |
| | ||||
* | Fix the rewriting of the example nginx.conf.example file | Mark Longair | 2012-10-01 | -3/+2 |
| | ||||
* | Fix a silly mistake in the install script | Mark Longair | 2012-09-28 | -1/+1 |
| | ||||
* | Don't exit on failure to find an EC2 instance hostname | Mark Longair | 2012-09-28 | -1/+1 |
| | ||||
* | Add ec2-rewrite-conf to /etc/rc.local for default installs on EC2 | Mark Longair | 2012-09-28 | -1/+23 |
| | ||||
* | The guidance should append at the end of the script output | Mark Longair | 2012-09-28 | -0/+7 |
| | ||||
* | install script: remove the package apt-xapian-index | Mark Longair | 2012-09-28 | -0/+3 |
| | | | | | The cron job set up by this package renders a Micro instance virtually unusable. | |||
* | Switch install script to use nginx | Mark Longair | 2012-09-27 | -106/+87 |
| | | | | This commit also reorganizes the files in conf/ | |||
* | Use the master branch now, not install-script | Mark Longair | 2012-09-26 | -2/+2 |
| | | | | Thanks to Matthew Somerville for pointing this out. | |||
* | Remove unneeded CGI config lines. | Matthew Somerville | 2012-09-26 | -2/+0 |
| | ||||
* | Add deflate/header config for jslib, same as js, remove typo. | Matthew Somerville | 2012-09-26 | -1/+6 |
| | ||||
* | Add an install script for FixMyStreet for new servers | Mark Longair | 2012-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. |