DeployTools is automated build tool for TennaGraph.
The workflow is following:
- You build specific apps;
- Unix console: Linux, Mac or WSL
- Python 3.7+
- Pipenv
- Minion assumes it is ran from tennagraphdeploy directory and TennaGraph directory with main project is stored one level above, e.g. tenna_graph_deploy and TennaGraph are names exactly like this and placed on the same level.
pipenv run python start.py build
python start.py build --environment testing --apps app,web --noninteractive
python start.py build --environment testing --apps app --noninteractive
python start.py build --environment testing --apps web --noninteractive