diff --git a/docs/INSTALL-cloud66.md b/docs/INSTALL-cloud66.md deleted file mode 100644 index da6322c259b..00000000000 --- a/docs/INSTALL-cloud66.md +++ /dev/null @@ -1,17 +0,0 @@ -# Deploying on Cloud 66 - -![Logo](http://cdn.cloud66.com/images/easy-deploy.png) - - -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 \ No newline at end of file diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 8a05c1f4494..ca051f42bdf 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -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 diff --git a/docs/install-HEROKU.md b/docs/install-HEROKU.md index 3d33c6ac9a0..d7c5c8b42ea 100644 --- a/docs/install-HEROKU.md +++ b/docs/install-HEROKU.md @@ -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).