- Docker (https://docs.docker.com/install/)
- docker-compose (https://docs.docker.com/compose/install/)
- Start docker daemon
- Copy .env.sample to .env and change env variables
- Run
docker-compose up
- The dev server will run on
http://localhost:8000
- Go to
http://localhost:8000/administrator/index.php?option=com_installer&view=install
and in the sectionInstall from Folder
write/var/www/html/SITE_NAME/tmp/
in the texbox and clickCheck and install
.
NB: to log into the Joomla container run docker exec -it sos-frontend-template_web_1 bash
To force kill all the containers run docker-compose down -v
.