aboutsummaryrefslogtreecommitdiffstats
path: root/script/install-as-user
Commit message (Collapse)AuthorAgeLines
* 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.