An open API service indexing awesome lists of open source software.

https://github.com/stelligent/mu-extension-example


https://github.com/stelligent/mu-extension-example

Last synced: 12 months ago
JSON representation

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.