Removed old information from README

We are not using the python decoder anymore as we are using chainquery nowadays.
This commit is contained in:
filipnyquist 2019-02-05 11:12:37 +01:00 committed by GitHub
parent da02023c7a
commit c870f05faa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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