Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add GEM stuff to user's .bashrc file. | Matthew Somerville | 2013-06-03 | -0/+10 |
| | | | | | | This is so that the user can run bin/make_css later on without issue. Fixes #422. | |||
* | Update install script to install v1.1, update README about v1.1. | Matthew Somerville | 2013-02-22 | -1/+1 |
| | ||||
* | Add do-not-reply config variable, removing special case from code. | Matthew Somerville | 2013-01-02 | -0/+1 |
| | ||||
* | Script has changed name now it's more generalised. | Matthew Somerville | 2012-10-04 | -1/+1 |
| | ||||
* | Revert "Generate .po files before installing Perl modules" | Mark Longair | 2012-10-04 | -5/+5 |
| | | | | | | | This reverts commit 61bfbbe92a3225869520dbcb32f35069431fa84e. In fact, the Perl modules are required by the .po generating scripts, so we can't do this reordering. | |||
* | Remove common install script code | Mark Longair | 2012-10-04 | -31/+16 |
| | | | | | | 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. | |||
* | Generate .po files before installing Perl modules | Mark Longair | 2012-10-04 | -5/+5 |
| | | | | | | This is just because the latter step is slow and much more likely to fail, so we should make sure that as much of the rest of the installation is done beforehand. | |||
* | Create a random secret on installation with db/generate_secret.sql | Mark Longair | 2012-10-02 | -0/+1 |
| | ||||
* | The guidance should append at the end of the script output | Mark Longair | 2012-09-28 | -7/+0 |
| | ||||
* | Switch install script to use nginx | Mark Longair | 2012-09-27 | -27/+33 |
| | | | | This commit also reorganizes the files in conf/ | |||
* | Add an install script for FixMyStreet for new servers | Mark Longair | 2012-09-25 | -0/+126 |
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. |