| | 1 | (return to [wiki:Data_Analysis_Examples Data Analysis Examples) |
| | 2 | |
| | 3 | * I built the IPP software from svn trunk (r) |
| | 4 | ** hit and fixed an issue with libreadline linkage vs libncurses (#1284) |
| | 5 | |
| | 6 | * created an ippadmin database and ippadmin user (dropped existing empty ippadmin): |
| | 7 | {{{ ippadmin init localhost ippuser ipp }}} |
| | 8 | |
| | 9 | * created an empty-password ssh key for use by the ipp user: |
| | 10 | {{{ ssh-keygen }}} |
| | 11 | |
| | 12 | * set up the user config files: |
| | 13 | ** {{{ cp src/ipp.20090805/ippconfig/ipprc.config .ipprc }}} |
| | 14 | ** {{{ cp src/ipp.20090805/ippconfig/site.config.in install/ipp.20090805.lin64/share/ippconfig/site.config}}} |
| | 15 | ** edit site.config to include db host, etc information |
| | 16 | |
| | 17 | * install ippMonitor: |
| | 18 | ** cd src/ipp.20090805/ippMonitor/ |
| | 19 | ** psconfigure --dbhost vysosdata1 --dbuser ippuser --dbpass (XXX) --htdocs /srv/www/htdocs |
| | 20 | ** make (failed at first try because of permissions on /src/www/htdocs) |