mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 13:06:56 +08:00
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
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user