https://github.com/ecency/hivesearcher
Hivesearcher Website
https://github.com/ecency/hivesearcher
content-discovery decentralized ecency hive hivesearcher search-engine
Last synced: 10 months ago
JSON representation
Hivesearcher Website
- Host: GitHub
- URL: https://github.com/ecency/hivesearcher
- Owner: ecency
- License: mit
- Created: 2018-09-10T19:50:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T03:18:15.000Z (over 3 years ago)
- Last Synced: 2023-03-05T23:50:58.577Z (about 3 years ago)
- Topics: content-discovery, decentralized, ecency, hive, hivesearcher, search-engine
- Language: JavaScript
- Homepage: https://hivesearcher.com
- Size: 1.16 MB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hivesearcher
Make sure you have redis and python 3 installed, configured on hosting machine
# Redis
## Mac
`brew install redis`
start redis
`brew services restart redis`
## Ubuntu
```
sudo apt update
sudo apt install redis-server
```
start redis
`sudo systemctl reload redis.service`
# Config.ini
rename `config.ini.example` to `config.ini` and change parameters
# Build webapp
```
cd react_app/
npm install
npm run build
```
# Setup
`pip3 install -r requirements.txt`
To start webserver run
`python3 app.py`