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

16 lines
295 B
Markdown
Raw Normal View History

2016-04-12 07:09:03 +02:00
## Installation on AWS Elastic Beanstalk
### Requirement
* [The EB CLI](http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3.html)
### Install
2019-01-07 11:55:10 +01:00
Make the changes in the config file to reflect your needs (app/mattermost/config/config.json)
2016-04-12 07:09:03 +02:00
```
eb init
eb create prod
eb open prod
```