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
- Host: GitHub
- URL: https://github.com/guysoft/ockle
- Owner: guysoft
- Created: 2012-05-16T12:05:13.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T17:26:29.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T18:57:48.643Z (over 1 year ago)
- Language: Python
- Homepage: http://www.cs.huji.ac.il/~guys05/ockle
- Size: 2.05 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README
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