Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 662 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 662 Bytes

Deployment snax node with elasticsearch backend and elasticsearch history api using docker

Requirements:

Run:

mkdir elasticsearch
chmod g+rwx elasticsearch
chgrp 1000 elasticsearch
docker-compose up -d elasticsearch
git clone https://github.com/SnaxFoundation/es-history-api.git
cd es-history-api
bash ./index-templates.sh --action create --dir ./templates --url http://localhost:9200
cd ..
docker-compose up -d

Check:

curl localhost:8888/v1/chain/get_info