Requirements
From ResourceSpace Documentation Wiki
ResourceSpace can be installed on most modern operating systems, including GNU/Linux, Mac OS X and Windows and works with most major web servers including Apache and IIS.
ResourceSpace requires:
- PHP greater than or equal to version 4.4.2
- MySQL greater than or equal to version 5.0.15
The GD graphics library must be complied into PHP (configure parameter --with-gd) and the FTP functions must be enabled if you want to use batch FTP uploading (--enable-ftp). Of course you need the MySQL library too (--with-mysql). Most common Linux installations will have a PHP package with these installed/enabled by default, or they provide additional packages for easy installation.
If installing on Ubuntu Linux, the above setup can be achieved by installing the following packages (simply run "apt-get install" then each package name in turn): mysql-client-5.0, mysql-common, mysql-server-5.0, php5, php5-common, php5-gd, php5-mysql, php5-mysqli.
Support for experimental functionality using exiftool for metadata manipulation needs this package as well. (Ubuntu Linux) apt-get install libimage-exiftool-perl
ResourceSpace can be installed on Windows either using the built in IIS web server or Apache.
