- Install Docker with Docker Compose (v. 3.1+)
- Run
docker-compose.yml
in Docker
- Install mysql server
- Run mysql server
- Add to server all tables from /mysql/db
- Install NodeJS
- Install all node modules
- Run Vue build
- Run GO build
- HOPE THAT THE PROJECT WILL WORK
clear the images and volumes of the service and try to run it again:
- Stop all DIS containers
docker rmi $(docker images -q)
docker volume rm $(docker volume ls -q)
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.