aboutsummaryrefslogtreecommitdiffstats
path: root/bin/install-as-user
Commit message (Collapse)AuthorAgeLines
* Swap installation of perl modules and db creation, should fix #573.Matthew Somerville2013-09-23-5/+5
|
* Do fewer things for a dev installation.Matthew Somerville2013-09-13-36/+56
| | | | | | | | | | 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.
* Add GEM stuff to user's .bashrc file.Matthew Somerville2013-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 Somerville2013-02-22-1/+1
|
* Add do-not-reply config variable, removing special case from code.Matthew Somerville2013-01-02-0/+1
|
* Script has changed name now it's more generalised.Matthew Somerville2012-10-04-1/+1
|
* Revert "Generate .po files before installing Perl modules"Mark Longair2012-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 codeMark Longair2012-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 modulesMark Longair2012-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.sqlMark Longair2012-10-02-0/+1
|
* The guidance should append at the end of the script outputMark Longair2012-09-28-7/+0
|
* Switch install script to use nginxMark Longair2012-09-27-27/+33
| | | | This commit also reorganizes the files in conf/
* Add an install script for FixMyStreet for new serversMark Longair2012-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.