diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-06-04 12:28:01 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-06-04 12:28:01 +0100 |
commit | 2a3c4bd798dfbc826671d204c959b6206e969ad3 (patch) | |
tree | 0e55681ab0745bd9cc4efe5950dcb8c57b888ac4 | |
parent | cc1ff2db2899bcedd0a44ed1815034b91d3f528e (diff) | |
parent | 164d87604084dd33d7e02271255f08f3026bc449 (diff) |
Merge remote-tracking branch 'openaustralia_github/development-setup' into rails-3-develop
-rw-r--r-- | config/packages_development | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/packages_development b/config/packages_development new file mode 100644 index 000000000..a9985eaba --- /dev/null +++ b/config/packages_development @@ -0,0 +1,9 @@ +# This is a list of packages needed on a fresh Ubuntu installation for +# development. +# +# It assumes you're using RVM or a similar Ruby manager and have already +# run `bundle install`. +# +# To install, paste this list after `sudo apt-get install` and run. + +postgresql sharutils pdftk elinks php5-cli tnef python-yaml wdg-html-validator |