Hallol
This is just a notice of changes made to the
sudoroom.org server.
I set up a django app for mapping out the mesh nodes on the sudo room
server. It runs on port 8000 as the user 'nodeshot' and is reverse proxied
by apache for
meshmap.sudoroom.org.
I did the following to set this up:
aptitude install git python-pip
python packages installed with pip:
Django 1.4.1
distribute 0.6.10
wsgiref 0.1.2
put nodeshot (a django app) here: /opt/nodeshot
added /etc/init.d/nodeshot
added symlinks to load the proxy and proxy_http modules in
/etc/apache2/mods-enabled
added /etc/apache2/sites-*/nodeshot
update-rc.d nodeshot defaults
--
Marc