lbry.com, the website for the LBRY protocol
Find a file
2018-02-08 14:12:09 -05:00
content remove startup failure reason 2018-02-08 11:51:07 -05:00
controller Merge pull request #361 from lbryio/fix/290_support_for_blog_tags 2018-02-05 18:23:20 -05:00
data Add <?php to the example configuration. 2018-02-05 02:49:53 +00:00
lib Refactor config with constant instead of strings 2018-02-02 17:19:16 -05:00
model Author are now link to the bio.md 2018-01-22 21:48:03 -05:00
view Update yt2.php 2018-02-07 16:37:41 -08:00
web Refactor config with constant instead of strings 2018-02-02 17:19:16 -05:00
.gitattributes add sass compiler, fix update script, fix ROOT_DIR, create Config class 2016-03-07 16:53:43 -05:00
.gitignore add .DS_Store to gitignore 2017-02-20 13:57:51 -06:00
autoload.php stricter regex in autoloader 2017-03-21 10:09:10 -04:00
bootstrap.php allow smaz-encoded emails 2017-03-14 18:48:23 -04:00
check_syntax.sh better syntax check 2016-11-18 09:14:10 -05:00
composer.json add two missing dependencies 2018-01-08 15:31:33 -05:00
composer.lock add two missing dependencies 2018-01-08 15:31:33 -05:00
composer.phar add additional details to downloads page, including version, file size, and build date 2017-10-04 18:42:00 -04:00
dev.sh dev.sh: Run php if there is no php7.0 in PATH 2018-02-05 17:06:16 +00:00
docker.sh Fixed Docker script and README 2018-01-20 17:58:38 +00:00
LICENSE update copyright to 2018 (#365) 2018-02-08 14:12:09 -05:00
README.md Fixed Docker script and README 2018-01-20 17:58:38 +00:00
update.php clear cache on post-commit update 2017-10-31 15:35:13 -04:00

lbry.io

The lbry.io website.

Running lbry.io

It's very easy to have lbry.io running locally:

  • Install PHP7
  • Checkout the project
  • Run ./dev.sh from the project root
  • Access localhost:8000 in your browser

You can also run the development server using docker:

  • Install Docker
  • Checkout the project
  • Run ./docker.sh from the project root
  • Access localhost:8000 in your browser

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.

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.