Difference between revisions of "Joomla/Update Joomla by Hand"
From Amahi Wiki
Line 2: | Line 2: | ||
− | Update Your Joomla Version 1.5.10 to 1.5.12(latest version). | + | Update Your Joomla Version 1.5.10 to 1.5.12 (latest version). Importent: before doing this backup your site! |
Revision as of 07:28, 4 July 2009
Update Your Joomla Version 1.5.10 to 1.5.12 (latest version). Importent: before doing this backup your site!
You can manually update your Joomla version. Follow these commands:
Step 1
- Download Joomla update 1.5.10 to 1.5.12.
cd /var/hda/web-apps/joomla/html
Step 2
- Unpack the tar archive.
- You can type ls to list the files.
tar -zxvf Joomla_1.5.10_to_1.5.12-Stable-Patch_Package.tar.gz
Step 3
- Remove your downloaded update.
- You can type ls to list the files.
rm Joomla_1.5.10_to_1.5.12-Stable-Patch_Package.tar.gz
and your done.
Enjoy your updated Joomla version!