Welcome to the project! This is a minimalistic framework written in PHP
- Get the latest version of Docker community version
- Clone the project (copy the following script and paste it in your terminal):
git clone https://github.com/ruslan-g/minix minix \
&& cd ./minix
- Build the image
docker build .
- Start the docker containers from the project folder
docker-compose upTBD