Jump to content
The Uniform Server Community

From remote server to local host


Nikko
 Share

Recommended Posts

Hi, can anybody provide detailed instructions to a technical knucklehead about how to copy a Joomla site that's on a remote server to a Uniform Server localhost for further development.

 

I have cPanel and Uniform Server is running on my computer.

 

Thanks.

Link to comment
Share on other sites

  • 2 weeks later...

Most all applications consist of two main segments that need to be transferred. These are the database and the app directory.

 

The most reliable database transfer is from a phpMyAdmin backup, which will include all the commands to create the database tables and populate them. Key problems will be resolved in php.ini for time and memory limits on importing the data with phpMyAdmin. Be sure the limits are high enough to cover your import.

 

The app directory includes all the content in the Joomla directory (unless you put it in the server base, like public_html). You can use a backup from cPanel and 7Zip to extract a copy to www. If you have it in the base, you'll need to select all the appropriate files and directories manually.

 

I have done this operation for a few live Joomla sites. The main problems I encountered were with *ix-to-Win path changes required for plugins. Can't remember if Joomla core required changes.

 

Hope that helps.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...