discourse/docs/INSTALL.md

34 lines
1.6 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-06-24 14:40:22 -04:00
Simple 30 minute basic install:
2015-01-30 19:39:44 -05:00
[**Beginner Docker install guide**][basic]
2013-02-05 14:16:51 -05:00
2014-06-24 14:40:22 -04:00
Powerful, flexible, large or multiple server install:
2015-01-30 19:39:44 -05:00
[**Advanced Docker install guide**][advanced]
2013-02-05 14:16:51 -05:00
2015-01-30 19:34:09 -05:00
The only officially supported installs of Discourse are the [Docker](https://www.docker.io/) based beginner and advanced installs. We regret that we cannot support any other methods of installation.
2013-06-07 19:00:01 -04:00
2014-06-24 14:40:22 -04:00
### Why do you only officially support Docker?
Hosting Rails applications is complicated. Even if you already have Postgres, Redis and Ruby installed on your server, you still need to worry about running and monitoring your Sidekiq and Rails processes. Additionally, our Docker install comes bundled with a web-based GUI that makes upgrading to new versions of Discourse as easy as clicking a button.
2014-04-16 05:50:04 -04:00
### Hardware Requirements
2013-07-04 03:43:17 -04:00
- Dual core CPU recommended
- 1 GB RAM minimum (with [swap][swap])
2014-06-07 15:31:56 -04:00
- 64 bit Linux compatible with Docker
2013-07-04 03:43:17 -04:00
2014-04-16 05:50:04 -04:00
### Software Requirements
2013-02-05 14:16:51 -05:00
2014-03-01 17:53:30 -05:00
- [Postgres 9.1+](http://www.postgresql.org/download/)
- [Redis 2.6+](http://redis.io/download)
2014-10-02 21:08:43 -04:00
- [Ruby 2.0+](http://www.ruby-lang.org/en/downloads/) (we recommend 2.0.0-p353 or higher)
2014-04-25 22:46:22 -04:00
## Security
We take security very seriously at Discourse, and all our code is 100% open source and peer reviewed. Please read [our security guide](https://github.com/discourse/discourse/blob/master/docs/SECURITY.md) for an overview of security measures in Discourse.
2015-01-30 19:39:44 -05:00
[basic]: https://github.com/discourse/discourse/blob/master/docs/INSTALL-digital-ocean.md
[advanced]: https://github.com/discourse/discourse_docker
[swap]: https://meta.discourse.org/t/create-a-swapfile-for-your-linux-server/13880