You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

  1. Move page_dump_rss_file.cfm to the customcf directory at the top of the commonspot site.
  2. Point browser at page_dump_rss_file.cfm. It writes an rss feed called page_dump_rss_file.xml into the /upload directory and shows a link to it.
  3. Log in to Drupal as the admin of the site.
  4. Make sure you have the right Drupal modules enabled. See the list here.
  5. Import the content type 'Imported Page' (csf1). Here is the exported version.
  6. Import the 'Importer Operations' view. Here is the exported version.
  7. ssh to your Drupal root directory and type

    php cs-rss-drupal.php http://<your domain name here>/upload/page_dump_rss_file.xml

  8. The script runs and spits out a lot of progress information.
  9. Check out your Drupal site. You should have a new item in the Navigation menu called 'Imported Site'. This has a submenu for images (a node for each image from your site), a submenu for uploads (a node for each uploaded document), and another submenu named for your site containing all the pages.
  10.  
  • No labels