add php download links (#663)

* add php download links
This commit is contained in:
YULIUS KURNIAWAN KRISTIANTO 2018-07-05 14:20:37 -07:00 committed by Thomas Zarebczan
parent b391caac6d
commit 2d534822bc

View file

@ -6,7 +6,7 @@ To run this project, you'll need to have either PHP7 or Docker installed, and be
## Running Locally
- Install PHP7
- Install [PHP7](http://php.net/downloads.php)
- Checkout the project
- Run `./dev.sh` from the project root
- Access [localhost:8000](http://localhost:8000) in your browser
@ -27,4 +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
- If dev.sh fails to start with missing php extensions, please install php-xml, php-curl, php-mbstring according to your OS instruction