From 1fd6372d212a8290a04de2ee367fec1903bbbf45 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Fri, 19 Aug 2016 09:12:37 -0400 Subject: [PATCH] Install instructions --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 314d2619..b07caa70 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ # lbry.io -The [lbry.io](https://lbry.io) website +The [lbry.io](https://lbry.io) website. + +## Running lbry.io + +It's very easy to have lbry.io running locally: + +- Install PHP7 +- Checkout the project +- Run `php --server localhost:8000 --docroot web/ web/index.php` from the root project folder +- Access `localhost:8000` in your browser + +To run remotely, simply install PHP and configure Apache or your server of choice to serve `web/index.php`. + +Note that some pages and interactions rely on API keys that will not be available to you in your install.