mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
Merge pull request #74 from spockz/patch-2
Added requirements on postgres and redis-server
This commit is contained in:
commit
e96bd8fd01
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@ Whenever you need ...
|
|||
|
||||
If you're interested in helping us develop Discourse, please start with our **[Discourse Developer Install Guide](https://github.com/discourse/discourse/blob/master/DEVELOPMENT.md)**, which includes instructions to get up and running in a development environment.
|
||||
|
||||
### Requirements
|
||||
|
||||
* PostgreSQL 9.1+
|
||||
* Redis 2+
|
||||
|
||||
### The quick and easy setup
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue