| Commit message (Collapse) | Author | Age | Lines |
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
- Get bundler and pdftk from raring repo and de-prioritise all other
raring packages
|
| |
| |
| |
| | |
Better source and includes curl
|
| | |
|
| |
| |
| |
| | |
- e.g. script/test-vagrant-provisioning squeeze64
|
| |
| |
| |
| |
| |
| |
| | |
- Add wheezy repo to get bundler package which is
unavailable in squeeze repo
- Get bundler from wheezy repo and de-prioritise all other
wheezy packages
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Use curl instead of wget in Vagrantfile to fetch the install script due
to a bug in the default version of wget on Debian Squeeze.
Fixes https://github.com/mysociety/alaveteli/issues/1691
> wget debian packages prior to 1.14-1 don't have SNI [1] support so the
> webserver don't know which ssl certificate needs to use
>
> – https://github.com/Hexxeh/rpi-update/issues/65#issuecomment-13332143
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Choose the OS you want to run with the ALAVETELI_VAGRANT_OS environment
variable.
Examples:
# Use default (Ubuntu 12.04 LTS (precise)
vagrant up
# Use Debian (7) Wheezy
ALAVETELI_VAGRANT_OS=wheezy64 vagrant up
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
For backwards compatability with the install script, use
PREFIX/HOST/SITE
|
| | |
| | |
| | |
| | | |
Can either be added manually (or by the install script) or nginx will default to this server if there are no others available
|
| | |
| | |
| | |
| | | |
Interferes with the install script and the server will work without it providing it is the only server available
|
| | |
| | |
| | |
| | |
| | |
| | | |
This is unusable with the install script as you can’t pass additional
domains to it. Also makes the assumption that you’re using www. as the
canonical domain name, which might not be the case if you were running alaveteli as as e.g. foi.example.org.
|
| | |
| | |
| | |
| | | |
Too difficult to change to FSH standard at this point
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \ |
|
| | | | |
|
| | | | |
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Adds a sysvinit script for passenger based apps.
Stops the daemon by adding a tmp/stop.txt file [1],
which requires a httpd directive to return 503 if the
file exists.
[1] http://blog.flowdock.com/2009/03/11/stopping-your-rails-application-with-phusion-passenger/
|
|\ \ \
| | | |
| | | |
| | | | |
ssh://git.mysociety.org/data/git/public/alaveteli into rails-3-develop
|
| |\ \ \ |
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
> Files in the vhost repo config directory with '-example' suffixes
> are currently used as a prompt for our deployment system to find and
> process a matching '.ugly' config file from our internal templates
> path (and the deployment system errors if those '.ugly' files
> don't exist).
https://github.com/mysociety/Non-Site-Specific/issues/474
|
| |\ \ \ |
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
HighlightHelper#excerpt backports the Rails 4 excerpt which
requires a Hash for the options parameter rather than globbing
the remaining arguments.
|
|\ \ \ \
| |/ / /
|/| | | |
|
| | | |
| | | |
| | | |
| | | | |
Fixes bug in Welsh translation - interpolation variable had been translated
|
|\ \ \ \ |
|
|/ / / /
| | | |
| | | |
| | | |
| | | | |
Allow the same params (since_event_id, since_date) for both formats.
There doesn't seem to be a particular reason not to treat them the same.
|
|\ \ \ \
| | |/ /
| |/| |
| | | | |
ssh://git.mysociety.org/data/git/public/alaveteli into rails-3-develop
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Replace the unused httpd.conf-example with the contents of
httpd-vhost.conf-example
Also rename the SSL vhost for continuity
|
| | | | |
| | | | |
| | | | |
| | | | | |
Too difficult to change to FSH standard at this point
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
The manual install guide assumes alaveteli as the file owner and
foi as the database user, so do that here.
|
| | | | | |
|