Skip to content
Snippets Groups Projects
Commit fa70c480 authored by TonyFord's avatar TonyFord
Browse files

add script for explorer.faircoin.co

parent f08ce98d
No related branches found
No related tags found
No related merge requests found
Pipeline #1387 canceled
......@@ -25,7 +25,16 @@ RUN apt-get install -qy nano
#####################################################################################root##
### install python packages
RUN apt-get install -qy python3-pip
RUN python3 -m pip install python-bitcoinrpc
RUN python3 -m pip install \
python-bitcoinrpc
###########################################################################################
### install dependencies for explorer.faircoin.co ###################################root##
RUN python3 -m pip install \
simplejson \
requests \
interruptingcow \
PyMySQL
#####################################################################################root##
### system cleanup ########################################################################
......
#!/bin/bash
python3 /home/faircoin/pulse.faircoin.co/script/getdata.py
cd /home/faircoin/explorer.faircoin.co
docker-compose exec -T app dbload.py
cd /home/faircoin/explorer.faircoin.co/scripts
python3 dbload.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment