PluginProbe
WP-Stateless – Google Cloud Storage / 2.2.2
WP-Stateless – Google Cloud Storage v2.2.2
4.4.3 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.3.0 2.3.1 2.3.2 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.1.0 3.1.1 3.2.0 3.2.1 3.2.2 All 62 releases
wp-stateless / readme.md

readme.md in WP-Stateless – Google Cloud Storage 2.2.2, at readme.md

81 lines 4.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 # WordPress Stateless Media Plugin
2
3 ## Description
4
5 Upload and serve your WordPress media from Google Cloud Storage (GCS) with the WP-Stateless plugin. In as little as two minutes, you will be benefitting from serving your media from Google Cloud's distributed servers.
6
7 New to Google Cloud? Google is offering you a [](https://cloud.google.com/free/$300 credit](https://cloud.google.com/free/](https://cloud.google.com/free/) to get you started.
8
9 ### Benefits
10 * Store and deliver media files on Google Cloud Storage instead of your server.
11 * Google Cloud Storage is geo-redundant, meaning your media is delivered by the closest server - reducing latency and improving page speed.
12 * Scale your WordPress website across multiple servers without the need of synchronizing media files.
13 * Native integration between Google Cloud Storage and WordPress.
14 * $300 free trial from Google Cloud. Nice!
15
16 ### Modes
17 * Backup - Upload media files to Google Storage and serve local file urls.
18 * CDN - Copy media files to Google Storage and serve them directly from there.
19 * Stateless - Store and serve media files with Google Cloud Storage only. Media files are not stored locally.
20
21 ### Features
22 * Setup assistant makes getting started fast and easy.
23 * No need to manually create service accounts or buckets - handled automatically.
24 * Settings panel provides you with further GCS configuration and file url customization.
25 * Mask the default GCS URL with your own custom domain.
26 * Automatically replace hardcoded media URLs with GCS equivalents in post editor and meta.
27 * Batch image thumbnail regeneration.
28 * Synchronization tools for uploading existing files and images.
29 * All settings supported with wp-config constants and network setting overrides.
30 * Multiple modes: Backup, CDN, Stateless.
31 * All files served in HTTPS mode.
32 * Multisite compatible.
33
34 ### Support, Feedback, & Contribute
35 We welcome community involvement via the [](https://github.com/wpCloud/wp-statelessGitHub repository](https://github.com/wpCloud/wp-stateless](https://github.com/wpCloud/wp-stateless).
36
37 ### Custom Development
38 Looking for a unique feature for your next project? [](https://www.usabilitydynamics.com/contactHire us!](https://www.usabilitydynamics.com/contact](https://www.usabilitydynamics.com/contact)
39
40 ## Installation
41
42 1. Search, install, and activate the *WP-Stateless* plugin via your WordPress dashboard.
43 2. Begin WP-Stateless setup assistant at *Media > Stateless Setup* and click "Get Started Now."
44 3. Click "Google Login" and sign-in with your Google account.
45 4. Set a Google Cloud Project, Google Cloud Storage Bucket, and Google Cloud Billing Account and click "Continue."
46 5. Installation and setup is now complete. Visit *Media > Stateless Settings* for more options.
47
48 For a more detailed installation and setup walkthrough, please see the [](https://github.com/wpCloud/wp-stateless/wiki/Manual-Setupmanual setup instructions on Github](https://github.com/wpCloud/wp-stateless/wiki/Manual-Setup](https://github.com/wpCloud/wp-stateless/wiki/Manual-Setup).
49
50 ## Frequently Asked Questions
51
52 ### What are the minimum server requirements for this plugin?
53
54 Beyond the [](https://codex.wordpress.org/Template:Server_requirementsofficial WordPress minimum requirements](https://codex.wordpress.org/Template:Server_requirements](https://codex.wordpress.org/Template:Server_requirements), WP-Stateless requires a minimum PHP version of 5.5 or higher and OpenSSL to be enabled.
55
56 ### What wp-config constants are supported?
57
58 For a complete list of supported wp-config constants, please consult the [](https://github.com/wpCloud/wp-stateless/wiki/ConstantsGitHub wiki](https://github.com/wpCloud/wp-stateless/wiki/Constants](https://github.com/wpCloud/wp-stateless/wiki/Constants).
59
60 ### How do I manually generate the Service Account JSON?
61
62 The WP-Stateless setup assistant will create the Service Account JSON automatically for you, but you can follow these steps if you choose to create it manually.
63
64 1. Visit Google Cloud Console, and go to *IAM & Admin > Service accounts*.
65 2. Click *Create Service Account* and name it *wp-stateless*.
66 3. Set the role to *Storage > Storage Admin*.
67 4. Check *Furnish a new private key* and select *JSON* as the key type.
68 5. Open the JSON file and copy the contents into the *Service Account JSON* textarea within the WP-Stateless settings panel.
69
70 ### Where can I submit feature requests or bug reports?
71
72 We encourage community feedback and discussion through issues on the [](https://github.com/wpCloud/wp-stateless/issuesGitHub repository](https://github.com/wpCloud/wp-stateless/issues](https://github.com/wpCloud/wp-stateless/issues).
73
74 ### Can I test new features before they are released?
75
76 To ensure new releases cause as little disruption as possible, we rely on a number of early adopters who assist us by testing out new features before they are released. [](https://www.usabilitydynamics.com/contactPlease contact us](https://www.usabilitydynamics.com/contact](https://www.usabilitydynamics.com/contact) if you are interested in becoming an early adopter.
77
78 ### Who maintains this plugin?
79
80 [](https://www.usabilitydynamics.com/Usability Dynamics](https://www.usabilitydynamics.com/](https://www.usabilitydynamics.com/) maintains this plugin by continuing development through it's own staff, reviewing pull requests, testing, and steering the overall release schedule. Usability Dynamics is located in Durham, North Carolina and provides WordPress engineering and hosting services to clients throughout the United States.
81