Added README.md
This commit is contained in:
parent
4fb0c5c43b
commit
909ef2b5c8
17
README.md
Normal file
17
README.md
Normal file
@ -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
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user