Difference between revisions of "Joomla/Update Joomla by Hand"
From Amahi Wiki
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
− | Update Your Joomla Version 1.5. | + | Update Your Joomla Version 1.5.12 to 1.5.13 (latest version). Importent: before doing this backup your site! |
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.12 to 1.5.13. |
− | **<code>wget http://joomlacode.org/gf/download/frsrelease/ | + | **<code>wget http://joomlacode.org/gf/download/frsrelease/10696/42205/Joomla_1.5.12_to_1.5.13-Stable-Patch_Package.tar.bz2</code> |
− | =Step 3= | + | =Step 3 - Unpack= |
*Unpack the tar archive. | *Unpack the tar archive. | ||
− | **<code>tar - | + | **<code>tar -jxvf Joomla_1.5.12_to_1.5.13-Stable-Patch_Package.tar.bz2</code> |
***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= |
− | **<code>rm Joomla_1.5. | + | |
+ | *Remove your downloaded patch. | ||
+ | **<code>rm -rf Joomla_1.5.12_to_1.5.13-Stable-Patch_Package.tar.bz2</code> | ||
***You can type<code>ls</code> to list the files. | ***You can type<code>ls</code> to list the files. | ||
− | + | <strong>Enjoy your updated Joomla version!</strong> | |
− | |||
− | Enjoy your updated Joomla version! |
Latest revision as of 16:54, 27 July 2009
Update Your Joomla Version 1.5.12 to 1.5.13 (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.12 to 1.5.13.
Step 3 - Unpack
- Unpack the tar archive.
tar -jxvf Joomla_1.5.12_to_1.5.13-Stable-Patch_Package.tar.bz2
- You can type
ls
to list the files.
- You can type
Step 4 - Remove downloaded patch
- Remove your downloaded patch.
rm -rf Joomla_1.5.12_to_1.5.13-Stable-Patch_Package.tar.bz2
- You can type
ls
to list the files.
- You can type
Enjoy your updated Joomla version!