Installation from Source
Last updated
To contribute and submit changes to Stoobly, you must first install from the source code.
Install poetry with the following command:
curl -sSL https://install.python-poetry.org | python3 -curl -sSL https://install.python-poetry.org | python3 -Download the agent source code:
git clone https://github.com/Stoobly/stoobly-agent.gitChange your directory to where you cloned it and run the install command:
poetry installTo start the agent, run:
poetry run stoobly-agent runThe above command will expose the proxy on port 8080 and the UI on port 4200
If the proxy port conflicts, configure it with the --proxy-port INTEGER flag
If the UI port conflicts, configure it with --ui-port INTEGER flag
Then you should see output like this to indicate that it started up successfully:
Last updated
[INFO] UI starting and listening at 0.0.0.0:4200
[INFO] Proxy starting with mode regular and listening at 0.0.0.0:8080
[INFO] Proxy configured to mock