Joomla 2.5
From Univention Wiki
Packages including Joomla! 2.5 are available from the Cool Solutions Repository.
Note: Packages provided by a Cool Solution repository are built by Univention, but will not be maintained. Also regard the legal notes at Terms of Service.
Installation
After enabling the Cool Solutions Repository you can install Joomla 2.5:
univention-install joomla2.5
This installs Joomla! 2.5 and all needed dependencies.
Configuration
First you need to setup mysql where you need to create the user account and database. To do so, you need the root user's password which you can find in the following file:
/etc/mysql.secret
Use the following commands to create a database called joomla:
mysqladmin -u root -p create joomla mysql -u root -p GRANT ALL PRIVILEGES ON joomla.* TO joomlauser@localhost IDENTIFIED BY '<new joomla database password>';
To configure Joomla! 2.5 open
http://<server name>/joomla
in your favorite web browser.
Afterwards Joomla! is available at
http://<server name>/joomla