Skip to content

TennaGraph/TennaGraphDeployTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Builder helper

DeployTools is automated build tool for TennaGraph.

The workflow is following:

  1. You build specific apps;

Prerequisites

  • 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.

Running in interactive mode

pipenv run python start.py build

On-liner

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

About

All tools we need to deploy TennaGraph project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages