This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
internet:hosting:joomla [2013/05/16 10:12] gcooper |
internet:hosting:joomla [2013/09/30 10:31] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Joomla Content Management System ====== | ====== Joomla Content Management System ====== | ||
+ | |||
+ | ===== Security ===== | ||
+ | |||
+ | You should secure the admin area with '' | ||
+ | |||
+ | Edit the ' | ||
+ | |||
+ | < | ||
+ | cd administrator | ||
+ | |||
+ | cat << EOF >> .htaccess | ||
+ | # Limit access by IP address or range | ||
+ | <Limit GET POST PUT> | ||
+ | order deny,allow | ||
+ | deny from all | ||
+ | allow from 123.123.123.123 234.234.234.234 | ||
+ | </ | ||
+ | EOF | ||
+ | </ | ||
+ | |||
+ | ===== SME Server 8 ===== | ||
+ | |||
+ | http:// | ||
+ | |||
+ | ==== PHP Temporary Locations ==== | ||
+ | |||
+ | < | ||
+ | mkdir -p / | ||
+ | cd / | ||
+ | cp / | ||
+ | </ | ||
+ | |||
+ | Edit the custom-template and add the three lines preceded by " | ||
+ | |||
+ | < | ||
+ | vim 95AddType00PHP2ibays | ||
+ | </ | ||
+ | |||
+ | Add the three lines: | ||
+ | |||
+ | < | ||
+ | my $basedir = $ibay-> | ||
+ | || ("/ | ||
+ | $OUT .= " | ||
+ | + my $tmpdir = $ibay-> | ||
+ | + || ("/ | ||
+ | + $OUT .= " | ||
+ | $OUT .= "</ | ||
+ | </ | ||
+ | |||
+ | Lastly, create the ' | ||
+ | |||
+ | < | ||
+ | mkdir -p / | ||
+ | signal-event remoteaccess-update | ||
+ | signal-event ibay-modify < | ||
+ | </ | ||
===== Developement ===== | ===== Developement ===== | ||
Line 10: | Line 67: | ||
http:// | http:// | ||
+ | |||
+ | http:// | ||
+ | |||
+ | ==== Migration Process ==== | ||
+ | |||
+ | - Install Joomla 2.5 in a subdirectory | ||
+ | - Make the migration from 1.5 to the new 2.5 site | ||
+ | - Deal with third party extensions | ||
+ | - Deal with template issues | ||
+ | - Go live with the new site | ||
+ | - Move the 2.5 site from the subdirectory to the main directory | ||
JOOMLA 2.5 MIGRATION STEPS | JOOMLA 2.5 MIGRATION STEPS |