Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 568 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 568 Bytes

Ometria Realtime Globe

  1. Clone

  2. Install

npm install
  1. Run
npm start
  1. Open browser on http://localhost:8888

Backend bit

It's a python script on Reporter2 in the /server/apps/ometria.smr_hackathon_2015. Run:

nohup /server/apps/ometria.smr_hackathon_2015/activate.sh prod /server/python/smr_hackathon_2015/bin/python /server/apps/ometria.smr_hackathon_2015/ometria_smr_hackathon_2015/run.py &

2019 Pycon update

The run.sh script is the actual entrypoint, ignore the above.