|
How to Move a Site from Local to Live Server |
|
Many people like to develop their Joomla sites locally and then move their work to a live host when completed. This weeks tutorial will show you how to move an exact copy of your site from your localhost to a live server, database and all.
We're going to use a fantastic component called JoomlaPack to help us with the process. We'll first use it to make a backup of our local site (files + database), and then we'll use a provided tool (Kickstart) to restore the backup to our live server.
Here's how you do it:
- Download the JoomlaPack component. Make sure you get the latest release, which at the time of this newletter is 2.2
- Download the Kickstart app, again making sure you ge the latest release, 2.2Stable - unzip the package for later use.
- In the administration area of your local Joomla site, go to Extensions >> Install / Uninstall and upload the JoomlaPack component file: com_joomlapack-2.2-free.zip
- In the administration area of your local Joomla site, go to Components >> JoomlaPack >> Configuration and we're going to change a setting before we backup and migrate. Click on the 'Advanced' tab and then locate the 'Archiver engine' and change it to 'JPA JoomlaPack Archive, and click Save.
- Click on the Backup Now button (you'll notice a warning regarding the default directory being used for the backup - we can ignore this *for now) and then the 'Backup Now!' You should see the backup process begin, and be given a success page when completed.
- Locate the backup file in your localhost joomla_root/administrator/components/com_joomlapack/backup - the backup file will have the extension .jpa. Upload this file to the directory on your live server where you will do the restore. For most this will be the root directory, /html or /home etc
- Upload the Kickstart app file to this same directory. You should have unzipped the package in an earlier step, if not, unzip and then upload the file.
- Create a new database using phpMyAdmin or the tool provided by your host to do so. This new database will be used for our restore to populate with our backed up data. Make note of the hostname, username/password and database name for further steps.
- Navigate in your browser to http://backup_directory/kickstart.php (where backup_directory is the directory your backup file is located). Insert your Host, Username, and Password information and click on the green Start button. You will see the process beign - do not close this browser window!
- Once the file extraction is done you will see a message to 'Please click here to open JoomlaPack Installer restore script in a new window'. Click there.
- A new window will open, and you will see a typical looking Joomla installation page, however this is the restore script. Go through the installation process, making sure you put your new information for hostname, username, password and database in Step 4.
- After successful Joomla installation (restore in our case) go back to the other browser window and click on the link to restore your .htaccess file if you need to do this step, and close the browser window when done.
- The restoration process should now be completed, and you can log in to your newly moved site at /administrator to continue development on the live server.
|
Comments
it came out this error instead of the standard joomla installation >>
Internal Server Error
The server encountered an internal error or misconfiguratio n and was unable to complete your request.
Please contact the server administrator, webmaster
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8b mod_auth_passth rough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.pinjamankoperasi.com Port 80
why is this?
My live site has the database monty
My test site has the database realtest
can i use joomla pack and upload the new inproved site from my local host to the sever but point it to the monty database instead of realtest?
Thanks
here is the error:
AJAX error:
parsererror(und efined)
Raw Data:
Error: +:
I go through this way and i only get the admin section working.
Front end pages not working for me. and in admin article section I got 'Published, but is Pending |' for each article . And i am not able to publish it again.
Please help me out.
Instead, I should have put the Username and Password information required to connect to my host server through FTP.
This seems to have solved the problem.
Notes:
Other things I did, in case they also helped:
- I changed from JoomlaPack Installer 4 (JPI 4) to JPI 3. This is because my local server is running wamp which only has PHP 4. From reading around the JoomlaPack forums, I gathered that JPI 4 works for PHP 5.
- When the JoomlaPack installer was unpacking (towards the very last steps), it asked me for my site name, email, and Admin password. Here, the first time I put the password from my SQL database (which did not work). The second time around, I put the password that I used to access the Joomla admin on my local server. That was the correct one.
I do not have any idea of how to fix this.
Any help would be appreciated.
Thanks
RSS feed for comments to this post