- starter.sh : Show the menu
- starter.sh help : Show the list of commands
- starter.sh build : Build the whole program: Run Terraform, Configure the DB, Build the App, Build the UI
- starter.sh destroy : Destroy the objects created by Terraform
- starter.sh env : Set the env variables in BASH Shell
- src : Sources files
- app : Source of the Backend Application
- ui : Source of the User Interface
- db : SQL files of the database
- terraform : Terraform scripts
- compute : Contains the deployment files to Compute
Help (Tutorial + How to customize): https://www.ocistarter.com/help
- Run: cd tools ./starter.sh