discourse/docs/INSTALL.md

35 lines
1.5 KiB
Markdown
Raw Normal View History

2013-07-30 17:48:40 -04:00
# How Do I Install Discourse?
2013-02-05 14:16:51 -05:00
2014-02-25 04:11:32 -05:00
If you want the easiest possible install:
[**Beginner Docker install guide for Digital Ocean**][do]
2013-02-05 14:16:51 -05:00
2014-02-25 04:11:32 -05:00
If you want a powerful, flexible install:
[**Advanced Docker install guide**][docker]
2013-02-05 14:16:51 -05:00
2014-02-25 04:11:32 -05:00
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.
2013-06-07 18:57:55 -04:00
2014-02-25 04:11:32 -05:00
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].
2013-06-07 19:00:01 -04:00
2014-02-25 04:11:32 -05:00
## Requirements
2013-07-30 17:42:07 -04:00
### Hardware
2013-07-04 03:43:17 -04:00
- Dual core CPU recommended
2014-02-25 04:11:32 -05:00
- 2 GB RAM recommended
We highly recommend you enable swap (for a total of 4 GB, so 2 GB swap with 2 GB RAM, and 3 GB swap with 1 GB ram, etc).
2013-07-04 03:43:17 -04:00
2013-07-30 17:42:07 -04:00
### Software
2013-02-05 14:16:51 -05:00
2014-02-25 04:11:32 -05:00
1. [Postgres 9.1+](http://www.postgresql.org/download/)
2. [Redis 2.6+](http://redis.io/download)
3. [Ruby 1.9.3+](http://www.ruby-lang.org/en/downloads/) (we recommend 2.0.0-p353 or higher)
2014-02-25 04:11:32 -05:00
[do]: https://github.com/discourse/discourse/blob/master/docs/INSTALL-digital-ocean.md
[docker]: https://github.com/discourse/discourse_docker
[bitnami]: http://bitnami.com/stack/discourse
[cloud66]: https://github.com/discourse/discourse/blob/master/docs/INSTALL-cloud66.md
[heroku]: https://github.com/discourse/discourse/blob/master/docs/install-HEROKU.md
[ubuntu]: https://github.com/discourse/discourse/blob/master/docs/INSTALL-ubuntu.md