Giter VIP home page Giter VIP logo

bye_wordpress's Introduction

/*
 * CakePHP shell for migrationg a Wordpress database to Croogo
 * Copyright (c) 2009 Matt Curry
 * www.PseudoCoder.com
 * http://github.com/mcurry/bye_wordpress
 *
 * @author      Matt Curry <[email protected]>
 * @license     MIT
 *
 */

/* Description */
A CakePHP shell for migrationg a Wordpress (tested on v2.8.6) database to Croogo.

/* Warning */
I'm done with this code.  I migrated my two sites, so I have no reason to keep it up.

/* Gotchas */
* Make sure the two databases have the same character encoding.
* Uploaded files aren't moved - just the DB record.  Make sure to manually copy /wp-content/uploads to /app/webroot/uploads
* If you want to use Tags and Categories the have two revcords in the vocabularies table with alias 'categories' and 'tags'.
* Draft posts aren't moved.

/* Instructions */
 1. Download the and install croogo (http://www.croogo.org).
 2. Download the plugin to /app/plugins/bye_wordpress
 3. Run it cake/console/cake bye_wordpress
 
/* Parameters */
-host
  Wordpress DB host.
  defaults to localhost.

-database
  Wordpress DB name.
  defaults to wordpress.

-login
  Wordpress DB login.
  defaults to localhost.

-password
  Wordpress DB password.
  defaults to empty.

-prefix
  Wordpress table prefix.
  defaults to wp_.

bye_wordpress's People

Contributors

primeminister avatar

Stargazers

ari sutanto avatar

Watchers

ari sutanto avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.