Stable version number
The current « stable » release is 4.2.3 and was released on 2012-11-11
Stay tuned!
Support the project
The current « stable » release is 4.2.3 and was released on 2012-11-11
This is the most current installation method. If you are not sure, you should probably stick to this method.
AjaXplorer package
on Sourceforge.net Next? Read the 4-steps install guide
and start using AjaXplorer!
RPM packages of AjaXplorer are available. They have been built and tested on Enterprise Linux 6 (RHEL / CentOS / Scientific Linux). They should be straightforward to install or repackage on other RPM-based distributions. For some reason the signature is not recognized on Fedora, should be fixed soon. Debian packages are available and they run smoothly on both Debian and Ubuntu (see below). Thanks to Argeo for the first pass on RPMs, and to Aurélien Requiem for the Debian packaging.
sudo rpm -Uvh http://dl.ajaxplorer.info/repos/el6/ajaxplorer-stable/ajaxplorer-release-4-1.noarch.rpm
Or simply click on this link and install via GUI tools. This will install /etc/yum.repos.d/ajaxplorer.repo which configures the repository, allowing update management. Once installed, update the yum database and install ajaxplorer :
sudo yum update sudo yum install ajaxplorer
Restart Apache, then open http://localhost/ajaxplorer.
You’ll have to manually append the following lines in your /etc/apt/sources.list file :
deb http://dl.ajaxplorer.info/repos/apt stable main deb-src http://dl.ajaxplorer.info/repos/apt stable main
NOTE : If you want to install the « dev » release, you can use the deb « testing » distribution instead of « stable », which would change the sources.list entry to
deb http://dl.ajaxplorer.info/repos/apt testing main deb-src http://dl.ajaxplorer.info/repos/apt testing main
Then you have to install the public key using the following command :
wget -O - http://dl.ajaxplorer.info/repos/charles@ajaxplorer.info.gpg.key | sudo apt-key add -
Finally, update the apt-get database and install ajaxplorer :
sudo apt-get update sudo apt-get install ajaxplorer
Copy the apache config sample :
cp /usr/share/doc/ajaxplorer/apache2.sample.conf /etc/apache2/sites-enabled/ajaxplorer.conf
Restart Apache, then open http://localhost/ajaxplorer.
RPM users, please note that for the time being, you must disable SELinux in order to run AjaXplorer (see http://docs.redhat.com/docs/en-US/Red_Ha[..]isabling_SELinux.html).
The config files for building rpm and deb are available here:
https://ajaxplorer.svn.sourceforge.net/svnroot/ajaxplorer/trunk/dist/
The CMS Bridges package is updated along with major ajaxplorer versions, plus when necessary to publish a new bridge for a given CMS version. Various CMS versions are provided in a unique packaging. For example, the last one contains both the Drupal 6.X and the Drupal 7.X module.
The version numbering is fairly simple. Based on the Major.Branch.Minor, all odd branches are considered stable (2.2, 2.4, 3.0.1, 3.0.2, etc.) and all even branches are considered development branches.
These packages are built every night at 03:00 Paris Time, from the SVN source.
