deep-microservices-dynamic-image is a microservice designed to provide dynamic image management capabilities in applications built on top of DEEP Framework. It could be used either as a standalone application or as a dependency in other deep-microservices.
- Create an Amazon Web Services account
- Configure AWS Command Line Interface
- Get Started - Installing Git
- JDK 8 and JRE 8 Installation Start Here
- Install nvm and use node v6.10+
- Install DEEP CLI, also known as
deepify:
npm install deepify -gIf you want to use
deepifyon Windows, please follow the steps from Windows Configuration before runningnpm install deepify -gand make sure allnpmanddeepifycommands are executed inside Git Bash.
deepify install github://MitocGroup/deep-microservices-dynamic-image ~/deep-microservices-dynamic-imagePath parameter in all
deepifycommands is optional and if not specified, assumes current working directory. Therefore you can skip~/deep-microservices-dynamic-imageby executingmkdir ~/deep-microservices-dynamic-image && cd ~/deep-microservices-dynamic-imagebeforedeepify install.
deepify server ~/deep-microservices-dynamic-image -oWhen this step is finished, you can open in your browser the link http://localhost:8000 and enjoy the deep-microservices-dynamic-image running locally.
deepify deploy ~/deep-microservices-dynamic-imageAmazon CloudFront distribution takes up to 20 minutes to provision, therefore don’t worry if it returns an HTTP error in the first couple of minutes.
deepify undeploy ~/deep-microservices-dynamic-imageAmazon CloudFront distribution takes up to 20 minutes to unprovision. That's why
deepifycommand checks every 30 seconds if it's disabled and when successful, removes it from your account.
Having questions related to deep-microservices-dynamic-image?
- Ask questions: https://stackoverflow.com/questions/tagged/deep-framework
- Chat with us: https://mitocgroup.slack.com/messages/general
- Send an email: feedback@mitocgroup.com
Interested in contributing to deep-microservices-dynamic-image?
- Contributing: https://github.com/MitocGroup/deep-microservices-dynamic-image/blob/master/CONTRIBUTING.md
- Issue tracker: https://github.com/MitocGroup/deep-microservices-dynamic-image/issues
- Releases: https://github.com/MitocGroup/deep-microservices-dynamic-image/releases
- Roadmap: https://github.com/MitocGroup/deep-microservices-dynamic-image/blob/master/ROADMAP.md
Looking for web applications that use (or are similar to) deep-microservices-dynamic-image?
- Hello World: https://hello.deep.mg | https://github.com/MitocGroup/deep-microservices-helloworld
- Todo App: https://todo.deep.mg | https://github.com/MitocGroup/deep-microservices-todomvc
- AdTechMedia: https://www.adtechmedia.io | https://github.com/AdTechMedia/adtechmedia-website
This repository is being sponsored by:
This code can be used under MIT license:
See LICENSE for more details.