Line 4: |
Line 4: |
| * Full update instructions: http://docs.joomla.org/Upgrading_1.5_from_an_existing_1.5x_version | | * Full update instructions: http://docs.joomla.org/Upgrading_1.5_from_an_existing_1.5x_version |
| * Command-Line Instructions: http://docs.joomla.org/Using_a_terminal_session | | * Command-Line Instructions: http://docs.joomla.org/Using_a_terminal_session |
− | * Upgrade Package (1.5.1 to 1.5.7): http://joomlacode.org/gf/download/frsrelease/8375/31009/Joomla_1.5.1_to_1.5.7-Stable-Patch_Package.tar.bz2 | + | * Upgrade Package (1.5.0 to 1.5.7): http://joomlacode.org/gf/download/frsrelease/8375/31012/Joomla_1.5.0_to_1.5.7-Stable-Patch_Package.tar.bz2 |
| | | |
| Notes: | | Notes: |
− | * The instructions on the Joomla website are neither complete nor specific | + | * The upgrade instructions on the Joomla website are neither complete nor specific |
− | * Upgrading a Joomla installation done from Dietmar's contrib should look like this: | + | * Upgrading a Joomla 1.5.0 installation done from Dietmar's contrib can be achieved using the commands shown below. '''WARNING:''' These commands assume you are running '''Joomla v1.5.0''' as installed by smeserver-joomla-1.5.1-2.noarch.rpm as of 10/25/2008. You can find your Joomla version at <nowiki>http://<yourserver>/joomla/administrator</nowiki>: |
| <nowiki>cd /tmp | | <nowiki>cd /tmp |
| wget http://joomlacode.org/gf/download/frsrelease/8375/31012/Joomla_1.5.0_to_1.5.7-Stable-Patch_Package.tar.bz2 | | wget http://joomlacode.org/gf/download/frsrelease/8375/31012/Joomla_1.5.0_to_1.5.7-Stable-Patch_Package.tar.bz2 |
Line 14: |
Line 14: |
| cd /opt/joomla | | cd /opt/joomla |
| tar xvf /tmp/Joomla_1.5.0_to_1.5.7-Stable-Patch_Package.tar | | tar xvf /tmp/Joomla_1.5.0_to_1.5.7-Stable-Patch_Package.tar |
− | cd /opt/joomla
| |
| chown -R admin:www * | | chown -R admin:www * |
| find . -type d -exec chmod 755 {} \; | | find . -type d -exec chmod 755 {} \; |
Line 21: |
Line 20: |
| | | |
| [[User:Mmccarn|Mmccarn]] 16:51, 25 October 2008 (UTC) | | [[User:Mmccarn|Mmccarn]] 16:51, 25 October 2008 (UTC) |
| + | |
| ==htaccess== | | ==htaccess== |
| Hello Dietmar. | | Hello Dietmar. |