Local Deployment
This deployment has been tested on Linux, MacOS and Windows (with wsl2 and Docker Desktop on wsl2).
Quick deployment on Linux
Running this command will install Docker automatically on Linux, if it is not available.
Deployment on Linux, MacOS and Windows (with WSL2)
Install Docker on your system according to OS:
For Ubuntu, also install docker-compose:
Install the dependencies on ubuntu:
Clone the repository and open it.
Run the setup.py file using python3
After the setup is done, you can view the connector setup UI at: http://localhost:8000.
Last updated