Serve WEBP images and shorten URLs
Docker is a virtual environment with all the required software included.
- Copy the
.env.exampleto.env. - Open
.envand fill values inFILL_THIS.
It will download, install and prepare all the required software.
Don't worry, later it won't take that long.
Note: It's just a helper that saves You from executing few commands Yourself. In case, if You can't execute it (on Windows) or there is some trouble, then You can set it up manually as every other Docker + Symfony project.
./setup.shThis transletes the machines address to the domain-name.
172.71.3.10 pr2.local
172.71.3.10 pma.pr2.local
start.sh- Start containers once the setup has been done.test.sh- Execute PHPUnit tests.