From c4fa0edde43032e73e6042b7195408c6cdf3d205 Mon Sep 17 00:00:00 2001 From: fwoelm Date: Wed, 19 Nov 2014 09:18:09 -0700 Subject: [PATCH 1/3] Update DEVELOPER-ADVANCED.md To install the gem pg-0.15.1, you need to have libpq-dev installed. Otherwise bundle install will fail. See http://stackoverflow.com/questions/16788062/error-running-gem-install-pg-v-0-15-1 --- docs/DEVELOPER-ADVANCED.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/DEVELOPER-ADVANCED.md b/docs/DEVELOPER-ADVANCED.md index 7b5f3ff0f..c5293a018 100644 --- a/docs/DEVELOPER-ADVANCED.md +++ b/docs/DEVELOPER-ADVANCED.md @@ -13,8 +13,9 @@ Note: If you are developing on a Mac, you will probably want to look at [these i 1. Run `redis-server -v` to see if you already have it. 3. Install ImageMagick 4. Install libxml2, g++, and make. -5. Install Ruby 2.1.3 and Bundler. -6. Clone the project and bundle. +5. Install libpq-dev. +6. Install Ruby 2.1.3 and Bundler. +7. Clone the project and bundle. ## Before you start Rails From d16f125f89b5aa3496e08d35bc97b2e9b16e36fc Mon Sep 17 00:00:00 2001 From: fwoelm Date: Thu, 20 Nov 2014 15:34:09 -0700 Subject: [PATCH 2/3] Update DEVELOPER-ADVANCED.md Merged installation instruction for libpq-dev into step 4. --- docs/DEVELOPER-ADVANCED.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/DEVELOPER-ADVANCED.md b/docs/DEVELOPER-ADVANCED.md index c5293a018..8c447a51f 100644 --- a/docs/DEVELOPER-ADVANCED.md +++ b/docs/DEVELOPER-ADVANCED.md @@ -12,8 +12,7 @@ Note: If you are developing on a Mac, you will probably want to look at [these i 2. Install and configure Redis 2+. 1. Run `redis-server -v` to see if you already have it. 3. Install ImageMagick -4. Install libxml2, g++, and make. -5. Install libpq-dev. +4. Install libxml2, libpq-dev, g++, and make. 6. Install Ruby 2.1.3 and Bundler. 7. Clone the project and bundle. From c41af0aa7256ba6d2a938f73d222e57fc02d2dca Mon Sep 17 00:00:00 2001 From: fwoelm Date: Thu, 20 Nov 2014 15:35:17 -0700 Subject: [PATCH 3/3] Update DEVELOPER-ADVANCED.md Fixed numbering of list items. --- docs/DEVELOPER-ADVANCED.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/DEVELOPER-ADVANCED.md b/docs/DEVELOPER-ADVANCED.md index 8c447a51f..4d531a9de 100644 --- a/docs/DEVELOPER-ADVANCED.md +++ b/docs/DEVELOPER-ADVANCED.md @@ -13,8 +13,8 @@ Note: If you are developing on a Mac, you will probably want to look at [these i 1. Run `redis-server -v` to see if you already have it. 3. Install ImageMagick 4. Install libxml2, libpq-dev, g++, and make. -6. Install Ruby 2.1.3 and Bundler. -7. Clone the project and bundle. +5. Install Ruby 2.1.3 and Bundler. +6. Clone the project and bundle. ## Before you start Rails