diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-05-03 10:50:19 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-05-03 10:50:19 +0100 |
commit | ea200e8d7eb380213b32c3081dd87396736f9533 (patch) | |
tree | ab049799d20a9a623a9b3c45bb6907a46d6388ae | |
parent | d6a5e30665c9642b5d9977e1caf7f4f8a32f8b84 (diff) |
Mention in upgrade docs that our system package dependencies have now changed.
-rw-r--r-- | doc/CHANGES.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index abdd89014..968c34eff 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -13,6 +13,14 @@ * Existing installations will need to install the Bundler gem. See `INSTALL.md` for details. +* As a result of using bundler, the list of software packages that + should be installed has changed. On Debian, you can run: + + sudo apt-get install `cut -d " " -f 1 config/packages | grep -v "^#"` + + [This gist](https://gist.github.com/2584766) shows the changes to + `config/packages` since the previous release. + * Because dependencies are now handled by Bundler, when you next run the `rails-post-deploy` script, it will download, compile and install various things. Part of this is compiling xapian, which may |