lbry.com, the website for the LBRY protocol
Find a file
Jeremy Kauffman 43f752140b
Merge pull request #301 from lbryio/update-access
update how to access
2017-12-28 10:44:15 -05:00
content amended tom's amendation 2017-12-28 10:43:59 -05:00
controller Removed token default 2017-12-22 18:14:39 -08:00
data subscribe directly to lbry. fixes #215, #237 2017-10-16 16:05:07 -04:00
lib fix typo in extension 2017-12-14 15:26:04 -05:00
model
view Excluded magic link from Windows 2017-12-22 23:05:36 -08:00
web Merge pull request #298 from lbryio/recaptcha 2017-12-22 19:06:50 -08:00
.gitattributes
.gitignore
140-lbry-is-trending.md Create 140-lbry-is-trending.md 2017-11-13 14:12:27 -05:00
autoload.php
bootstrap.php
check_syntax.sh
composer.json
composer.lock
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 rename script 2017-07-31 13:33:05 -04:00
docker.sh rename script 2017-07-31 13:33:05 -04:00
LICENSE
README.md rename script 2017-07-31 13:33:05 -04: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 dev-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.