diff options
author | Seb Bacon <seb@seb-laptop-acer.(none)> | 2010-11-22 18:47:40 +0000 |
---|---|---|
committer | Seb Bacon <seb@seb-laptop-acer.(none)> | 2010-11-22 18:47:40 +0000 |
commit | 44e4b0c1a1b353f3e6451516a631774db72f1b18 (patch) | |
tree | 530ff207309457e6389baa5c4b6267bb475880e7 | |
parent | e6562d170f3559997c4a48f15ceb054e4eb4a108 (diff) |
Update docs and config so they work out of the box
-rwxr-xr-x | INSTALL.txt | 7 | ||||
-rw-r--r-- | config/packages | 3 |
2 files changed, 9 insertions, 1 deletions
diff --git a/INSTALL.txt b/INSTALL.txt index 6a4aadbb7..066199105 100755 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -20,7 +20,7 @@ install guide lives. Install the packages that are listed in config/packages using apt-get e.g.: -> sudo apt-get install `cut -d " " -f 1 config/packages` +> sudo apt-get install `cut -d " " -f 1 config/packages | grep -v "^#"` Some of the files also have a version number listed in config/packages - check that you have appropriate versions installed. Some also list "|" and offer @@ -33,6 +33,11 @@ have updated versions there), so you will want to add that to your deb http://debian.mysociety.org etch main non-free contrib deb-src http://debian.mysociety.org etch main non-free contrib +You will also want to install mySociety's common ruby libraries. Run: + + git submodule update --init + +to fetch the contents of the commonlib submodule. 2. Configure Database --------------------- diff --git a/config/packages b/config/packages index f1b86b01a..7adcb5c9e 100644 --- a/config/packages +++ b/config/packages @@ -32,3 +32,6 @@ vpim tnef (>= 1.4.5) libmemcache-client-ruby (>= 1.7.8-2) memcached +rubygems +rails +libjson-ruby
\ No newline at end of file |