mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
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.
3 lines
88 B
Bash
3 lines
88 B
Bash
if [ ! -e "data/config.php" ]; then
|
|
cp "data/config.php.example" "data/config.php"
|
|
fi
|