diff options
author | ficus <ficus@robocracy.org> | 2012-09-15 22:50:14 +0200 |
---|---|---|
committer | ficus <ficus@robocracy.org> | 2012-09-15 22:50:14 +0200 |
commit | ced83335a5a338cb9c24956b96da526465d94df8 (patch) | |
tree | b345cd21dfcbb9e660aceb2433c92bd50848938f /README | |
parent | 57a1e70dee45f5cd9493d6d23f8fc7b6435d5388 (diff) | |
download | tui-ced83335a5a338cb9c24956b96da526465d94df8.tar.gz tui-ced83335a5a338cb9c24956b96da526465d94df8.zip |
refactor to distributable format
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -20,7 +20,7 @@ services and daemons. It is writen in python. - no cookies, sessions, or server-side state - compatible with lynx -### Dependancies +### Dependencies - Augueas config file editing library, plus python bindings. - The Flask lightweight pythonic web framework @@ -34,12 +34,19 @@ The bundled CSS and image files are Twitter Bootstrap. ### Development -To resolve dependancies on debian-based systems (wheezy or newer?): +To resolve dependencies on debian-based systems (wheezy or newer?): $ sudo apt-get install python-flask python-augeas ifupdown iw You can run try running the UI on any old Linux machine, just don't submit any forms unless you want your network configuration clobbered: - $ ./torouterui.py --debug + $ ./runserver.py --debug + +### Install + +You probably want to either install a .deb package or do some virtualenv +tomfoolery, but if not, you can install system-wide: + + $ sudo ./setup.py install |