An open API service indexing awesome lists of open source software.

https://github.com/guysoft/ockle

An autumated extendable PDUs and servers management system
https://github.com/guysoft/ockle

Last synced: 10 months ago
JSON representation

An autumated extendable PDUs and servers management system

Awesome Lists containing this project

README

          

Set up python environment
-------------------------
1. apt-get install libxslt1-dev libxml2-dev libgraphviz-dev

2. Run the following commands to get a python environment with the correct versions of things:

python2.7 /usr/bin/virtualenv ~/pythonenv
~/pythonenv/bin/easy_install pyramid==1.2.7
mkdir ~/pythonenv/downloads/
cd ~/pythonenv/downloads/
svn checkout http://networkx.lanl.gov/svn/pygraphviz/trunk pygraphviz
~/pythonenv/bin/easy_install waitress
~/pythonenv/bin/easy_install WebError
~/pythonenv/bin/easy_install pyramid-handlers
~/pythonenv/bin/easy_install pyramid-beaker
#~/pythonenv/bin/easy_install Akhet
~/pythonenv/bin/easy_install pyramid_debugtoolbar
~/pythonenv/bin/easy_install psycopg2
#~/pythonenv/bin/easy_install Crypto
~/pythonenv/bin/easy_install pycrypto
~/pythonenv/bin/easy_install SQLAlchemy
~/pythonenv/bin/easy_install lxml
~/pythonenv/bin/easy_install paramiko

3. edit the setup.py file ~/pythonenv/downloads/pygraphviz/setup.py
and add replace the following lines:
library_path='/usr/lib/graphviz/'
include_path='/usr/include/graphviz/'

~/pythonenv/bin/python setup.py install

How to set up
-------------
1. Copy config.ini.example to config.ini

How to run
----------
python src/MainDaemon.py