From 909ef2b5c8da9ac8feb8366f49b94c8894a9a91d Mon Sep 17 00:00:00 2001 From: strNophix Date: Thu, 10 Mar 2022 21:27:13 +0100 Subject: [PATCH] Added README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cc3ee9a --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# infra-as-code +## Setup +In order to create customers a one-time setup has to be done. Execute the following command to get started: +```sh +./install_deps.sh +``` +You can now start creating customers! + +## Create customer +```sh +./self_service.sh +``` + +## Remove a customer +```sh +./rm_customer.sh $CUSTOMER_NAME +```