Difference between revisions of "Joomla/Update Joomla by Hand"
From Amahi Wiki
| Line 8: | Line 8: | ||
| − | =Step 1= | + | =Step 1 - Go to the direct folder= |
*Go to the Joomla folder | *Go to the Joomla folder | ||
| Line 15: | Line 15: | ||
| − | =Step 2= | + | =Step 2 - Download the Joomla patch= |
| − | *Download Joomla | + | *Download Joomla patch 1.5.10 to 1.5.12. |
**<code>wget http://joomlacode.org/gf/download/frsrelease/10548/41310/Joomla_1.5.10_to_1.5.12-Stable-Patch_Package.tar.gz</code> | **<code>wget http://joomlacode.org/gf/download/frsrelease/10548/41310/Joomla_1.5.10_to_1.5.12-Stable-Patch_Package.tar.gz</code> | ||
| − | =Step 3= | + | =Step 3 - Unpack= |
*Unpack the tar archive. | *Unpack the tar archive. | ||
| Line 27: | Line 27: | ||
***You can type<code>ls</code> to list the files. | ***You can type<code>ls</code> to list the files. | ||
| − | |||
| − | *Remove your downloaded | + | =Step 4 - Remove downloaded patch= |
| + | |||
| + | *Remove your downloaded patch. | ||
**<code>rm Joomla_1.5.10_to_1.5.12-Stable-Patch_Package.tar.gz</code> | **<code>rm Joomla_1.5.10_to_1.5.12-Stable-Patch_Package.tar.gz</code> | ||
***You can type<code>ls</code> to list the files. | ***You can type<code>ls</code> to list the files. | ||
| − | and your done. | + | and your done. Enjoy your updated Joomla version! |
| − | |||
| − | Enjoy your updated Joomla version! | ||
Revision as of 07:53, 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:
Contents
Step 1 - Go to the direct folder
- Go to the Joomla folder
cd /var/hda/web-apps/joomla/html- You can type
lsto 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
lsto 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
lsto list the files.
- You can type
and your done. Enjoy your updated Joomla version!

