Changes between Version 4 and Version 5 of faq/domain/make-dev-site-live


Ignore:
Timestamp:
Dec 15, 2012, 12:20:52 AM (11 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • faq/domain/make-dev-site-live

    v4 v5  
     1[[PageOutline]]
    12= How do I copy my dev site to my live site? =
    23
     
    56At a certain point, when your dev site is ready to go live, you need to copy your dev site to your live. Once you are done, your live site will be identical to your dev site. And, you can now continuing developing your dev site for the next iteration of your site.
    67
    7 Attached to this wiki page is a script that will automate this process.
     8== Drupal ==
     9
     10If you are using a Drupal web site, you can installed the [https://drupal.org/project/backup_migrate backup and migrate module] (and perhaps the [https://drupal.org/project/backup_migrate_files backup and migrate files] module as well).
     11
     12== WordPress ==
     13
     14WordPress users may find the [https://wordpress.org/extend/plugins/backup-and-move/ backup and move] plugin helpful.
     15
     16== Manually ==
     17
     18Attached to this wiki page is a script that automates this process. If you are comfortable on the command line and want something this is more automatic, this may be the best route.
    819
    920You will need to modify the script to meet your particular needs, however, once you have it working once, you can repeatedly use it to synchronizing your dev site with your live site.