mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
lbry.com, the website for the LBRY protocol
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. |
||
---|---|---|
content | ||
controller | ||
data | ||
lib | ||
model | ||
view | ||
web | ||
.gitattributes | ||
.gitignore | ||
autoload.php | ||
bootstrap.php | ||
check_syntax.sh | ||
composer.json | ||
composer.lock | ||
dev.sh | ||
LICENSE | ||
README.md | ||
update.php |
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.