Changes between Version 3 and Version 4 of VYSOS5.20090806
- Timestamp:
- Aug 6, 2009, 4:29:08 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VYSOS5.20090806
v3 v4 7 7 {{{ ippadmin init localhost ippuser ipp }}} 8 8 9 * created an empty-password ssh key for use by the ipp user:9 * created an empty-password ssh key for use by the ipp user: 10 10 {{{ ssh-keygen }}} 11 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 information12 * 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 16 17 * install ippMonitor:18 ** cd src/ipp.20090805/ippMonitor/19 ** psconfigure --dbhost vysosdata1 --dbuser ippuser --dbpass (XXX) --htdocs /srv/www/htdocs20 ** make (failed at first try because of permissions on /src/www/htdocs)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)
