Non-dockerized installation
Installation using the separate Python packages
Running the server or node non-dockerized can be useful for development. The applications are made available as separate Python packages on PyPI and can be installed through pip.
Server
The server can be installed through Python's pip command:
pip install vantage6-serverAfter installation, the command vserver-local should be available from the command prompt. This can be verified by running the following command:
vserver-local --helpConfiguring and running the server is explained in the section Running the server (dockerized). Just make sure to substitute the command vserver with vserver-local!
Node
The node can be installed through Python's pip command:
pip install vantage6-nodeAfter installation, the command vnode should be available from the command prompt. This can be verified by running the following command:
vnode-local --helpConfiguring and running nodes is explained in the section Running the Node (dockerized). Just make sure to substitute the command vnode with vnode-local!
Last updated
Was this helpful?