This repository has been archived on 2021-08-31. You can view files and clone it, but cannot push or open issues or pull requests.
mattermost/contrib/aws/README.md
2017-06-02 23:56:40 +02:00

14 lines
200 B
Markdown

## Installation on AWS Elastic Beanstalk
### Requirement
* [The EB CLI](http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3.html)
### Install
```
eb init
eb create prod
eb open prod
```