Difference between revisions of "Joomla"

From SME Server
Jump to navigationJump to search
(Uninstall command & text changed as per developers recommendations)
(changed download & install instructions as this package is not in smecontribs repo)
Line 9: Line 9:
  
 
==Installation and Uninstall==
 
==Installation and Uninstall==
For installation use the following command
+
 
  yum --enablerepo=smecontribs install smeserver-joomla
+
Initially check the current version available from
 +
http://mirror.contribs.org/smeserver/contribs/dberteld/joomla/
 +
which at the time of writing is
 +
smeserver-joomla-1.5.1-2.noarch.rpm
 +
 
 +
Download and install using the following commands
 +
(Please remember to replace the version number in the command with the currently available version number or the download will fail)
 +
 
 +
  cd /tmp
 +
wget http://mirror.contribs.org/smeserver/contribs/dberteld/joomla/smeserver-joomla-1.5.1-2.noarch.rpm
 +
yum localinstall smeserver-joomla*.rpm
 +
 
 
For uninstall use the following command
 
For uninstall use the following command
 
  rpm -e smeserver-joomla
 
  rpm -e smeserver-joomla

Revision as of 00:59, 26 February 2008


Maintainer

Dietmar Berteld
mailto:dietmar@berteld.com

Description

With this RPM you can use the popular Content-Management-System (CMS) Joomla on your SME 7.x. You can install it as one single package in a very comfortable way. For more information see http://www.joomla.org/.

Installation and Uninstall

Initially check the current version available from http://mirror.contribs.org/smeserver/contribs/dberteld/joomla/ which at the time of writing is smeserver-joomla-1.5.1-2.noarch.rpm

Download and install using the following commands (Please remember to replace the version number in the command with the currently available version number or the download will fail)

cd /tmp
wget http://mirror.contribs.org/smeserver/contribs/dberteld/joomla/smeserver-joomla-1.5.1-2.noarch.rpm 
yum localinstall smeserver-joomla*.rpm

For uninstall use the following command

rpm -e smeserver-joomla

You can ignore the yum-comments signal event post-upgrade and signal-event reboot.

Use

You can find joomla in the /opt/joomla directory. For using Joomla start your browser with the URL http://servername/joomla and logon with the user admin + password admin as administrator.


Warning.png Warning:
For security-reasons, change your admin-password after your first login !


Have much fun with Joomla as your preferred CMS !

Dietmar Berteld (berdie)