By cklester on
I've developed a Drupal web site on my local PC and need to upload it to my Site5 domain. What files do I need to transfer? Is there documentation for this?
Thank you!!! :)
I've developed a Drupal web site on my local PC and need to upload it to my Site5 domain. What files do I need to transfer? Is there documentation for this?
Thank you!!! :)
Comments
I recently searched for this
I recently searched for this answer as well. These two threads should help.
http://drupal.org/node/62351
http://drupal.org/node/46389
Make sure you read down and find the gotchas and watch out for's.
Greg
Drupal Migrate: Here's How I Did It
Thanks, Greg... those links helped. Here's how I ended up doing it. Seems too easy... I'm suspicious! :)
1. Installed Drupal at host
2. Exported my local database
3. Uploaded my theme folder
4. Imported the database to site
5. Uploaded added modules
Works like a charm... unexpectedly! I thought I'd have to do more than that. Weird.