The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

wp-on-mojo.pl - WordPress on Mojolicious (bitches)

INSTRUCTIONS

0. Install the MojoX::Plugin::PHP module on your system
1. If you already have a working WordPress installation on your host, skip ahead to step 3. Otherwise download and unpack some version of WordPress from http://wordpress.org/
2. Configure a wp-config.php file with database settings, authentication keys, etc.
3. Change the $WordPress::Home variable near the top of this script (line 8) to the root directory of your WordPress installation.
4. Launch the Mojolicious web app with
    morbo examples/wp-on-mojo.pl

or

    hypnotoad examples/wp-on-mojo.pl
5. Blog with Mojolicious and WordPress like a boss.