meta-port-au-prince
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

start_api.sh
text/x-sh

Download raw (134 bytes)

#!/bin/bash
cd ~/Documents/osp.workshop.metahaiti/plotter
gunicorn --bind 0.0.0.0:5555 --workers 3 wsgi:app
sudo service nginx reload