From a7fae6e62fbddc5565b10995f0eaeaca0af6c818 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Thu, 18 Feb 2016 09:25:10 -0500 Subject: Moving tests to /tests and removing /doc folder. Docs are now in seperate repository --- doc/install/Amazon-Elastic-Beanstalk.md | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 doc/install/Amazon-Elastic-Beanstalk.md (limited to 'doc/install/Amazon-Elastic-Beanstalk.md') diff --git a/doc/install/Amazon-Elastic-Beanstalk.md b/doc/install/Amazon-Elastic-Beanstalk.md deleted file mode 100644 index 56650fc93..000000000 --- a/doc/install/Amazon-Elastic-Beanstalk.md +++ /dev/null @@ -1,28 +0,0 @@ - -## AWS Elastic Beanstalk Setup (Docker) -These instructions will guide you through the process of setting up Mattermost for product evaluation using an EBS Docker single-container application using [Dockerrun.aws.zip][Dockerrun.aws]. - -1. From your [AWS console]( https://console.aws.amazon.com/console/home) select **Elastic Beanstalk** under the Compute section. -2. Select **Create New Application** from the top right. -3. Name your Elastic Beanstalk application and click **Next**, -4. Select **Create web server** on the New Enviroment page. -5. If asked, select **Create an IAM role and instance profile**, then click **Next**. -6. On the Enviroment Type page, - 1. Set Predefined Configuration to **Docker** under the generic heading in the drop-down list. - 2. Set Environment Type to **Single instance** in the drop-down list. - 3. Click **Next**. -7. For Application Source, select **Upload your own** and upload the [Dockerrun.aws.zip][Dockerrun.aws] file, then click **Next**. -8. Type an Environment Name and URL. Make sure the URL is available by clicking **Check availability**, then click **Next**. -9. The options on the Additional Resources page may be left at default unless you wish to change them. Click **Next**. -10. On the Configuration Details page, - 1. Select an Instance Type of **t2.small** or larger. - 2. The remaining options may be left at their default values unless you wish to change them. Click **Next**. -11. Environment tags may be left blank. Click **Next**. -12. You will be asked to review your information, then click **Launch**. -14. It may take a few minutes for beanstalk to launch your environment. If the launch is successful, you will see a see a large green checkmark and the Health status should change to “Green”. -15. Test your environment by clicking the domain link next to your application name at the top of the dashboard. Alternatively, enter the domain into your browser in the form `http://.elasticbeanstalk.com`. You can also map your own domain if you wish. If everything is working correctly, the domain should navigate you to the Mattermost signup page. Enjoy exploring Mattermost! - -### (Recommended) Enable Email -The default single-container Docker instance for Mattermost is designed for product evaluation, and sets `SendEmailNotifications=false` so the product can function without enabling email. To see the product's full functionality, [enabling SMTP email is recommended](SMTP-Email-Setup.md). - -[Dockerrun.aws]: https://github.com/mattermost/platform/raw/master/docker/1.4/Dockerrun.aws.zip -- cgit v1.2.3-1-g7c22