diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-06-27 14:14:03 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-06-27 14:14:03 +0100 |
commit | a1a0193df8dd141caff310a4a25e9d34a1bcac3e (patch) | |
tree | 0a9d731839241ace0a5c5291b679fcc25d3430f5 | |
parent | d0ed8471af0c9b64570a449be88ee57eec759332 (diff) |
better formatting for troubleshooting section of install file
-rw-r--r-- | INSTALL.md | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/INSTALL.md b/INSTALL.md index 6ea418a33..66f5157c5 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -203,17 +203,19 @@ drop it in /etc/cron.d/ on the server. # Troubleshooting -* *Various tests fail with "Your PostgreSQL connection does not support - unescape_bytea. Try upgrading to pg 0.9.0 or later."* +* **Various tests fail with "*Your PostgreSQL connection does not support + unescape_bytea. Try upgrading to pg 0.9.0 or later.*"** - You have an old version of `pg`, the ruby postgres driver. In - Ubuntu, for example, this is provided by the package `libdbd-pg-ruby`. + You have an old version of `pg`, the ruby postgres driver. In + Ubuntu, for example, this is provided by the package `libdbd-pg-ruby`. - Try upgrading your system's `pg` installation, or installing the pg - gem with `gem install pg` + Try upgrading your system's `pg` installation, or installing the pg + gem with `gem install pg` -* Some of the tests relating to mail are failing +* **Some of the tests relating to mail are failing, with messages like + "*when using TMail should load an email with funny MIME settings' + FAILED*"** - Did you remember to remove the file `alaveteli/config/rails_env.rb` - as described above? It's created every time you run - `script/rails-post-deploy` + Did you remember to remove the file `alaveteli/config/rails_env.rb` + as described above? It's created every time you run + `script/rails-post-deploy` |