snare / voltron

A hacky debugger UI for hackers
MIT License
6.18k stars 414 forks source link

Fix the static content installation #60

Closed snare closed 8 years ago

snare commented 9 years ago

Currently got init.py files everywhere to make sure it gets installed, do it properly with setup.py

snare commented 8 years ago

Cos MANIFEST.in totally works properly

snare commented 8 years ago

Web templates are not installed properly in #82

alopatindev commented 8 years ago

The workaround

python2 ./setup.py develop
cp ./voltron/web/templates/index.html /usr/lib64/python2.7/site-packages/voltron/web/templates/
cp ./voltron/web/static/js/bundle.js /usr/lib64/python2.7/site-packages/voltron/web/static/js/

works for me, thanks

snare commented 8 years ago

Moved the web UI to voltron-web, and fixed the static content installation