Added examples and removed deprec. information from README #143

Merged
filipnyquist merged 2 commits from fix-readme into master 2019-02-05 16:48:27 +01:00
Showing only changes of commit c870f05faa - Show all commits

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