aboutsummaryrefslogtreecommitdiffstats
path: root/bin/install-as-user
Commit message (Collapse)AuthorAgeLines
* Remove some unused cobrands.Matthew Somerville2016-04-20-2/+0
|
* Remove need for cron-wrapper with existing scriptsMatthew Somerville2015-01-19-4/+4
| | | | | Call the necessary boilerplate in each script so you can call them directly. Remove boilerplate from files that don't need it.
* Tidy up of bin directory.Matthew Somerville2015-01-19-1/+1
| | | | | Remove some unneeded scripts, move others to cobrand-specific directories.
* Update UNIX_USER on installation setup of crontab.Matthew Somerville2014-12-19-0/+1
| | | | Fixes #974.
* Update to use bundler and work on Ubuntu Trusty.Matthew Somerville2014-11-05-12/+9
| | | | | | | | Switching to bundler saves confusion about gem paths when running sass/compass to compile the CSS. Trusty can use precisely the same packages as precise, with a few tweaks to generalise the contents.
* Don't include --conservative, not present in old 'gem'.Matthew Somerville2014-07-14-2/+2
|
* Pin compass gem versions.Matthew Somerville2014-02-27-1/+2
|
* Update path with new crontab location.Matthew Somerville2013-12-11-1/+1
|
* 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.