Hits : 3215

Mini Joomla HOWTO


Joomla


http://www.joomla.org./


Latest: file1.0.12


top


Εγκατάσταση


# cd /var/www/
# mkdir -pv joompla
# cd joompla
# wget -c http://joomlacode.org/gf/download/frsrelease/111/264/Joomla_1.0.12-Stable-Full_Package.tar.bz2
# tar jxvf Joomla_1.0.12-Stable-Full_Package.tar.bz2


Και μετά : http://your_web_site/joompla


top


Αλλαγές


chmod 777 administrator/backups/
chmod 777 administrator/components/
chmod 777 administrator/modules/
chmod 777 administrator/templates/
chmod 777 cache/
chmod 777 components/
chmod 777 images/
chmod 777 images/banners/
chmod 777 images/stories/
chmod 777 language/
chmod 777 mambots/
chmod 777 mambots/content/
chmod 777 mambots/editors/
chmod 777 mambots/editors-xtd/
chmod 777 mambots/search/
chmod 777 mambots/system/
chmod 777 media/
chmod 777 modules/
chmod 777 templates/
mv -i configuration.php configuration.php.old
cp -i configuration.php-dist configuration.php
chmod 777 configuration.php
chmod 777 configuration.php.old


top