lbry.com/dev-prepare.sh
Fabrizio Lungo 2ec174b685 Added dev-docker.sh for developing with Docker
Developing using Docker is now simple and avoids the need to install PHP on the developer's host machine. Common code from `dev.sh` and `dev-docker.sh` has been extracted into a `dev-prepare.sh`. README contains instructions on how to use both dev scripts - which the developer can choose based on their preference.
2017-04-17 09:55:13 -04:00

3 lines
88 B
Bash

if [ ! -e "data/config.php" ]; then
cp "data/config.php.example" "data/config.php"
fi