regionhalland / region-halland-plugin-f5-check-database-and-status
状态检查端点
v1.0.0
2020-08-13 09:32 UTC
This package is auto-updated.
Last update: 2024-09-13 19:00:05 UTC
README
如何使用Region Halland的插件"RhF5CheckDatabaseAndStatus"
以下是如何使用插件"RhF5CheckDatabaseAndStatus"的说明。
用途
为服务器检查创建一个状态检查端点
许可证模型
此插件使用GPL-3.0许可证模型。您可以通过随附的文件了解更多关于此许可证模型的信息。
LICENSE (https://regionhalland.visualstudio.com/public.RhWpPlugIns/_git/RhF5CheckDatabaseAndStatus?path=%2FLICENSE&version=GBmaster)
安装和激活
A) Hämta pluginen via Git eller läs in det med Composer
B) Installera Region Hallands plugin i Wordpress plugin folder
C) Aktivera pluginet inifrån Wordpress admin
通过Git获取插件
git clone https://regionhalland.visualstudio.com/public.RhWpPlugIns/_git/RhF5CheckDatabaseAndStatus
通过composer导入插件
以下两个部分需要添加到您的composer文件中
Repositories = 插件存储的位置,在本例中为github
注意!这仅在你必须指定源位置时需要(但通常不需要)
"repositories": [
{
"type": "vcs",
"url": "https://regionhalland.visualstudio.com/public.RhWpPlugIns/_git/RhF5CheckDatabaseAndStatus"
}
],
Require = 指定您想要使用的插件版本,在本例中为版本1.0.0
注意!请调整以获取最新版本。
"require": {
"regionhalland/region-halland-F5-check-database-and-status": "1.0.0"
},
版本历史
1.0.0
- 第一个版本