Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 418 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 418 Bytes

Apla Block Explorer

How to run

Requirements

Install redis server and python packages from requirements.txt

Config

Create config.py and choose appropriate options

Run Web Server

gunicorn -b 127.0.0.1:8000 --worker-class eventlet -w 1 genesis_block_explorer.socketio:app

Run Worker/Beat Services

celery -B -A genesis_block_explorer.celery.tasks worker