예제 #1
0
def tomcatDep():
    '''V1.5:WEB项目第一次部署时必须安装TOMCT'''
    local("clear")
    print tomcatDep.__doc__
    appObj = AppDeploy(getConfPath, rulesPath, tomcatList)
    appObj.tomcat()
예제 #2
0
def appDep():
    '''V1.5:程序部署入口:可【安装、卸载、更新、强制更新】程序'''
    local("clear")
    print appDep.__doc__
    appObj = AppDeploy(getConfPath, rulesPath, applist)
    appObj.main()