mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 09:37: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.
5 lines
96 B
Bash
Executable file
5 lines
96 B
Bash
Executable file
#!/bin/bash
|
|
|
|
source dev-prepare.sh
|
|
|
|
php7.0 --server localhost:8000 --docroot web/ web/index.php
|