Download Exponent Content Management System
There are two ways you can get Exponent Content Management System. You can download the latest build from Sourceforge, or you can check out the latest development version from trunk.
Server Requirements
- Apache 1.3, 2.0, or 2.2
- PHP 4.4 or later (PHP 5.2 or later strongly recommended) with safe mode disabled.
- PHP GD Image Library extension.
- MySQL 4.1.22 (MySQL 5.0 or later recommended)
To download the latest build
To grab the development version from subversion
The subversion repository is located at https://svn.sourceforge.net/svnroot/exponent/trunk/exponent. From the command line you can use this command to checkout...
svn co https://exponent.svn.sourceforge.net/svnroot/exponent/trunk exponent
If you are using a GUI svn client then you need to refer to the application's documentation for instructions on how to checkout SVN repositories.
** Important Notice **
There have been some problems with users checking out from trunk lately where the checkout dies after only a partial checkout. If you are experiencing this issue, the work around is keep doing an svn update until you have the entire repository downloaded.
You might have to perform the svn update several times before you get the whole package.