- Clone the repository from https://github.com/clouduct/clouduct-bootstrap.git
- Install Python 3
- Install poetry (https://github.com/sdispater/poetry)
- In the clouduct-bootstrap directory ():
- Invoke
make init
- Invoke
make dist
- Invoke
- Create a new directory somewhere else, for your new clouduct-based project
- Create a virtualenv (Python 3!) and activate it
- Invoke
pip install <CBD>/dist/clouduct-*-py3-none-any.whl
- Invoke
clouduct-bootstrap --templates-config file:<CBD>/clouduct-templates2.yaml --help