aboutsummaryrefslogtreecommitdiffstats
path: root/script/install-as-user
Commit message (Collapse)AuthorAgeLines
* Allow the location of the bundle to be configuredGareth Rees2014-03-11-0/+1
| | | | | | | - Sets vendor/bundle as default - Uses $HOME/bundle when generating general.yml Based on d9f162c8ab08cb881cd68a3eee900c52c63cb1ae
* Set blog and twitter params to empty string0.16.0.6hotfix/0.16.0.6Louise Crow2014-01-28-2/+2
| | | | | This is the default value from lib/configuration.rb if they aren't set and null values cause errors when .empty? is called on them.
* Set 'constraint_disabling: false' for tests in database.ymlMark Longair2013-11-07-0/+1
| | | | | Without this setting, the PostgreSQL user still has to be a superuser for the tests to work without constraint disabling errors.
* Add install scripts for AlaveteliMark Longair2013-10-31-0/+158
site-specific-install.sh will be called by our generic site install script in commonlib/bin/install-site.sh These scripts assume that you have a new installation of Debian squeeze or Ubuntu precise and then will set up: - Alaveteli running in development mode with the Thin web server behing nginx - The cron jobs that are required for the site to work. - A basic Postfix configuration for sending and receiving mail. We also will use this script for generating new AMIs (Amazon Machin Images) for Alaveteli. The general.yml configuration file will be created if it doesn't exist, but if there is an existing copy it won't be overwritten, so it should be safe to customize that file and then re-run the install script.