868 B
868 B
MP Driver Backend
Production Usage
Requirements
- Docker and docker-compose installed
- WSL 2 (Windows Subsystem for Linux) installed (if you are on Windows)
- Git installed
Installation
- From source code.
- Via docker-compose.
Git
- Clone this repository
git clone git@git.elitvinenko.tech:ernestlitvinenko/mp_driver_server.git
- Change directory to the repository
cd mp_driver_server
- Run the following command to start the server
docker-compose build && docker-compose up -d
- The server should be started on
http://localhost:8000
Docker-compose
- Create a new directory for the project
mkdir mp_driver_server
- Change directory to the new directory
cd mp_driver_server
- Create a new file called
docker-compose.yml
and paste the following content