Results 1 to 5 of 5
  1. #1
    Join Date
    Oct 2006
    Location
    Los Angeles
    Posts
    114
    Plugin Contributions
    0

    Default wamp to a live server. 1.3.9d from local pc to a dedicated server online

    not sure how to transfer files properly.
    i have done fresh installs in the past, but have never transfered a locally designed website files to a live server.

    i remember that during the initial zencart install, i had to delete zc_install folder for security. now do i upload zc_install too, or do i transfer a different way?

    is it better to do a new upload all original zc files, and then overwrite with the changes i have made?

    please, any advice is appreciated.

  2. #2
    Join Date
    Aug 2005
    Location
    United Kingdom
    Posts
    461
    Plugin Contributions
    0

    Default Re: wamp to a live server. 1.3.9d from local pc to a dedicated server online

    i usually do a full install on new server first, this created my configure files with correct server settings and paths, then when all working copy my newsite database into the newly created database on the server.

    i then copy all my overide files to new installation leaving me with an identical version as my offline

    Rob

  3. #3
    Join Date
    Apr 2006
    Posts
    371
    Plugin Contributions
    0

    Default Re: wamp to a live server. 1.3.9d from local pc to a dedicated server online

    If you want exactly what you created on your dev server to be your live site then what I personally do is to create a tar file (gzip will create this for you) of the entire local site (edit the configure files to reflect server paths, database name, passwords, etc). Note: delete the zc_install if this is a fresh site with a new database and also follow the recommendations regarding deleting docs, extras, etc.

    I then upload the tar file (e.g. file_name.tar) via SFTP and extract the tar using Putty. In the SSH window type: tar xvf file_name.tar. x: tells tar to extract files, v: outputs info, etc. Just check the permissions are properly set when uploading this way (they should be).

    Export your database from your dev server using gz compression. Create your database on your live site and then import your saved database. Last thing to do after checking file permissions are correct is to set the sessions directory in admin which will obviously be different than your dev server.

    Providing your config files are correct, everything should be jake.

    You can of course just SFTP everything (bypassing the tar file idea) but it takes ages.

  4. #4
    Join Date
    Jan 2004
    Posts
    58,249
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: wamp to a live server. 1.3.9d from local pc to a dedicated server online

    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Oct 2006
    Location
    Los Angeles
    Posts
    114
    Plugin Contributions
    0

    Default Re: wamp to a live server. 1.3.9d from local pc to a dedicated server online

    thank you so much everyone

 

 

Similar Threads

  1. moving from local to live server - database info different
    By pixelarcher in forum Installing on a Linux/Unix Server
    Replies: 13
    Last Post: 14 Sep 2010, 03:49 AM
  2. Update local copy and then transfer to live server
    By fawad123 in forum General Questions
    Replies: 9
    Last Post: 24 Apr 2010, 12:43 PM
  3. Moving from local to live server failed
    By icecold in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 17 Jul 2008, 08:38 AM
  4. Error cloning live site on local server
    By ckosloff in forum Upgrading from 1.3.x to 1.3.9
    Replies: 5
    Last Post: 6 May 2008, 08:29 PM
  5. How do you transfer from a dev WAMP server to a LAMP server?
    By diannev in forum Installing on a Linux/Unix Server
    Replies: 4
    Last Post: 29 Feb 2008, 09:02 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •