Update install docs:
1. add deprecation warning for Heroku install guide 2. remove incomplete and outdated cloud66 guide 3. remove unused links to unofficial guides from main install doc
This commit is contained in:
parent
f4609fd6ae
commit
e6d9f02f0a
|
@ -1,17 +0,0 @@
|
|||
# Deploying on Cloud 66
|
||||
<a href="http://blog.cloud66.com/post/62900887610/introducing-cloud-66-easydeploy">
|
||||
![Logo](http://cdn.cloud66.com/images/easy-deploy.png)
|
||||
</a>
|
||||
|
||||
Simply follow 7 steps on [building your stack](https://www.cloud66.com/help/first_stack), sign up for a Sendgrid account (for sending emails) and set
|
||||
the environment variables below to have your own fully functioning Discourse installation up and running.
|
||||
|
||||
Note: Setting environment variables is done during step five, before you click 'deploy':
|
||||
![Environment variables](http://cdn.cloud66.com/images/environment_variables.png)
|
||||
|
||||
1. SMTP_ADDRESS = your SMTP host
|
||||
2. SMTP_PORT = the port on your SMTP host
|
||||
3. SMTP_DOMAIN = the domain you will be sending emails from
|
||||
4. SMTP_USERNAME = your SMTP username
|
||||
5. SMTP_PASSWORD = your SMTP password
|
||||
6. HOST_NAME = the domain hosting your site
|
|
@ -24,16 +24,10 @@ Hosting Rails applications is complicated. Even if you already have Postgres, Re
|
|||
- [Redis 2.6+](http://redis.io/download)
|
||||
- [Ruby 2.0+](http://www.ruby-lang.org/en/downloads/) (we recommend 2.0.0-p353 or higher)
|
||||
|
||||
|
||||
|
||||
## 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.
|
||||
|
||||
[basic]: https://github.com/discourse/discourse/blob/master/docs/INSTALL-digital-ocean.md
|
||||
[advanced]: 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
|
||||
[swap]: https://meta.discourse.org/t/create-a-swapfile-for-your-linux-server/13880
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
# Warning: This Guide is Deprecated
|
||||
We only support Docker based installs now. Please see [our **official install guide**](https://github.com/discourse/discourse/blob/master/docs/INSTALL.md) for supported install instructions.
|
||||
|
||||
-----
|
||||
|
||||
# Basic Heroku deployment
|
||||
|
||||
This guide takes you through the steps for deploying Discourse to the [Heroku](http://www.heroku.com/) cloud application platform. If you're unfamiliar with Heroku, [read this first](https://devcenter.heroku.com/articles/quickstart). The basic deployment of Discourse requires several services that will cost you money. In addition to the [750 free Dyno hours](https://devcenter.heroku.com/articles/usage-and-billing) provided by Heroku, the application requires one additional process to be running for the Sidekiq queue ($34 monthly), and a Redis database plan that supports a minimum of 2 databases (average $10 monthly).
|
||||
|
|
Loading…
Reference in New Issue