lbry.com, the website for the LBRY protocol
Find a file
Fabrizio Lungo d5b71a9e17 Provide example configuration
Provide an example configuration which is automatically made as the default configuration if no other configuration is provided. This makes starting the server for development as per the instructions in the README simpler and works without any additional actions. Without this, there is no config file and the site will not be served.
2017-04-17 09:55:13 -04:00
content Update 106-matt-sokol.md 2017-04-13 17:06:37 -07:00
controller reduce github scope 2017-03-30 16:47:11 -04:00
data Provide example configuration 2017-04-17 09:55:13 -04:00
lib squelch another prefinery error 2017-03-21 19:26:40 -04:00
model link to edit help articles on github 2017-03-24 18:07:34 -04:00
view Fix some spelling issues 2017-04-15 23:47:47 +08:00
web 13 april content inline 2017-04-13 16:50:08 -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.sh Provide example configuration 2017-04-17 09:55:13 -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.