Installation
Requirements
- Web Server with installed Subversion repository
(http://httpd.apache.org/download.cgi) - php 4.3.x or 5.x
(http://www.php.net/downloads.php)
Notice: the phpMakeUpdate can be install only of Unix-like operating systems with standard commands like tar, rm, cp etc. For more info read http://en.wikipedia.org/wiki/Unix-like
Installation
- Uncompress and copy the phpMakeUpdate source tree to your web root directory.
Important: The installation from phpMakeUpdate must be located of some machine with your Subversion repository. Please check that the web-user (wwwrun or nobody by Apache) have permissions to execute the tar, svnlook and svn commands within phpMakeUpdate/tmp directory (i.e. /bin/tar, /usr/local/bin/svnlook).
- Edit include/init.php and correct path's to important commands:
define('SVN','/usr/local/bin/svn');
define('SVNLOOK','/usr/local/bin/svnlook');
define('TAR','/bin/tar');
- Make sure that the user your web server runs as (i.e. apache) has
read & write permissions on the following directories:
compiled/
tmp/
xajax_js/
- Edit config/replist.txt and put the path's to your SVN-Repository (one repository per line)
- Open a web browser and visit: http:///path/to/phpMakeUpdate/