mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 09:37:26 +00:00
Add additional notes for missing php extension
This commit is contained in:
parent
7cb83d1524
commit
9679a6373d
1 changed files with 1 additions and 0 deletions
|
@ -27,3 +27,4 @@ If `localhost:8000` returns the lbry.io website, it's running correctly.
|
|||
- Both the `dev.sh` and `docker.sh` scripts will initialise a configuration based on `data/config.php.example` if `data/config.php` does not exist.
|
||||
- Some pages and interactions rely on API keys that will not be available to you in your install.
|
||||
- To run remotely, simply install PHP and configure Apache or your server of choice to serve `web/index.php`.
|
||||
- If the dev.sh fail to start with missing php extension please install php-xml, php-curl, php-mbstring according to your OS instruction
|
Loading…
Add table
Reference in a new issue