- Read Install Dependencies section
- Read Bootstrap section
- Read INSTALL file
- Read UPGRADE file (if upgrading)
- SQLAlchemy
- PyYAML
- psycopg2
-
sudo yum install python-sqlalchemy0.5
-
sudo yum install python-psycopg2
-
sudo yum install python-setuptools
-
sudo yum install python-cmdln # You need to 1.2.0 for manpage generation
-
sudo yum install python-hashlib # For zabbix_agent
-
sudo port install python26
-
sudo port install python_select # In order to override system installed python
-
sudo port install py26-yaml
-
sudo port install py26-sqlalchemy
-
sudo port install py26-pip
-
sudo port install py26-psycopg2 # Need to use pip if using postgresql8.5 or higher
-
sudo pip-2.6 install cmdln
- sudo python_select python26 # Or use -l and select whatever python you want
- sudo -u postgres createuser # Say yes to superuser unless you want to spend forever on perms
- sudo -u postgres /opt/local/lib/postgresql84/bin/pg_ctl -D /opt/local/var/db/postgresql84/defaultdb start (If you need to start postgres)
- Ensure you have some sort of postgresql based database lying around
- Andres Pereira
- Jared Brothers
- Kent Lee
- Alain Hoang
- Riccardo Setti
- Matthew Osterhaus