wallet backend for multichain coins currently supports:
Note: Uses blockcypher internally for now
http://uwsgi-docs.readthedocs.io/en/latest/tutorials/Django_and_nginx.html
Pip -r requirements.txt
Setup Nginx 9000 port to 8000 cluster forwarding (references)
Setup .ini settings file for uwsgi
Sh deploy_stage.sh
Start : uwsgi start
Stop : uwsgi --stop /tmp/wallet.pid
Restart: uwsgi --reload /tmp/wallet.pid
uwsgi --http :8000 --module wallet.wsgi
uwsgi --socket 127.0.0.1:8000 --protocol=http -w wallet.wsgi
uwsgi --socket 127.0.0.1:8000 -w wsgi
Settings File:
sudo vi /etc/nginx/nginx.conf
Commands: sudo service nginx restart
sudo service nginx start
sudo service nginx stop
WSGI : wallet/wsgi
uWsgi settings : deploy_config.ini
Nginx : sudo vi /etc/nginx/nginx.conf