This installs the standalone version of generatedata.com, using Docker.
- docker
- docker-compose
- Clone this repository recursively and enter the directory
git clone --recursive https://github.com/mvisonneau/docker-generatedata.git generatedata && cd generatedata
- Copy the settings.php file into the submodule :
cp settings.php app/
- Set full access rights onto the /cache folder
chmod 777 app/cache
- Run it !
docker-compose up