A helper application for high-class-taxi drivers.
- Connect to your VPS via SSH.
- Configure two http(s) ports with firewall
- Clone this repository
- Inside
WheelBoost
folder, run this command:git submodule update --init --recursive
- After that, go to the
WheelBoost/deployment/mvpVpsDeploymentStrategy
and runbuild.sh
script (make sure, that python3 is installed on your VPS before that!). - Now you can run
run.sh
, thenctrl + C
andexit
. - (You can also use
monitor.sh
to check that all your API endpoints are working correctly)