lbry.com/dev.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

5 lines
96 B
Bash
Executable file

#!/bin/bash
source dev-prepare.sh
php7.0 --server localhost:8000 --docroot web/ web/index.php