Create the database
Login as the Site Administrator using the following URL:
https://69.94.123.99:19638/webhost/rollout/site Now follow these steps:
- Click on Home->Shortcuts
- Click on MySQL->MySQL Admin Tool
- Click on Create Database
- Create a new database and make note of the database name
Upload the Data
Login to the phpMyAdmin tool at the following URL
http://69.94.123.99/MyAdmin/index.php Now follow these steps:
- Download the database file you wish to upload from the Documentation->Joomla 1.5->Release Packages area of this site
- Click on the SQL tab in phpMyAdmin
- Upload the file you download in the 1st step above
Upload the Site Files
Open Dreamweaver and create a new site connection to where the new files will be located.
Now follow these steps:
- Download the site files you wish to upload from the codeasite server in docs/releases.
- Save the site zip file in the correct Dreamweaver directory. Do NOT UNZIP!!
- Upload the zipped file to the server
Unzip the files
Login to the site using Putty
Now follow these steps:
- su -
- sitelookup -d domainname
- cd to the path listed from the step above
- cd var/www
- cd to the path where you uploaded the tar file above
- tar xvf filename.tar
- cd ..
- sitelookup -d domainname (make note of the admin name i.e. admin7 and use it below)
- chown -R adminname directory (the directory where you just installed all the files)
Update the configuration.php
Using Dreamweaver download the configuration.php. Now locate and edit the following lines in your configuration.php
- var $log_path = '/home/virtual/codeasite.com/var/www/html/logs'; (Line 17)
- var $tmp_path = '/home/virtual/codeasite.com/var/www/html/tmp'; (Line 18)
- var $user = 'user'; (Line 34)
- var $db = 'dbname'; (Line 35)
- var $mailfrom = '
This e-mail address is being protected from spambots. You need JavaScript enabled to view it.
'; (Line 38)
- var $fromname = 'Code A Site, LLC'; (Line 39)
- var $password = 'password'; (Line 49)
- var $sitename = 'Code A Site, LLC'; (Line 50)
- var $MetaDesc = 'Affordable Custom Website Design and Developement. Web Hosting, Joomla Component Developement.'; (Line 51)
- var $MetaKeys = 'Web Site Development, Joomla Components, MySQL, PHP'; (Line 52)