From 41c022a80b70c430c91d66b754cd2ef04a2dc5cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?PICHOU=20Ky=C3=A2ne?= Date: Fri, 2 Jun 2017 23:56:40 +0200 Subject: [PATCH] Move AWS conf to dedicated folder in contrib/ --- README.md | 2 +- Dockerrun.aws.json => contrib/aws/Dockerrun.aws.json | 0 README.aws.md => contrib/aws/README.md | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename Dockerrun.aws.json => contrib/aws/Dockerrun.aws.json (100%) rename README.aws.md => contrib/aws/README.md (100%) diff --git a/README.md b/README.md index 441626c..9022475 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This project enables deployment of a Mattermost server in a multi-node productio Notes: - The default Mattermost edition for this repo has changed from team edition to enterprise edition. Please see [Choose Edition](#choose-edition-to-install) section. -- To install this Docker project on AWS Elastic Beanstalk please see [AWS Elastic Beanstalk Guide](./README.aws.md). +- To install this Docker project on AWS Elastic Beanstalk please see [AWS Elastic Beanstalk Guide](./contrib/awd/README.md). - To install Mattermost without Docker directly onto a Linux-based operating systems, please see [Admin Guide](https://docs.mattermost.com/guides/administrator.html#installing-mattermost). ## Installation using Docker Compose diff --git a/Dockerrun.aws.json b/contrib/aws/Dockerrun.aws.json similarity index 100% rename from Dockerrun.aws.json rename to contrib/aws/Dockerrun.aws.json diff --git a/README.aws.md b/contrib/aws/README.md similarity index 100% rename from README.aws.md rename to contrib/aws/README.md