lbry.com, the website for the LBRY protocol
Find a file
Jeremy Kauffman 887b31cfaa nocache flag
2016-09-01 10:39:39 -04:00
controller nocache flag 2016-09-01 10:39:39 -04:00
data roadmap v1 2016-08-18 14:11:06 -04:00
lib Merge remote-tracking branch 'origin/master' into roadmap 2016-08-28 11:00:52 -04:00
model nocache flag 2016-09-01 10:39:39 -04:00
posts Merge pull request #68 from sonatagreen/patch-2 2016-08-27 11:45:44 -04:00
view nocache flag 2016-09-01 10:39:39 -04:00
web roadmap ready? 2016-09-01 10:31:17 -04:00
.gitattributes add sass compiler, fix update script, fix ROOT_DIR, create Config class 2016-03-07 16:53:43 -05:00
.gitignore ignore jetbrains 2016-04-16 15:36:14 -04:00
autoload.php extremely basic i18n 2016-06-01 12:15:35 -04:00
bootstrap.php blog start 2016-04-15 11:17:08 -04:00
dev.sh rss feed for news, better header handling 2016-05-26 13:49:56 -04:00
README.md Even easier lbry.io setup instructions 2016-08-19 09:13:44 -04:00
update.php support sass compilation in staging 2016-04-09 16:30:07 -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.