1.11. Adding the PHP-based configuration scripts

Now it's time to add the actual guts that make m0n0wall what it is! Get the latest phpconf scripts from the Subversion repository at http://svn.m0n0.ch/wall. If you want the latest development version, use the 'trunk' subdirectory, or else if you want to go with a specific branch or a tagged release version, see the 'branches' and 'tags' subdirectories, respectively. Assuming you want the latest version and have Subversion installed on your machine, just run the following command in a temporary directory:

svn export http://svn.m0n0.ch/wall/trunk

Copy the contents of the phpconf subdirectory to $MWROOT/etc. Make sure that all rc.* files go into $MWROOT/etc and all *.inc files into $MWROOT/etc/inc. Also, make sure that the rc.* files have the execute permission bits set (chmod 755).