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

From Amahi Wiki
Jump to: navigation, search
Line 10: Line 10:
 
=Step 1=
 
=Step 1=
  
*Download Joomla update 1.5.10 to 1.5.12.
+
*Go to the Joomla folder
 +
**<code>cd /var/hda/web-apps/joomla/html</code>
 +
***You can type <code>ls</code> to list the files.
  
''cd /var/hda/web-apps/joomla/html''
 
  
''wget http://joomlacode.org/gf/download/frsrelease/10548/41310/Joomla_1.5.10_to_1.5.12-Stable-Patch_Package.tar.gz''
+
=Step 2=
  
 +
*Download Joomla update 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>
  
=Step 2=
+
 
 +
=Step 3=
  
 
*Unpack the tar archive.
 
*Unpack the tar archive.
*You can type ls to list the files.
+
**<code>tar -zxvf Joomla_1.5.10_to_1.5.12-Stable-Patch_Package.tar.gz</code>
 +
***You can type<code>ls</code> to list the files.
  
''tar -zxvf Joomla_1.5.10_to_1.5.12-Stable-Patch_Package.tar.gz''
+
=Step 4=
 
 
 
 
=Step 3=
 
  
 
*Remove your downloaded update.
 
*Remove your downloaded update.
*You can type ls to list the files.
+
**<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.
''rm Joomla_1.5.10_to_1.5.12-Stable-Patch_Package.tar.gz''
 
  
  

Revision as of 07:47, 4 July 2009

Joomla logo.jpg


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

  • Go to the Joomla folder
    • cd /var/hda/web-apps/joomla/html
      • You can type ls to list the files.


Step 2


Step 3

  • Unpack the tar archive.
    • tar -zxvf Joomla_1.5.10_to_1.5.12-Stable-Patch_Package.tar.gz
      • You can typels to list the files.

Step 4

  • Remove your downloaded update.
    • rm Joomla_1.5.10_to_1.5.12-Stable-Patch_Package.tar.gz
      • You can typels to list the files.


and your done.

Enjoy your updated Joomla version!