mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
Merge pull request #2983 from fwoelm/patch-1
Update DEVELOPER-ADVANCED.md
This commit is contained in:
commit
1ad38e05b2
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +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.
|
||||
4. Install libxml2, libpq-dev, g++, and make.
|
||||
5. Install Ruby 2.1.3 and Bundler.
|
||||
6. Clone the project and bundle.
|
||||
|
||||
|
|
Loading…
Reference in a new issue