Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 540 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 540 Bytes

docker-generatedata

This installs the standalone version of generatedata.com, using Docker.

Requirements

  • docker
  • docker-compose

Usage

  • 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