Skip to content

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.

Running the Development version

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

Installing the requirements

AutoBound Server needs python>=3.7 and pip>=19.0. To install the required packages, run the following command.

$ pip install -r requirements.txt

Launching the server

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.

Docker Image of the server

The docker image for the server can be found here.