| Version 1 (modified by , 17 years ago) ( diff ) |
|---|
(return to [wiki:Data_Analysis_Examples Data Analysis Examples)
- I built the IPP software from svn trunk (r)
hit and fixed an issue with libreadline linkage vs libncurses (#1284)
- created an ippadmin database and ippadmin user (dropped existing empty ippadmin):
ippadmin init localhost ippuser ipp
- created an empty-password ssh key for use by the ipp user:
ssh-keygen
- set up the user config files:
cp src/ipp.20090805/ippconfig/ipprc.config .ipprc
cp src/ipp.20090805/ippconfig/site.config.in install/ipp.20090805.lin64/share/ippconfig/site.config
edit site.config to include db host, etc information
- install ippMonitor:
cd src/ipp.20090805/ippMonitor/ psconfigure --dbhost vysosdata1 --dbuser ippuser --dbpass (XXX) --htdocs /srv/www/htdocs make (failed at first try because of permissions on /src/www/htdocs)
Note:
See TracWiki
for help on using the wiki.
