https://github.com/stelligent/mu-extension-example
https://github.com/stelligent/mu-extension-example
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stelligent/mu-extension-example
- Owner: stelligent
- License: gpl-3.0
- Created: 2017-12-31T17:40:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-08T06:14:44.000Z (over 8 years ago)
- Last Synced: 2025-05-14T19:17:03.292Z (about 1 year ago)
- Language: JavaScript
- Size: 1.48 MB
- Stars: 2
- Watchers: 55
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example of mu extensions in action
This template uses several of the public extensions offered by mu and the community to create infrastructure support an application using the MEAN stack.
# Execution
```
mu pipeline up
```
This will launch the stack and build your pipeline along with:
* Deploying the application onto ECS
* Creating the Mongodb database
* Creating the VPC
Once you have finished launching the stack and the pipeline has finished executing:
1. Go to your hosted zone (the example uses ext-acceptance.elasticoperations.com for the acceptance environment or ext-prod for the production environment) and then to /user_info.html (ext-prod.elasticoperations.com/user_info.html) to create a user.
2. After creating a user, /all_info.html (ext-prod.elasticoperations.com/all_info.html) to see all of your users.