Files
I-Form_Server_Node_Deployer/docs/installation.md
2023-11-06 16:27:35 +00:00

524 B

To install currently, download the node_deployer repo from the github repository, then install the package with poetry:

poetry install --no-dev

The tool can then be invoked with poetry run node_deployer. To install the tool system-wide, run poetry build and then install the package with pip install dist/node_deployer*.whl. The tool can then be invoked with python -m node_deployer.

This installation process will be subject to significant change in the future. Currently, the tool is in early alpha.