For general information about contributing changes, see the Contributor Guidelines.
Titan is written with GoLang,
- GoLang 1.13.5
- Make
###Setting up Documentation Building Please read the details in /docs/README.md. As a prerequisite, you must:
- Ensure that Python3 is installed
- Ensure that virtualenv is installed, if not, execute the following:
pip install virtualenv
make build
Titan testing is handled by a simple e2e framework. Full test suite requires that an SSH Key and AWS CLI are configured.
make e2e
make release