From: Faine, M. <Mar...@ms...> - 2001-05-23 12:54:56
|
There seems to be a problem getting it to install on iPlanet. I think the problem is with the code: $pieces = explode('/', $HTTP_SERVER_VARS[DOCUMENT_ROOT]); There is no $HTTP_SERVER_VARS[DOCUMENT_ROOT] or at least I can't find it. There still is doc_root from the php.ini, could I use that instead, if so how would I refer to it. -Mark -----Original Message----- From: Alex Black [mailto:en...@tu...] Sent: Tuesday, May 22, 2001 5:27 PM To: binarycloud-dev Subject: [binarycloud-dev] functioning download available http://www.binarycloud.com/download/ under "binarycloud r2 pre-release downloads" the "binarycloud r2 shell" link gets you a tarball. note that you can see a functioning version at: http://www.binarycloud.com:8000/ seems to be averaging about 2/thousanths of a second on that machine, my dev machine is consistently coming in at ~.013 seconds :) once you have untarred that file, you'll have a directory: r2 if you copy: r2/binarycloud.php to your php include path and r2/binarycloud to one level above htdocs and r2/htdocs/* to somewhere (anywhere) in your server's document root, you should have a functional install that renders pages. if anyone has any problems, let me know. btw, the above should be about as complex as installation gets for r2 :) _alex -- alex black, ceo en...@tu... the turing studio, inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 _______________________________________________ binarycloud-dev mailing list bin...@li... http://lists.sourceforge.net/lists/listinfo/binarycloud-dev |