|
1 | 1 | # lbry.io
|
2 | 2 |
|
3 |
| -The [lbry.io](https://lbry.io) website. |
| 3 | +The [lbry.io](https://lbry.io) website. This website uses barebones PHP along with Javascript and SCSS. |
4 | 4 |
|
5 |
| -## Running lbry.io |
| 5 | + |
6 | 6 |
|
7 |
| -It's very easy to have lbry.io running locally: |
| 7 | +## Installation |
8 | 8 |
|
9 |
| -- Install PHP7 |
10 |
| -- Checkout the project |
11 |
| -- Run `./dev.sh` from the project root |
12 |
| -- Access [localhost:8000](http://localhost:8000) in your browser |
| 9 | +Please see [INSTALL](INSTALL.md) for comprehensive, easy-to-follow instructions on running this project. |
13 | 10 |
|
14 |
| -You can also run the development server using docker: |
| 11 | +## Usage |
15 | 12 |
|
16 |
| -- Install Docker |
17 |
| -- Checkout the project |
18 |
| -- Run `./docker.sh` from the project root |
19 |
| -- Access [localhost:8000](http://localhost:8000) in your browser |
| 13 | +Unless you are planning to contributing to the lbry.io website, this project serves little independent purpose. |
20 | 14 |
|
21 |
| -Both the `dev.sh` and `docker.sh` scripts will initialise a configuration based on `data/config.php.example` if `data/config.php` does not exist. |
| 15 | +To access a local copy of lbry.io, follow [INSTALL](INSTALL.md) and then access localhost:8000 in your browser. |
22 | 16 |
|
23 |
| -To run remotely, simply install PHP and configure Apache or your server of choice to serve `web/index.php`. |
| 17 | +## License |
24 | 18 |
|
25 |
| -Note that some pages and interactions rely on API keys that will not be available to you in your install. |
| 19 | +This project is MIT licensed. For the full license, see [LICENSE](LICENSE). |
| 20 | + |
| 21 | +## Contributing |
| 22 | + |
| 23 | +Contributions to this project are welcome, encouraged, and compensated. For more details, see [CONTRIBUTING](https://lbry.io/faq/contributing). |
| 24 | + |
| 25 | +## Contact |
| 26 | + |
| 27 | +The primary contact for this project is Jeremy Kauffman <jeremy@lbry.io>. |
| 28 | + |
| 29 | +## Additional Info and Links |
| 30 | + |
| 31 | +- [https://lbry.io](https://lbry.io) - The live LBRY website |
| 32 | +- [https://chat.lbry.io](https://chat.lbry.io) - A chat room for the LBRY community |
0 commit comments