This repository consist of two scripts, and both of them may be used for deploying TekspotEdu/microserviceapp applications to VMs or Containers.
This script is best for beginners and it will walk you through a wizard where you will be asked to enter below information.
- Environment to deploy (eg: aws VMs, Docker Host)
- Which Application (eg: react, java, python etc)
- Details of the Deployment server (eg: IP address of the deployment server etc)
After you entered all the information, the script will deploy the application to selected environment.
This script is non-interactive and its best for automation purpose. You will pass the inputs as command line arguments to this script, and it will deploy the applications.
Please type ./method1/deploy.sh --help to understand the usage of this script.
The applications are available at https://github.com/TekspotEdu/microserviceapp .