-
-
Notifications
You must be signed in to change notification settings - Fork 0
AutoBound Server
Vishal edited this page Aug 19, 2019
·
1 revision
This server is the heart of the AutoBound plugin. It can be downloaded from here. It is currently under development.
To run the development version, clone the repo and switch to the development
branch. It can be done by running the following commands.
$ git clone https://github.com/BBloggsbott/autoboundserver.git
$ cd autoboundserver
$ git checkout development
AutoBound Server needs python>=3.7
and pip>=19.0
. To install the required packages, run the following command.
$ pip install -r requirements.txt
To lasunch the server, run the following command.
$ python run.py
Now the server will start to listen for requests at http://localhost:5000
. This port can be modified by editing the run.py
file.
The docker image for the server can be found here.