Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: gerald001 on November 06, 2005, 09:10:00 PM
-
to the community,
the succesor of Mambo is Joomla. Now packaged and prepared for the SME Server 6.x as rpm is available at http://schwarzecker.homelinux.net/index.php in the download section.
Have a nice day and enjoy life
;-) Gerald
-
to the community,
the succesor of Mambo is Joomla. Now packaged and prepared for the SME Server 6.x as rpm is available at http://schwarzecker.homelinux.net/index.php in the download section.
Have a nice day and enjoy life
;-) Gerald
It's not really the successor, it's a fork. The main developers got upset at Miro the parent company leading the effort, so they left and started Joomla. The Joomla developes do seem to have the momentum behind them. Both mambo and joomla are being developed by their respective owners.
www.mamboserver.com
www.joomla.org
-
It's not really the successor, it's a fork.
Hi mrjhb3,
you are right; Joomla is a fork from Mambo and this is the more precise and accurate wording.
receive my kindest regards
Gerald
-
Is it possible to install Joomla or Mambo in other than the primary ibay?
tia
Bob
-
Yes it is.
Create an ibay for example "joomla".
Download Joomla_1.0.4-Stable-Full_Package.tar.gz from http://developer.joomla.org/sf/frs/do/downloadFile/projects.joomla/frs.joomla_1_0.1_0_4/frs2532?dl=1
type: tar -zxvf Joomla_1.0.4-Stable-Full_Package.tar.gz
Copy all the files to the /home/e-smith/files/ibays/joomla/html
Create a database 'joomla':
login as root
type: mysql
mysql> CREATE DATABASE joomla;
mysql> GRANT ALL PRIVILEGES ON joomla.* TO joomla@localhost IDENTIFIED BY 'adminpassword';
mysql> FLUSH PRIVILEGES;
mysql> quit
Start Joomla in your browser and follow the instructions.
-
Thanks Rein. I will give it try in a few days
Bob
-
I have created an rpm for Mambo & also OScommerce
I haven't got round to Joomla yet but will do over the next few days.
Once done I'll post them all up.
Cheers
Josh
-
How is authetication done ? id hate to create twice... any ideas on using the SME server users as joomla users.. or has ANYONE found any IMAP authentication for joomla ?