tohI decided to bite the bullet and start migrating to Joomla. I wasn’t expecting much of an issue, since the code bases just forked, so I followed the easy path and copied Joomla over Mambo.
To do so, first create a copy of your Mambo directory:
cp -a mambo moomla
The moomla directory will be our new playing ground while we test the installation.
Next unpack Joomla into the moomla directory:
cd moomla
tar xvzf Joomla_{your version here}.tar.gz
Now it’s time for a first test!
(more…)