Skip to content
/ wpro Public
forked from keichan34/wpro

WPRO = WP Read-Only. Plugin for running your WordPress site without Write Access to the web directory. Perfect for sites deployed in a cluster across multiple webservers, where you do not want stuff to be written to the local disks. Instead of storing uploads in a local web directory, this plugin will use Amazon S3 as storage.

License

Notifications You must be signed in to change notification settings

luddement/wpro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

=== Wordpress Read-Only ===

* Contributors: alfreddatakillen
* Tags: wordpress, amazon, s3, readonly
* Requires at least: 3.3.1
* Tested up to: 3.3.1
* Stable tag: 1.0
* License: Beerware / Kopimi

Plugin for running your Wordpress site without Write Access to the
web directory. Perfect for sites deployed in a cluster across multiple
webservers!

== Description ==

This plugin will put your media uploads on Amazon S3. Unlike other
S3 plugins, this plugin does not require your uploads to first be
stored in your server's upload directory, so this plugin will work
fine on Wordpress sites where the web server only have read-only
access to the web directory.

*	Wordpress image editing will still work fine (just somewhat slower).
*	Full support for XMLRPC uploads.

This plugin was made for Wordpress sites deployed in a cluster across
multiple webservers, where your web server only have read-only access
to the web directory.

Note: You still need write access to the system /tmp directory for
this plugin to work. It will use the system /tmp directory for
temporary storage during uploads, image editing/scaling, etc.

= Wordpress MU =

We did not test this plugin in a Wordpress MU environment.
It will probably not work out-of-the-box for Wordpress MU.

== Installation ==

1. Put the plugin in the Wordpress `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Enter your Amazon S3 settings in `Settings` > `WPRO Settings`.

== Frequently Asked Questions ==

= Where do I report bugs? = 

Report any issues at the github issue tracker:
https://github.com/alfreddatakillen/wpro/issues

= Where do I contribute with code, bug fixes, etc.? =

At github:
https://github.com/alfreddatakillen/wpro

= What about the license? =

You can do whatever you want with this stuff. If we meet some day,
and you think this stuff is worth it, you can buy me a beer in return.

And please, kopimi! http://www.kopimi.com/kopimi/

== Changelog ==

= 1.0 =

*	The first public release.

About

WPRO = WP Read-Only. Plugin for running your WordPress site without Write Access to the web directory. Perfect for sites deployed in a cluster across multiple webservers, where you do not want stuff to be written to the local disks. Instead of storing uploads in a local web directory, this plugin will use Amazon S3 as storage.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published