Difference between revisions of "Joomla/Update Joomla by Hand"
From Amahi Wiki
Line 35: | Line 35: | ||
− | + | <strong>Enjoy your updated Joomla version!</strong> |
Revision as of 18:57, 6 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:
Contents
Step 1 - Go to the direct folder
- Go to the Joomla folder
cd /var/hda/web-apps/joomla/html
- You can type
ls
to list the files.
- You can type
Step 2 - Download the Joomla patch
- Download Joomla patch 1.5.10 to 1.5.12.
Step 3 - Unpack
- Unpack the tar archive.
tar -zxvf Joomla_1.5.10_to_1.5.12-Stable-Patch_Package.tar.gz
- You can type
ls
to list the files.
- You can type
Step 4 - Remove downloaded patch
- Remove your downloaded patch.
rm Joomla_1.5.10_to_1.5.12-Stable-Patch_Package.tar.gz
- You can type
ls
to list the files.
- You can type
Enjoy your updated Joomla version!