Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
AutoDeploy2008
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
CivAutoDeploy
AutoDeploy2008
Commits
52f95657
Commit
52f95657
authored
Mar 27, 2019
by
root
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fb
parent
1afd0cbf
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
48 additions
and
0 deletions
+48
-0
InstallTenant.bat
InstallTenant.bat
+48
-0
ReadMe.md
ReadMe.md
+0
-0
No files found.
InstallTenant.bat
0 → 100644
View file @
52f95657
@echo off
title CloudPlatform 云平台自动部署服务安装
cls
cd ..
echo 当前脚本执行目录为 %~dp0
echo 脚本将在根目录 %CD:~0,3% 下完成安装包的下载和部署
echo.
echo.
echo 任意键继续
pause
cd %CD:~0,3%
echo.
echo 初次执行该脚本需要输入 Git 的部署口令,如下:
echo 用户名:gitlab+deploy-token-15
echo 密码:pa1dR2x36yVjEfuVgzPe
echo.
echo 执行下载命令 git clone -b deploy-12.8 https://g.civnet.cn:8443/CivPublish/CloudPlatformPublish.git
git clone -b deploy-12.8 https://g.civnet.cn:8443/CivPublish/CloudPlatformPublish.git
echo 仓库下载完成
echo 进入 CloudPlatformPublish 目录
cd CloudPlatformPublish
echo.
echo 为了确保IIS服务已安装,现在会执行IIS安装命令,安装命令不会影响已经发布的站点
echo
pause
echo 正在安装 IIS 服务,请耐心等候
echo.
START /WAIT DISM /Online /Enable-Feature /FeatureName:IIS-ApplicationDevelopment /FeatureName:IIS-ASP /FeatureName:IIS-ASPNET /FeatureName:IIS-BasicAuthentication /FeatureName:IIS-CGI /FeatureName:IIS-ClientCertificateMappingAuthentication /FeatureName:IIS-CommonHttpFeatures /FeatureName:IIS-CustomLogging /FeatureName:IIS-DefaultDocument /FeatureName:IIS-DigestAuthentication /FeatureName:IIS-DirectoryBrowsing /FeatureName:IIS-FTPExtensibility /FeatureName:IIS-FTPServer /FeatureName:IIS-FTPSvc /FeatureName:IIS-HealthAndDiagnostics /FeatureName:IIS-HostableWebCore /FeatureName:IIS-HttpCompressionDynamic /FeatureName:IIS-HttpCompressionStatic /FeatureName:IIS-HttpErrors /FeatureName:IIS-HttpLogging /FeatureName:IIS-HttpRedirect /FeatureName:IIS-HttpTracing /FeatureName:IIS-IIS6ManagementCompatibility /FeatureName:IIS-IISCertificateMappingAuthentication /FeatureName:IIS-IPSecurity /FeatureName:IIS-ISAPIExtensions /FeatureName:IIS-ISAPIFilter /FeatureName:IIS-LegacyScripts /FeatureName:IIS-LegacySnapIn /FeatureName:IIS-LoggingLibraries /FeatureName:IIS-ManagementConsole /FeatureName:IIS-ManagementScriptingTools /FeatureName:IIS-ManagementService /FeatureName:IIS-Metabase /FeatureName:IIS-NetFxExtensibility /FeatureName:IIS-ODBCLogging /FeatureName:IIS-Performance /FeatureName:IIS-RequestFiltering /FeatureName:IIS-RequestMonitor /FeatureName:IIS-Security /FeatureName:IIS-ServerSideIncludes /FeatureName:IIS-StaticContent /FeatureName:IIS-URLAuthorization /FeatureName:IIS-WebDAV /FeatureName:IIS-WebServer /FeatureName:IIS-WebServerManagementTools /FeatureName:IIS-WebServerRole /FeatureName:IIS-WindowsAuthentication /FeatureName:IIS-WMICompatibility /FeatureName:WAS-ConfigurationAPI /FeatureName:WAS-NetFxEnvironment /FeatureName:WAS-ProcessModel /FeatureName:WAS-WindowsActivationService
echo 安装 Windows 服务
echo 执行注册命令 WohiScheduleService.exe --install
WohiScheduleService.exe --install
echo 注册完成
echo 启动服务
net start WohiCloudScheduleTenant
echo 服务没有报告任何错误。请键入 NET HELPMSG 3534 以获得更多的帮助。请转到windows服务列表看WohiCloudScheduleTenant服务的启动状态 当为已启动时则自动化部署完成
ReadMe.md
deleted
100644 → 0
View file @
1afd0cbf
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment