Update README.md with installation instructions #30

Merged
akinwale merged 2 commits from documentation into master 2018-08-09 22:30:21 +02:00
akinwale commented 2018-08-06 13:39:40 +02:00 (Migrated from github.com)

Also added some configuration file tweaks, in order to eliminate hardcoded URLs in the codebase.

Also added some configuration file tweaks, in order to eliminate hardcoded URLs in the codebase.
tiger5226 (Migrated from github.com) reviewed 2018-08-06 13:39:40 +02:00
alyssaoc (Migrated from github.com) reviewed 2018-08-06 13:39:40 +02:00
tzarebczan (Migrated from github.com) reviewed 2018-08-06 13:39:40 +02:00
kauffj (Migrated from github.com) requested changes 2018-08-06 23:58:53 +02:00
kauffj (Migrated from github.com) left a comment

This looks good. Some very small feedback.

This looks good. Some very small feedback.
kauffj (Migrated from github.com) commented 2018-08-06 23:56:41 +02:00

link lbrycrd

link lbrycrd
kauffj (Migrated from github.com) commented 2018-08-06 23:57:13 +02:00

I think there should be newlines between paragraphs and the next header (throughout this section).

I think there should be newlines between paragraphs and the next header (throughout this section).
kauffj (Migrated from github.com) commented 2018-08-06 23:58:01 +02:00

This section can just be removed.

This section can just be removed.
@ -0,0 +1,91 @@
# LBRY Block Explorer
A simple PHP block explorer for browsing transactions and claims on the [LBRY](https://lbry.io) blockchain. The explorer was developed using CakePHP which is a model-view-controller (MVC) PHP framework.
kauffj (Migrated from github.com) commented 2018-08-06 23:53:27 +02:00

"which is a model-view-controller (MVC) PHP framework" could probably be removed, but not a strong opinion

"which is a model-view-controller (MVC) PHP framework" could probably be removed, but not a strong opinion
@ -0,0 +28,4 @@
* Copy `config/lbry.default.php` to `config/lbry.php`. Update the values for LBRY RPC URL and the Redis URL to correspond to your environment.
* Configure your web server with the host root folder set to `<path to>/block-explorer/webroot` where `<path to>` is the absolute path to the configuraiton. Here is a sample nginx configuration. You can make changes to this configuration to correspond to your environment.
```
server {
kauffj (Migrated from github.com) commented 2018-08-06 23:56:29 +02:00

This could probably be checked-in rather than inlined? Another point I'm ambivalent about

This could probably be checked-in rather than inlined? Another point I'm ambivalent about
akinwale (Migrated from github.com) reviewed 2018-08-09 22:30:03 +02:00
@ -0,0 +28,4 @@
* Copy `config/lbry.default.php` to `config/lbry.php`. Update the values for LBRY RPC URL and the Redis URL to correspond to your environment.
* Configure your web server with the host root folder set to `<path to>/block-explorer/webroot` where `<path to>` is the absolute path to the configuraiton. Here is a sample nginx configuration. You can make changes to this configuration to correspond to your environment.
```
server {
akinwale (Migrated from github.com) commented 2018-08-09 22:30:03 +02:00

Usually makes sense to have sample configuration files with the actual configuration files ignored by git, so that subsequent edits with actual credentials don't get pushed to the repository.

Usually makes sense to have sample configuration files with the actual configuration files ignored by git, so that subsequent edits with actual credentials don't get pushed to the repository.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/block-explorer#30
No description provided.