Added examples and removed deprec. information from README #143
1 changed files with 0 additions and 10 deletions
10
README.md
10
README.md
|
@ -26,7 +26,6 @@ https://lighthouse.lbry.io/autocomplete?s=stringtocomp
|
|||
### Prerequisites
|
||||
* [Node v8](https://nodejs.org/en/download/)
|
||||
* [Yarn](https://yarnpkg.com/en/docs/install)
|
||||
* [Python 2.7](https://www.python.org/downloads/)
|
||||
* [Elasticsearch](https://www.elastic.co/downloads/elasticsearch)
|
||||
|
||||
|
||||
|
@ -34,11 +33,6 @@ https://lighthouse.lbry.io/autocomplete?s=stringtocomp
|
|||
```
|
||||
git clone https://github.com/lbryio/lighthouse
|
||||
```
|
||||
>Grab the latest release of lbrycrd here:
|
||||
|
||||
[Download lbrycrd](https://github.com/lbryio/lbrycrd/releases)
|
||||
>Create a lbrycrd config file at ~/.lbrycrd/lbrycrd.conf which contains rpcuser,rpcpassword and rpcport. Then run lbrycrd in the background with that config file.
|
||||
|
||||
>Make sure elasticsearch is running and run (from the lighthouse dir):
|
||||
```
|
||||
./gendb.sh
|
||||
|
@ -47,10 +41,6 @@ git clone https://github.com/lbryio/lighthouse
|
|||
```
|
||||
yarn install --production=false
|
||||
```
|
||||
>Start an instance of the decoder:
|
||||
```
|
||||
cd decoder && pip install -r requirements.txt && python decoder.py
|
||||
```
|
||||
>Build and run Lighthouse:
|
||||
```
|
||||
yarn run prod
|
||||
|
|
Loading…
Reference in a new issue