lbry.com, the website for the LBRY protocol
Find a file
Alex Grin 702139bcc3 Merge pull request #87 from lbryio/bounty_revs
new bounties and rev rewards
2016-12-11 13:46:58 -05:00
content Merge pull request #87 from lbryio/bounty_revs 2016-12-11 13:46:58 -05:00
controller Merge pull request #87 from lbryio/bounty_revs 2016-12-11 13:46:58 -05:00
data add kay to team and clean up roles 2016-11-14 13:05:21 -05:00
lib crm 2016-11-25 13:03:45 -05:00
model fix getRelativeUrl() 2016-11-03 14:24:15 -04:00
view Update canary.php 2016-12-03 12:16:44 -05:00
web jingle inline 2016-12-08 12:14:05 -08:00
.gitattributes add sass compiler, fix update script, fix ROOT_DIR, create Config class 2016-03-07 16:53:43 -05:00
.gitignore missed you 2016-09-15 11:41:31 -04:00
autoload.php new isset syntax. the future is here 2016-09-05 18:32:25 -04:00
bootstrap.php blog start 2016-04-15 11:17:08 -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.sh fix variable-protocol urls, fix vert spacing on fluid spans, remove moving gradient, switch dev.php to php7, add posts list template 2016-08-31 19:14:24 -04:00
LICENSE mit license 2016-09-13 22:07:58 -04:00
README.md Even easier lbry.io setup instructions 2016-08-19 09:13:44 -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

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.