- Installing and upgrading
-
- Installation overview
- General installation requirements
- Installing on Ubuntu Linux
- Installing on CentOS Linux
- Installing on SuSE
- Installing on Windows Server 2008 R2
- Installing on Windows 7
- Installing on Windows (Server)
- Installing on Mac OS X
- Installing on Synology DSM
- Configuring php.ini
- Configuring the database
- Upgrading
- OpenOffice / LibreOffice
- OpenCV (facial recognition)
- Alternative installation
- Backups
- User management
- Advanced user group options
- Customising ResourceSpace
- Plugins
- StaticSync
Upgrading - Subversion
To upgrade a checked out Subversion working directory you should run the following command from the web root where ResourceSpace is installed:
svn switch https://svn.resourcespace.com/svn/rs/releases/{version}
...where {version} is the release number, e.g. 9.4
Converting a downloaded installation to a Subversion working copy
Using Subversion means upgrading is easier, particularly if you plan to make local changes that must be carefully merged. To convert your installation to a Subversion working copy, use:
svn co --force https://svn.resourcespace.com/svn/rs/releases/{version} {path}
You can then update to the latest version of the checked out release simply by typing
svn update {path}