My favorites | Sign in
Project Logo
                
Search
for
Updated May 23, 2009 by artooro
Labels: Featured, Phase-Deploy
Installation  
How to install postbyemail.

Prerequisites

For all the features to work, the following are required

Prepare

Under the wp-content folder, create the following directory structure:

attachments/
  audio/
  processing/
  images/
  video/

Then set the permissions for those folders to be writable by the web server which can be done with the following command:

chmod -R 0777 attachments

Now edit wp-mail.php

You'll find two lines that look something like this:

$lame_path = '/opt/local/bin/lame';
$sox_path = '/opt/local/bin/sox';

Make sure the paths point to the actual lame and sox binaries.

Do the Actual Install

  1. Copy the wp-mail.php file from the postbyemail folder to the root of the wordpress installation replacing the original wp-mail.php file. (You can rename the original file to wp-mail.orig.php
  2. Copy the postbyemail folder to wp-content/plugins/
  3. And that's it! You should be set to go.

"I found a problem!"

Please submit an issue by clicking on the issues tab above, or even better submit a patch!

Thanks for using postbyemail


Sign in to add a comment
Hosted by Google Code