Title: Mambo setup Subject: Notes on mambo setup Mambo Site Setup for Stilen.com # setup dns so i have a www2. vi /var/named/db.stilen.com add: www2 IN CNAME mother.stilen.com. /etc/init.d/named realod cp /etc/httpd/JohnsConfig_include.conf /etc/httpd/JohnsConfig_include20021024.conf vi /etc/httpd/JohnsConfig_include.conf ServerAdmin john@stilen.com ServerName www2.stilen.com ServerAlias www2.stilen.com DocumentRoot /usr/local/httpd/stilen.com Options Indexes FollowSymLinks MultiViews +Includes +ExecCGI AllowOverride None Order allow,deny Allow from all # Make the document root direcotry, mkdir /usr/local/httpd/www2 # untar the main tarball into the root dir cd /usr/local/httpd/www2; tar -zxvpf mambov3.0.7.tar.gz # untar the embeded tarball tar -xvf mambov3.tar #Change the perms of the root folder and configuration.php to 777 chmod 777 ../stilen.com chmod 777 ../stilen.com/configuration.php chmod -R 777 images chmod -R 777 uploadfiles chmod -R 777 pdf #Crete the data base mysqladmin create mambo #Populate the database mysql mambo < mambov3.sql # edit configuration.php to have the correct user, passwd, and database names. # login http://www2.stilen.com/install.php # Last Step: #Change the perms of the root folder and configuration.php to 755