Installation from Source
To contribute and submit changes to Stoobly, you must first install from the source code.
Prerequisite
Install poetry with the following command:
Install
Download the agent source code:
Change your directory to where you cloned it and run the install command:
Run
To start the agent, run:
The 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
flagIf 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