mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:49:14 +08:00
Update INSTALL.md
This commit is contained in:
parent
3b02257edb
commit
1ff66421e7
|
@ -1,25 +1,21 @@
|
|||
# How Do I Install Discourse?
|
||||
|
||||
If you want the easiest possible install:
|
||||
The easiest possible install:
|
||||
[**Beginner Docker install guide for Digital Ocean**][do]
|
||||
|
||||
If you want a powerful, flexible install:
|
||||
A more powerful, flexible install:
|
||||
[**Advanced Docker install guide**][docker]
|
||||
|
||||
The only officially supported installs of Discourse are the [Docker](https://www.docker.io/) based beginner and advanced installs, above. We regret that we cannot directly support any other methods of installation.
|
||||
The only officially supported installs of Discourse are the [Docker](https://www.docker.io/) based beginner and advanced installs, above. We regret that we cannot support any other methods of installation.
|
||||
|
||||
Alternately, you can try the [unofficial Heroku install guide][heroku], the [unofficial Ubuntu install guide][ubuntu], the [BitNami Discourse Virtual Machine package][bitnami] or [Cloud66][cloud66].
|
||||
|
||||
## Requirements
|
||||
|
||||
### Hardware
|
||||
### Hardware Requirements
|
||||
|
||||
- Dual core CPU recommended
|
||||
- 2 GB RAM *strongly* recommended
|
||||
- 1 GB RAM minimum (with [swap][swap]), 2 GB recommended
|
||||
|
||||
We also recommend you [enable swap][swap] for a total of 4 GB, so 2 GB swap with 2 GB RAM, and 3 GB swap with 1 GB ram, etc.
|
||||
|
||||
### Software
|
||||
### Software Requirements
|
||||
|
||||
- [Postgres 9.1+](http://www.postgresql.org/download/)
|
||||
- [Redis 2.6+](http://redis.io/download)
|
||||
|
|
Loading…
Reference in New Issue
Block a user