Documentation‎ > ‎

Installation

Requirements

RawDev requires PHP 5.2 or later. See http://www.php.net.
For complete install instructions please visit http://rawdev.bokenkamp.com

Instructions

  • install the rawdev source in a consistant place, then point the lib directory
      to a directory that is in your PHP include_path and rename it to RawDev, or
      require the absolute path of lib/RawDev.php and the RAWDEV_LIB constant will
      automatically be set
  • TECHNICAL NOTE If you do not have access to the php.ini file, you can change
      non-server settings (such as your include_path) with the ini_set() command.
      example: ini_set("include_path",".:/usr/local/lib/php");

Installation

cd /usr/local/src
tar xvfz rawdev-<{$version}>.tgz
ln -s rawdev-<{$version}>/lib /usr/local/lib/php/rawdev


Comments