Joomla 1.6 Install Process - Console Commands
Page 2 of 14
From the console, execute the following commands:cd /var/www
## Take from SVN
svn export http://joomlacode.org/svn/joomla/development/trunk/
## OR
## upload (or wget) to /var/www and extract
tar -zxvf joomla16_svn_20480.tar.gz
mv trunk joomla16
chown -R www-data:www-data joomla16
cd joomla16/
find ./ -type d -exec chmod 755 {} \;
find ./ -type f -exec chmod 644 {} \;
## Create the MySQL joomla16 database
## Create the MySQL user and assign password
## Assign privileges on the db to the user - include LOCK TABLES privilege
## Install on browser http://IP.or.Domain/
## Refer Screenshots that follow
