diff options
-rw-r--r-- | Vagrantfile | 2 | ||||
-rw-r--r-- | config/general.yml-example | 2 | ||||
-rw-r--r-- | config/packages.debian-wheezy | 36 |
3 files changed, 38 insertions, 2 deletions
diff --git a/Vagrantfile b/Vagrantfile index 31b2553a1..183df5893 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -86,7 +86,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| end # Fetch and run the install script: - config.vm.provision :shell, :inline => "wget -O install-site.sh https://raw.github.com/mysociety/commonlib/master/bin/install-site.sh" + config.vm.provision :shell, :inline => "wget -O install-site.sh https://raw.githubusercontent.com/mysociety/commonlib/master/bin/install-site.sh" config.vm.provision :shell, :inline => "chmod a+rx install-site.sh" config.vm.provision :shell, :inline => "./install-site.sh " \ "--dev " \ diff --git a/config/general.yml-example b/config/general.yml-example index 507910fc7..a6f68c52e 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -256,4 +256,4 @@ SHARED_DIRECTORIES: ALLOW_BATCH_REQUESTS: false # Should we use the responsive stylesheets? -RESPONSIVE_STYLING: false +RESPONSIVE_STYLING: true diff --git a/config/packages.debian-wheezy b/config/packages.debian-wheezy new file mode 100644 index 000000000..509cde56e --- /dev/null +++ b/config/packages.debian-wheezy @@ -0,0 +1,36 @@ +ruby1.9.3 +wv +poppler-utils +pdftk +ghostscript +catdoc +links +elinks +unrtf +xlhtml +xapian-tools +gnuplot-nox +php5-cli +sharutils +unzip +mutt +tnef +gettext +python-yaml +wkhtmltopdf-static +libmagic-dev +libmagickwand-dev +libpq-dev +libxml2-dev +libxslt-dev +uuid-dev +ruby-dev +rubygems +rake +build-essential +bundler +sqlite3 +libsqlite3-dev +libicu-dev +postgresql +postgresql-client |