Using Docker
You'll need any computer with an Operaying System that can run Docker & docker-compose. You might need someone with technical skills on these tools to set it up.
Using Docker EDT-Offline can be setup in almost any machine without any special operating system needed.
Needed installed software
These are the steps:
Clone repository
cd
docker/local
directorycp .env.example .env
Edit
.env
with your own valuesRun
docker-compose up -d
Use
docker-compose logs -f
to see logs
Last updated