[Refdb-cvs] CVS: refdb/phpweb INSTALL,1.1,1.2
Status: Beta
Brought to you by:
mhoenicka
From: TomBartolucci <tba...@us...> - 2005-09-07 13:55:13
|
Update of /cvsroot/refdb/refdb/phpweb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12722/phpweb Modified Files: INSTALL Log Message: Updated INSTALL, forgot "PHP must have write permissions" Index: INSTALL =================================================================== RCS file: /cvsroot/refdb/refdb/phpweb/INSTALL,v retrieving revision 1.1 retrieving revision 1.2 diff -u -U2 -r1.1 -r1.2 --- INSTALL 7 Sep 2005 13:49:08 -0000 1.1 +++ INSTALL 7 Sep 2005 13:55:03 -0000 1.2 @@ -2,5 +2,16 @@ by Tom Bartolucci -This interface was designed with the hope that the command syntax for the refdbc and refdba clients would remain the same even if the backends change. It is also designed in such a manner that absolutely nothing about how you compiled refdb should make a difference. With that said to "install" this web interface all you need to do is copy all the files to the www directory that refdb creates for itself. The default being /usr/local/share/refdb/www. +Quick Note: + +This interface was designed with the hope that the command syntax for the refdbc and refdba clients would remain the same even if the backends change. It is also designed in such a manner that absolutely nothing about how you compiled refdb should make a difference. + +Install: + +With that said to "install" this web interface all you need to do is copy all the files to the www directory that refdb creates for itself. The default being /usr/local/share/refdb/www. + +IMPORTANT: PHP must have write permissions in the directory that contains these files for the addref functions to work + + +Web Server: For instructions on how to set your web server up to alias /usr/local/share/refdb/www to a web accessible path, refer to the RefDB manual. |