Description
Is activeadmin based; WordPress host auto install; WordPress host distributed management; Create a new WordPress by cloning an existing blog; Multi-language WordPress management; php proxy forwarding;
Cloud Wordpress: Wordpress Site Group Management alternatives and similar gems
Based on the "Cloud" category.
Alternatively, view cloud_wordpress alternatives based on common mentions on social networks and blogs.
-
Fog
The Ruby cloud services library. -
AWS SDK for Ruby
The official AWS SDK for Ruby. -
browse-everything
Rails engine providing access to files in cloud storage -
cloudfront-signer
Ruby gem for signing AWS CloudFront private content URLs and streaming paths. -
faastruby-cli
Build, test & run serverless functions in Ruby & Crystal
ONLYOFFICE Docs — document collaboration in your environment
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Cloud Wordpress: Wordpress Site Group Management or a related project?
README
Cloud_wordpress is use for wordpress site group management
- Is activeadmin based;
- WordPress blog domain name connects to Cloudflare Partner;
- WordPress host auto install;
- WordPress host distributed management;
- Clone an existing blog when create a new WordPress;
- Multi-language WordPress management;
- php proxy forwarding;
- Admin user role;
Usage
How to use my plugin.
Installation
Add this line to your application's Gemfile:
gem "wordpress", github: "seadfeng/cloud_wordpress"
gem "active_admin_role", github: "seadfeng/active_admin_role"
And then execute:
$ bundle install
$ rails webpacker:install
$ rake db:create
$ rails g active_admin:install
$ rails g wordpress:install
$ rake db:migrate
$ rake db:seed
$ rake wordpress:init
$ rake assets:precompile
Update
$ rake railties:install:migrations FROM=wordpress
$ rake db:migrate
Application Config
# config/application.rb
config.i18n.default_locale = :"zh-CN"
config.active_job.default_url_options = { host: "demo.cloudwp.xyz" }
Rails.application.routes.default_url_options[:host] = "demo.cloudwp.xyz"
Sidekiq Config
# config/initializers/sidekiq.rb
Sidekiq.configure_server do |config|
config.redis = { url: 'redis://127.0.0.1:6379/2' }
end
Sidekiq.configure_client do |config|
config.redis = { url: 'redis://127.0.0.1:6379/2' }
end
Wordpress Host System dependence
Centos 8.0+
System dependence
rails 6.0+ mysql 8.0+
Dependencies
Sidekiq Service
Webpacker Using in Rails engines
https://github.com/rails/webpacker/blob/master/docs/engines.md
License
The gem is available as open source under the terms of the MIT License.
*Note that all licence references and agreements mentioned in the Cloud Wordpress: Wordpress Site Group Management README section above
are relevant to that project's source code only.