Linux 软件免费装

Plugin Name

开发者 patbolger
更新时间 2018年5月7日 18:42
PHP版本: 3.0.1 及以上
WordPress版本: 4.9.5
版权: GPLv2 or later
版权网址: 版权信息

标签

SaaS Stratus5 Cloudware Containers Docker Docker as a Service Software as a Service Cloud Apps Cloud Deployment WPDocker Plugin as a Service Theme as a Service

下载

1.1.21 1.1.22 1.1.23 1.1.24 1.1.25 1.1.26 1.1.27 1.2 1.2.1 1.2.10 1.2.12 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.2.11

详情介绍:

安装:

At your wp-admin page, click on Plugins | Add new and then Upload file. Click on the Choose file button and upload the s5-cloud-plugin.zip After uploading the plugin you press 'Activate' to enable it. A Stratus5 Cloudware menu link will be added in your wp-admin menu. Once installed you will need to create an account on the Stratus5 platform to retrieve your credentials to configure your API Settings.

常见问题:

How do I change the button text?

If you want to change the button text (default button text is 'Host Me Now!') then use: [s5-cloud planCode="IXVCDplan"] Button Text [/s5-cloud] or [s5-cloud domain="testdomain.stratus5.net" planCode="IXVCDplan"]Button Text[/s5-cloud] To learn more about creating a price plan refer to Stratus5 Dev Center at https://stratus5.com/documentation/

How do I add a link to admin panel?

If you want to add a link for your customers to connect to the admin panel of your application then use the shortcode attribute 'login'. When set it will create an additional link in the final screen after the application deployment. [s5-cloud domain="testdomain.stratus5.net" planCode="IXVCDplan" login="wp-admin"]Button Text[/s5-cloud] This shortcode will create the following output: testdomain.stratus5.net/wp-admin

Can I define themes or plugins installed with my application?

If you would like themes or plugins installed with your application, then you should use the the following shortcode attributes: themeUrls: A comma separated list of publicly accessible urls to themes that you would like installed with your application pluginUrls: A comma separated list of publicly accessible urls to plugins that you would like installed with your application [s5-cloud domain="testdomain.stratus5.net" themeUrls="http://mytheme.com/themes/theme1.zip" pluginUrls="http://mytheme.com/themes/plugin1.zip,http://mytheme.com/themes/plugin2.zip"]Button Text[/s5-cloud]

What if I want credit card details in the registration screen?

If you want to add credit card details for example if the plan has 0 trial days, you should add requireCreditCard="y" [s5-cloud domain="testdomain.stratus5.net" requireCreditCard="y"]Button Text[/s5-cloud] == What if my customer's domain will be different from the api domain? If you want the target domain to be different from the domain defined above you need to add a target attribute\ [s5-cloud domain="accounts.mydomain.com" target="mydomain.com"]Button Text[/s5-cloud]

= How to use custom CSS classes?

You can use your existing CSS classes through the shortcode attribute 'class': [s5-cloud planCode="IXVCDplan" class="myclass"] Shortcodes for individual settings The following attributes can be used for individual setup. s5username, s5password, s5bg.

更新日志:

= 1.2.12 Updates to support stratus5 v 3 = 1.2.9 domains are always lower case check for empty company name = 1.2.8 added target domain = 1.2.7 spinning arrow while waiting to redirect = 1.2.5 Redirects to user admin page after signup 1.1.26 tested for Wordpress 4.4 1.1.25 css fix 1.1.24 Initial version