Rabbit-CI is an automation server linked with project managment web app. Backend was written in Python, using Flask library
Rabbit uses a number of open source projects to work properly:
And of course Rabbit itself is open source with a public repository on GitHub.
pip install -r backend/requirements.txt
2) Run directory_creator.py with proper options
python3 backend/directory_creator.py
--installation_directory <directory to install rabbit>
3) Start server
python3 backend/rabbit_api_server.py
4) /*/ If server doesn't start or there is any problems with endpoints make sure RABBITCONFIG environmental variable is set to installation directory