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...)
 
Line 1: Line 1:
 +
[[image:Joomla_logo.jpg]]
 +
 +
 
Update Your Joomla Version 1.5.10 to 1.5.12(latest version).
 
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:
 
You can manually update your Joomla version. Follow these commands:

Revision as of 19:44, 3 July 2009

Joomla logo.jpg


Update Your Joomla Version 1.5.10 to 1.5.12(latest version).


You can manually update your Joomla version. Follow these commands:


Step 1

  • Download Joomla update 1.5.10 to 1.5.12.

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

  • Unpack the tar archive.
  • You can type ls to list the files.

tar -zxvf Joomla_1.5.10_to_1.5.12-Stable-Patch_Package.tar.gz


Step 3

  • 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


and your done.

Enjoy your updated Joomla version!