(10-19-2009 04:19 AM)PCMichi Wrote: Vielleicht könnte er auch ein kleines How-To schreiben.
Ich sehe keinen Grund (ausser evtl. Punkt 8 weil es andere Pfade sind) warum es nicht unter Lenny laufen sollte.
Ein Mini-howto ist bei den Dateien zum runterladen enthalten.
--schnipp--
Code:
ronJob for ispCP Omega
Instalation manual
1. Dounload this archive to local machine.
2. Open .tpl files end change english words to national words if needed
3. Upload to server whith true path. chown and chmod files
4. Untar and compile hcron-daemon (see README)
At this step you can have an erros becouse not all needed librires and pacage mey be installed on you machene.
See erorrors and install all neded pacages by yum
5. copy /root/hcrond-0.3.2/etc/hcrondrc to /etc/hcrondrc
copy /root/hcrond-0.3.2/etc/init.d/hcrond to /etc/init.d/hcrond
6. in comand line -
#chkconfig --add hcrond
#chkconfig hcrond on
#service hcrond start
7. Create SQL table 'hcrontab' using hcrond.sql (under ispcp database)
8. For RH, Fedora, CentOS e.t.c.
Open /etc/ispcp/apache/00_master.conf
add the end of line "php_admin_value open_basedir..."
":{APACHE_WWW_DIR}"
Open /etc/httpd/vhosts/00_master.conf
add the end of line "php_admin_value open_basedir..."
":/var/www/virtual/"
restart APACHE
9. Open /client/webtools.php and add link to cronjobs_overview.php
10. Get Fun!
--schnapp--
Knut