Installation

Requirements

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

  1. 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).

  2. 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');
  3. 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/
  4. Edit config/replist.txt and put the path's to your SVN-Repository (one repository per line)
  5. Open a web browser and visit: http:///path/to/phpMakeUpdate/