Difference between revisions of "Joomla/Update Joomla by Hand"

From Amahi Wiki
Jump to: navigation, search
(New page: Update Your Joomla Version 1.5.10 to 1.5.12(latest version). joomla_logo.jpg You can manually update your Joomla version. Follow these commands: =Step 1= *Download Joomla update 1...)
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
Update Your Joomla Version 1.5.10 to 1.5.12(latest version).
+
[[image:Joomla_logo.jpg]]
  
[[joomla_logo.jpg]]
 
  
You can manually update your Joomla version. Follow these commands:
+
Update Your Joomla Version 1.5.12 to 1.5.13 (latest version). Importent: before doing this backup your site!
  
  
=Step 1=
+
You can manually update your Joomla version. Follow these commands:
  
*Download Joomla update 1.5.10 to 1.5.12.
 
  
''cd /var/hda/web-apps/joomla/html''
+
=Step 1 - Go to the direct folder=
  
''wget http://joomlacode.org/gf/download/frsrelease/10548/41310/Joomla_1.5.10_to_1.5.12-Stable-Patch_Package.tar.gz''
+
*Go to the Joomla folder
 +
**<code>cd /var/hda/web-apps/joomla/html</code>
 +
***You can type <code>ls</code> to list the files.
  
  
=Step 2=
+
=Step 2 - Download the Joomla patch=
  
*Unpack the tar archive.
+
*Download Joomla patch 1.5.12 to 1.5.13.
*You can type ls to list the files.
+
**<code>wget http://joomlacode.org/gf/download/frsrelease/10696/42205/Joomla_1.5.12_to_1.5.13-Stable-Patch_Package.tar.bz2</code>
  
''tar -zxvf Joomla_1.5.10_to_1.5.12-Stable-Patch_Package.tar.gz''
 
  
 +
=Step 3 - Unpack=
  
=Step 3=
+
*Unpack the tar archive.
 +
**<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.
  
*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''
+
=Step 4 - Remove downloaded patch=
  
 +
*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.
  
and your done.
 
  
Enjoy your updated Joomla version!
+
<strong>Enjoy your updated Joomla version!</strong>

Latest revision as of 16:54, 27 July 2009

Joomla logo.jpg


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:


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.


Step 2 - Download the Joomla patch


Step 3 - Unpack

  • Unpack the tar archive.
    • tar -jxvf Joomla_1.5.12_to_1.5.13-Stable-Patch_Package.tar.bz2
      • You can typels to list the files.


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 typels to list the files.


Enjoy your updated Joomla version!