mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-04 21:05:15 +00:00
lbry.com, the website for the LBRY protocol
* create transaction types My first take on transaction types FAQ I'm sure this will evolve as we continue to enhance the transaction list Might need to make formatting changes based on how it appears on the live lbry site * update wallet category name to wallet and txs * update updated category, removed detail column, added information about missing linked data * grammar |
||
---|---|---|
content | ||
controller | ||
data | ||
lib | ||
model | ||
view | ||
web | ||
.gitattributes | ||
.gitignore | ||
autoload.php | ||
bootstrap.php | ||
check_syntax.sh | ||
composer.json | ||
composer.lock | ||
composer.phar | ||
dev.sh | ||
docker.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
You can also run the development server using docker:
- Install Docker
- Checkout the project
- Run
./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.