lbry.com, the website for the LBRY protocol
Find a file
Zed d7ce1a7d40 WIP: Update host-content for clarification
I corrected a typo and added a paragraph about the similarity to torrents, since people are likely to be familiar with them.

Can someone elaborate on the second paragraph about receiving LBC for hosting? It's not very clear as it is right now.
2017-06-20 15:28:17 +02:00
content WIP: Update host-content for clarification 2017-06-20 15:28:17 +02:00
controller Create DeveloperActions.class.php 2017-06-14 16:31:08 -04:00
data unsubscribe 2017-05-26 13:18:30 -04:00
lib unsubscribe 2017-05-26 13:18:30 -04:00
model usd bounties 2017-05-23 21:41:40 -04:00
view remove github reward properly 2017-06-19 13:19:01 -04:00
web 15 june 2017 inline 2017-06-15 16:23:05 -07: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 switch to mailgun for mailing list join 2016-09-15 11:24:18 -04:00
composer.lock switch to mailgun for mailing list join 2016-09-15 11:24:18 -04:00
dev-docker.sh Added dev-docker.sh for developing with Docker 2017-04-17 09:55:13 -04:00
dev-prepare.sh Added dev-docker.sh for developing with Docker 2017-04-17 09:55:13 -04:00
dev.sh Added dev-docker.sh for developing with Docker 2017-04-17 09:55:13 -04:00
LICENSE mit license 2016-09-13 22:07:58 -04:00
README.md Added dev-docker.sh for developing with Docker 2017-04-17 09:55:13 -04:00
update.php php7 in script 2016-10-19 17:30:16 -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 ./dev-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.