CN111198695A - Automatic deployment method of micro-service administration management platform and electronic equipment - Google Patents

Automatic deployment method of micro-service administration management platform and electronic equipment Download PDF

Info

Publication number
CN111198695A
CN111198695A CN201911357812.0A CN201911357812A CN111198695A CN 111198695 A CN111198695 A CN 111198695A CN 201911357812 A CN201911357812 A CN 201911357812A CN 111198695 A CN111198695 A CN 111198695A
Authority
CN
China
Prior art keywords
micro
automatically
service
component
management platform
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201911357812.0A
Other languages
Chinese (zh)
Inventor
王煜
张�浩
赖新明
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Aisino Corp
Original Assignee
Aisino Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Aisino Corp filed Critical Aisino Corp
Priority to CN201911357812.0A priority Critical patent/CN111198695A/en
Publication of CN111198695A publication Critical patent/CN111198695A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The application discloses an automatic deployment method of a micro-service administration management platform and electronic equipment. The method comprises the following steps: automatically checking an operating system version; automatically checking the server configuration; automatically setting system parameters; automatically building a local source; automatically installing the dependent software; automatically starting the micro-service treatment component; automatically initializing a micro-service administration component; and automatically initializing the micro-service administration management platform. According to the method, when the deployment operation is triggered, the high-efficiency micro-service administration management platform deployment method can be automatically carried out on a single node, the configuration steps are greatly simplified, the labor is reduced, and the configuration time and the installation deployment time are reduced.

Description

Automatic deployment method of micro-service administration management platform and electronic equipment
Technical Field
The application belongs to the field of micro-service administration management, and particularly relates to an automatic deployment method and electronic equipment of a micro-service administration management platform.
Background
Microservice has become a hot topic today as an emerging technology, and its architecture and concept have been widely applied to large business clusters.
Since related technologies are very popular and have very strong demand, a micro-service administration management platform for managing container services is provided by a plurality of companies. The micro-service management platform is a scheduling management platform which constructs a container based on Docker, provides functional components such as resource scheduling, balanced disaster tolerance, service registration, dynamic scaling and the like, is used for the full life cycle management of container services, aims to make the container fall to the ground in a cloud manner, and performs platform abstraction on cluster management and resource scheduling at the bottom layer. The micro-service administration management platform has the service capabilities of building the platform in multiple aspects of multi-tenant management, business cluster management, application and container management, mirror image management, network management, storage management, CI/CD, log service and alarm monitoring; meanwhile, the technical requirements of enterprises on resource management, metering and charging, process management, safety audit and multi-azimuth report display are met; and a PaaS platform with high availability, expandability and high performance is realized. Often, the administration and management of numerous applications in the micro-service platform can be realized by deploying the micro-service administration management platform on a single node.
But the installation and deployment of the micro-service administration management platform are affected by the multiple functions of the micro-service administration management platform. The functional components on the micro-service administration management platform on the single node are mainly started and operated in a container service mode, and due to the factors that the number of functional modules of the micro-service administration management platform is large, the functional components contained in the modules are various and complex, the dependency relationship between the components and system software is complex, the requirement on the configuration of an installation environment is strict, the configuration environment and the platform installation steps are complex and the like, the configuration and deployment process consumes manpower.
The micro-service administration management platform is convenient for users to deploy and use, the users can better deploy, use and manage containerized application through the micro-service administration management platform, and the method has great significance on how to efficiently and automatically deploy the micro-service administration management platform under the condition that no micro-service and container scheduling management related tools exist in a basic environment.
Disclosure of Invention
In view of this, embodiments of the present application provide an automated deployment method, an electronic device, and a medium for a micro-service administration management platform, so as to deploy the micro-service administration management platform efficiently.
In a first aspect, an embodiment of the present application provides an automated deployment method for a micro-service administration management platform, including: automatically checking an operating system version; automatically checking the server configuration; automatically setting system parameters; automatically building a local source; automatically installing the dependent software; automatically starting the micro-service treatment component; automatically initializing a micro-service administration component; and automatically initializing the micro-service administration management platform.
As a specific implementation manner of the embodiment of the present application, the configuration of the automatic check server includes: obtaining server configuration information, wherein the server configuration information comprises: basic network configuration information, network domain name resolution, network card configuration information, storage equipment mounting and partition information; verifying the acquired server configuration information; if the verification is not passed, prompt information is output to prompt the user.
As a specific implementation manner of the embodiment of the present application, the automatically setting system parameters includes: setting the following system parameters according to the requirements of the micro-service management platform: maximum number of opened files, firewall, system safety protection and system time related parameters.
As a specific implementation manner of the embodiment of the present application, the automatically building a local source includes: acquiring path information of an rpm file in an installation file package; configuring a repo source file using the path information; placing the configured repo source file under a source file path of the system; the cached local sources are read and initialized.
As a specific implementation manner of the embodiment of the present application, the automatically installing dependent software includes: installing a jQuery component; installing docker software; creating and compiling a docker configuration file; installing docker _ composition; and installing a local private mirror image warehouse to directly store the mirror image as a local mirror image file, and directly loading the local mirror image file as the mirror image in the private mirror image warehouse in the deployment process.
As a specific implementation manner of the embodiment of the present application, the starting micro-service administration component includes: generating a yaml file according to the current environment; pulling the mirror image according to the yaml file; and starting the component container and the database, automatically restarting the corresponding component container under the condition of unsuccessful starting, and prompting a user if the component container is not started successfully after the first preset condition is reached.
As a specific implementation manner of the embodiment of the present application, the initializing microservice management component includes: running the automatic configuration script of the component service in each container, and carrying out initialization configuration on each component service; after the initialization configuration, the butt joint condition of the component and the database is detected, the initialization configuration is automatically carried out on the corresponding component service again under the condition that the database does not have the corresponding library of the component, and if the second preset condition is met and the initialization is not successful, a user is prompted.
As a specific implementation manner of the embodiment of the present application, the automatic initialization micro-service administration management platform includes: creating a resource space and a storage bucket required by the micro-service cluster; creating a default micro-service cluster; and creating a user account of the micro-service administration management platform.
In a second aspect, an embodiment of the present application further provides an electronic device, where the electronic device includes:
a memory storing executable instructions;
and the processor runs the executable instructions in the memory to realize the automatic deployment method of the micro-service administration management platform.
In a third aspect, an embodiment of the present application further provides a computer-readable storage medium, where a computer program is stored, and when the computer program is executed by a processor, the computer program implements the automated deployment method of the micro-service administration management platform.
According to the application, the micro-service management platform can be automatically and efficiently deployed in one key, and manpower is greatly saved. Furthermore, the additional risk introduced by manual configuration is avoided.
Additional features and advantages of the present application will be described in detail in the detailed description which follows.
Drawings
The foregoing and other objects, features and advantages of the application will be apparent from the following more particular descriptions of exemplary embodiments of the application, as illustrated in the accompanying drawings wherein like reference numbers generally represent like parts throughout the exemplary embodiments of the application.
Fig. 1 shows a flowchart of an automated deployment method of a micro-service administration management platform according to an example embodiment of the present application.
Detailed Description
Preferred embodiments of the present application will be described in more detail below. While the following describes preferred embodiments of the present application, it should be understood that the present application may be embodied in various forms and should not be limited to the embodiments set forth herein.
The application provides an automatic deployment method of a micro-service administration management platform. The method comprises the following steps: automatically checking an operating system version; automatically checking the server configuration; automatically setting system parameters; building a local source; automatically installing the dependent software; automatically starting the micro-service treatment component; automatically initializing a micro-service administration component; and automatically initializing the micro-service administration management platform.
According to the method, when the deployment operation is triggered, the high-efficiency micro-service administration management platform deployment method can be automatically carried out on a single node, the configuration steps are greatly simplified, the labor is reduced, and the configuration time and the installation deployment time are reduced.
Fig. 1 shows a flowchart of an automated deployment method of a micro-service administration management platform according to an example embodiment of the present application. As shown, the method includes the following steps.
Step 11, automatically checking the operating system version.
Specifically, the operating system version information of the current environment may be obtained, and whether it is compatible with the version of the dependent software may be determined.
Step 12, the server configuration is automatically checked.
Specifically, the automatic check server configuration may include: obtaining server configuration information, wherein the server configuration information comprises: basic network configuration information, network domain name resolution, network card configuration information, storage equipment mounting and partition information and the like; verifying the acquired server configuration information; if the verification is not passed, prompt information is output to prompt the user.
And the wrong configuration is found as early as possible in the installation process, and the user is prompted to modify the configuration, so that the subsequent installation configuration is ensured to be carried out smoothly.
And step 13, automatically setting system parameters.
Specifically, automatically setting system parameters may include: setting the following system parameters according to the requirements of the micro-service management platform: maximum number of opened files, firewall, system safety protection, system time related parameters and the like.
And step 14, automatically building a local source.
And local sources are established, so that the local installation of the software is facilitated, and the offline installation of the software is realized.
Specifically, building a local source may include: acquiring path information of an rpm file in an installation file package; configuring a repo source file using the path information; placing the configured repo source file under a source file path of the system; the cached local sources are read and initialized. According to the method, the micro-service management platform does not need to be downloaded and installed by software in the installation and deployment process from an external network in the local installation process, the local installation of common software can be realized, the method is convenient and fast, and the influence of network reasons on the installation efficiency in the installation process is greatly reduced.
And step 15, automatically installing the dependent software.
Specifically, automatically installing the dependent software may include:
step 151, installing a jQuery component;
step 152, installing docker software;
step 153, creating and compiling a docker configuration file;
step 154, installing docker _ composition;
step 155, install the local private image repository to directly save the image as a local image file, and directly load the local image file as an image in the private image repository during the deployment process.
Software such as jQuery, docker and the like can be automatically installed according to the requirements of the micro-service management platform.
The jQuery is a quick and simple JavaScript frame, and can be pre-installed to meet the development requirements of users and the normal operation of components.
Because the functional components on the micro-service administration management platform are mainly started and operated in a container service mode, the docker software is important dependent software of the micro-service administration management platform, and configuration files of the software can be configured according to the requirements of the micro-service administration management platform, wherein the configuration files comprise parameters such as an access trust list, a data storage path and the like, so that the software can be normally started and used in the environment.
The parallel starting plug-in socket _ composition of the socket is installed, a plurality of socket containers can be started simultaneously by using the plug-in socket, the running time and the code scale for starting the micro-service administration component containers one by one can be shortened, and the containers can be started more conveniently.
The method comprises the steps of installing a local private mirror image warehouse, directly storing mirror images as local mirror image files, and directly loading the mirror image files into mirror images in the private mirror image warehouse in the deployment process, so that the starting process of mirror image service is simplified, local source code compiling is not needed, then the local source code compiling is uploaded to the mirror image warehouse, the related complex steps of source code compiling are omitted in the installation process, and the deployment of the micro-service administration management platform is more convenient and simpler. In addition, the mirror image service in the mirror image warehouse can be pulled to carry out localized operation at any time according to the requirement.
And step 16, automatically starting the micro-service treatment component.
Specifically, initiating the micro-service administration component may include:
step 161, generating a yaml file according to the current environment;
step 162, pulling the mirror image according to the yaml file;
and 163, starting the component container and the database, automatically restarting the corresponding component container under the condition of unsuccessful starting, and prompting a user if the component container is not started successfully after the first preset condition is met.
And generating a yaml file according to the current environment, wherein parameters such as an IP address, a service port and the like corresponding to the yaml file correspond to the current environment one by one, so that the subsequent starting of the administration component is facilitated. And pulling the mirror image according to the yaml file, starting the mirror image of the bottom database at first, ensuring the data storage condition of the functional component of the administration management platform, and then starting the functional component container. In one example, more than one functional component container may be launched 50.
If the individual component is not successfully started in the starting process, the component which is not successfully started for the first time is started again, and manual intervention can be reduced. If the starting of the functional component container is still failed by a plurality of attempts, the related component information and the component starting command are collected and the user is prompted to execute the component starting command, so that the starting of the functional component container is more convenient and intelligent.
And step 17, automatically initializing the micro-service administration component.
Specifically, initializing the micro-service administration component may include: running the automatic configuration script of the component service in each container, and carrying out initialization configuration on each component service; after the initialization configuration, the butt joint condition of the component and the database is detected, the initialization configuration is automatically carried out on the corresponding component service again under the condition that the database does not have the corresponding library of the component, and if the second preset condition is met and the initialization is not successful, a user is prompted.
Initializing the service, enabling the component containers to enter each container after being started, operating the component service automatic configuration scripts in each container, and performing initialization configuration on each component service according to the functions of different components, so that the component service can work normally, and normal use of various functions of the micro-service administration management platform is realized.
The method comprises the steps of automatically checking the butt joint condition of components and a database after initialization, and judging that the components are not initialized successfully when detecting that a database for storing data of a certain component does not exist because each component needs to create a corresponding library of the corresponding component in the database from the initialization execution to the last step, so that the components which are not initialized successfully for the first time can be started again, and manual intervention is reduced. If the initialization cannot be performed through a plurality of attempts, the related component information and the component initialization command are collected and the user is prompted to perform the initialization, so that the initialization of the functional component container is more convenient and intelligent.
And step 18, automatically initializing the micro-service administration management platform.
Specifically, automatically initializing the micro-service administration management platform may include: creating a resource space and a storage bucket required by the micro-service cluster; creating a default micro-service cluster; and creating a user account (such as a super user account of a Web UI interface) of the micro service administration management platform.
The method can initialize the whole platform when verifying that the basic functions of the micro-service management platform can be normally used, and prepares for the subsequent formal use of the service cluster.
An electronic device according to an embodiment of the application includes a memory and a processor.
The memory is to store non-transitory computer readable instructions. In particular, the memory may include one or more computer program products that may include various forms of computer-readable storage media, such as volatile memory and/or non-volatile memory. The volatile memory may include, for example, Random Access Memory (RAM), cache memory (cache), and/or the like. The non-volatile memory may include, for example, Read Only Memory (ROM), hard disk, flash memory, etc.
The processor may be a Central Processing Unit (CPU) or other form of processing unit having data processing capabilities and/or instruction execution capabilities, and may control other components in the electronic device to perform desired functions. In one embodiment of the present application, the processor is configured to execute the computer readable instructions stored in the memory.
Those skilled in the art should understand that, in order to solve the technical problem of how to obtain a good user experience, the present embodiment may also include well-known structures such as a communication bus, an interface, and the like, and these well-known structures should also be included in the protection scope of the present application.
For the detailed description of the present embodiment, reference may be made to the corresponding descriptions in the foregoing embodiments, which are not repeated herein.
An embodiment of the present application provides a computer-readable storage medium, where a computer program is stored, and when the computer program is executed by a processor, the computer program implements the above-mentioned automated deployment method for a micro-service administration management platform.
A computer-readable storage medium according to embodiments of the present application has non-transitory computer-readable instructions stored thereon. The non-transitory computer readable instructions, when executed by a processor, perform all or a portion of the steps of the methods of the embodiments of the present application as previously described.
The computer-readable storage media include, but are not limited to: optical storage media (e.g., CD-ROMs and DVDs), magneto-optical storage media (e.g., MOs), magnetic storage media (e.g., magnetic tapes or removable disks), media with built-in rewritable non-volatile memory (e.g., memory cards), and media with built-in ROMs (e.g., ROM cartridges).
Having described embodiments of the present application, the foregoing description is intended to be exemplary, not exhaustive, and not limited to the disclosed embodiments. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the described embodiments.

Claims (10)

1. An automatic deployment method of a micro-service administration management platform is characterized by comprising the following steps:
automatically checking an operating system version;
automatically checking the server configuration;
automatically setting system parameters;
automatically building a local source;
automatically installing the dependent software;
automatically starting the micro-service treatment component;
automatically initializing a micro-service administration component;
and automatically initializing the micro-service administration management platform.
2. The method of claim 1, wherein the automatic check server configuration comprises:
obtaining server configuration information, wherein the server configuration information comprises: basic network configuration information, network domain name resolution, network card configuration information, storage equipment mounting and partition information;
verifying the acquired server configuration information;
if the verification is not passed, prompt information is output to prompt the user.
3. The method of claim 1, wherein the automatically setting system parameters comprises:
setting the following system parameters according to the requirements of the micro-service management platform: maximum number of opened files, firewall, system safety protection and system time related parameters.
4. The method of claim 1, wherein automatically building a local source comprises:
acquiring path information of an rpm file in an installation file package;
configuring a repo source file using the path information;
placing the configured repo source file under a source file path of the system;
the cached local sources are read and initialized.
5. The method of claim 1, wherein automatically installing the dependent software comprises:
installing a jQuery component;
installing docker software;
creating and compiling a docker configuration file;
installing docker _ composition;
and installing a local private mirror image warehouse to directly store the mirror image as a local mirror image file, and directly loading the local mirror image file as the mirror image in the private mirror image warehouse in the deployment process.
6. The method of claim 1, wherein the initiating a micro-service administration component comprises:
generating a yaml file according to the current environment;
pulling the mirror image according to the yaml file;
and starting the component container and the database, automatically restarting the corresponding component container under the condition of unsuccessful starting, and prompting a user if the component container is not started successfully after the first preset condition is reached.
7. The method of claim 1, wherein initializing a micro-service administration component comprises:
running the automatic configuration script of the component service in each container, and carrying out initialization configuration on each component service;
after the initialization configuration, the butt joint condition of the component and the database is detected, the initialization configuration is automatically carried out on the corresponding component service again under the condition that the database does not have the corresponding library of the component, and if the second preset condition is met and the initialization is not successful, a user is prompted.
8. The method of claim 1, wherein automatically initializing a micro-service abatement management platform comprises:
creating a resource space and a storage bucket required by the micro-service cluster;
creating a default micro-service cluster;
and creating a user account of the micro-service administration management platform.
9. An electronic device, characterized in that the electronic device comprises:
a memory storing executable instructions;
a processor executing the executable instructions in the memory to implement the method of any one of claims 1-8.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program which, when executed by a processor, implements the method of any one of claims 1-8.
CN201911357812.0A 2019-12-25 2019-12-25 Automatic deployment method of micro-service administration management platform and electronic equipment Pending CN111198695A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911357812.0A CN111198695A (en) 2019-12-25 2019-12-25 Automatic deployment method of micro-service administration management platform and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911357812.0A CN111198695A (en) 2019-12-25 2019-12-25 Automatic deployment method of micro-service administration management platform and electronic equipment

Publications (1)

Publication Number Publication Date
CN111198695A true CN111198695A (en) 2020-05-26

Family

ID=70746753

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911357812.0A Pending CN111198695A (en) 2019-12-25 2019-12-25 Automatic deployment method of micro-service administration management platform and electronic equipment

Country Status (1)

Country Link
CN (1) CN111198695A (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111625362A (en) * 2020-05-29 2020-09-04 浪潮电子信息产业股份有限公司 Computing resource scheduling method and device and related components
CN111708571A (en) * 2020-06-17 2020-09-25 珠海宏桥高科技有限公司 Micro-service deployment method, device, electronic equipment and storage medium
CN111831289A (en) * 2020-06-30 2020-10-27 山东大学 Micro-service automatic deployment management system and method
CN111984648A (en) * 2020-08-19 2020-11-24 上海翘腾科技有限公司 Data initialization method and system under micro-service architecture
CN112256348A (en) * 2020-10-23 2021-01-22 北京浪潮数据技术有限公司 Cloud service platform creation method and system, electronic equipment and storage medium
CN112333004A (en) * 2020-10-13 2021-02-05 北京京东尚科信息技术有限公司 Container cluster gene-based proprietary cloud streaming type reconstruction and verification method and device
CN112506709A (en) * 2020-12-16 2021-03-16 北京航天智造科技发展有限公司 Micro-service treatment method and device
CN112527335A (en) * 2020-12-21 2021-03-19 恩亿科(北京)数据科技有限公司 Method, system and computer device for automating npm dependent package installation
WO2023280756A1 (en) * 2021-07-08 2023-01-12 Continental Automotive Gmbh Method for managing a memory area of a motor-vehicle electronic control unit
CN117032828A (en) * 2023-08-14 2023-11-10 江苏智先生信息科技有限公司 Batch automatic configuration method for customized special system platform

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106936636A (en) * 2017-03-15 2017-07-07 无锡华云数据技术服务有限公司 A kind of implementation method of the cloud computing test platform of rapid deployment containerization
CN110502244A (en) * 2019-07-11 2019-11-26 新华三大数据技术有限公司 Dispose the method and device of Kubernetes cluster

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106936636A (en) * 2017-03-15 2017-07-07 无锡华云数据技术服务有限公司 A kind of implementation method of the cloud computing test platform of rapid deployment containerization
CN110502244A (en) * 2019-07-11 2019-11-26 新华三大数据技术有限公司 Dispose the method and device of Kubernetes cluster

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
BLUE SUMMER: "k8s使用本地镜像", pages 1 - 2, Retrieved from the Internet <URL:https://blog.csdn.net/u010039418/article/details/86578420> *
KEEPYAN: "容器中Secret的基础使用教程", pages 1, Retrieved from the Internet <URL:https://cloud.tencent.com/developer/article/1376332> *
TONY BAI: "Kubernetes从Private Registry中拉取容器镜像的方法", pages 2, Retrieved from the Internet <URL:https://tonybai.com/2016/11/16/how-to-pull-images-from-private-registry-on-kubernetes-cluster/> *
付琳琳;邹素雯;: "微服务容器化部署的研究", no. 04 *

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111625362A (en) * 2020-05-29 2020-09-04 浪潮电子信息产业股份有限公司 Computing resource scheduling method and device and related components
CN111708571A (en) * 2020-06-17 2020-09-25 珠海宏桥高科技有限公司 Micro-service deployment method, device, electronic equipment and storage medium
CN111831289A (en) * 2020-06-30 2020-10-27 山东大学 Micro-service automatic deployment management system and method
CN111984648B (en) * 2020-08-19 2023-10-31 上海翘腾科技有限公司 Data initialization method and system under micro-service architecture
CN111984648A (en) * 2020-08-19 2020-11-24 上海翘腾科技有限公司 Data initialization method and system under micro-service architecture
CN112333004A (en) * 2020-10-13 2021-02-05 北京京东尚科信息技术有限公司 Container cluster gene-based proprietary cloud streaming type reconstruction and verification method and device
CN112256348A (en) * 2020-10-23 2021-01-22 北京浪潮数据技术有限公司 Cloud service platform creation method and system, electronic equipment and storage medium
CN112256348B (en) * 2020-10-23 2023-12-22 北京浪潮数据技术有限公司 Cloud service platform creation method and system, electronic equipment and storage medium
CN112506709A (en) * 2020-12-16 2021-03-16 北京航天智造科技发展有限公司 Micro-service treatment method and device
CN112527335A (en) * 2020-12-21 2021-03-19 恩亿科(北京)数据科技有限公司 Method, system and computer device for automating npm dependent package installation
CN112527335B (en) * 2020-12-21 2024-04-19 恩亿科(北京)数据科技有限公司 Method, system and computer device for automated processing npm dependent package installation
WO2023280756A1 (en) * 2021-07-08 2023-01-12 Continental Automotive Gmbh Method for managing a memory area of a motor-vehicle electronic control unit
CN117032828A (en) * 2023-08-14 2023-11-10 江苏智先生信息科技有限公司 Batch automatic configuration method for customized special system platform
CN117032828B (en) * 2023-08-14 2024-01-26 江苏智先生信息科技有限公司 Batch automatic configuration method for customized special system platform

Similar Documents

Publication Publication Date Title
CN111198695A (en) Automatic deployment method of micro-service administration management platform and electronic equipment
CN109814879B (en) Automatic CI/CD project deployment method and storage medium
US10929117B2 (en) Container image building using shared resources
US10241774B2 (en) Release lifecycle management system for multi-node application
WO2017045424A1 (en) Application program deployment system and deployment method
US9590872B1 (en) Automated cloud IT services delivery solution model
US8332496B2 (en) Provisioning of operating environments on a server in a networked environment
US20050262501A1 (en) Software distribution method and system supporting configuration management
US9298482B2 (en) Plug-in based templatization framework for automating the creation of open virtualization format virtual appliances
US20090307763A1 (en) Automated Test Management System and Method
US20130219388A1 (en) Component framework for virtual machines
US9747091B1 (en) Isolated software installation
US9542173B2 (en) Dependency handling for software extensions
US20220103555A1 (en) Service deployment method, device, system, and computer-readable storage medium
US9733918B2 (en) Using cloud patterns for installation on unmanaged physical machines and appliances
CN113642004A (en) Container mirror image security scanning and repairing method, device and equipment
CN112214227A (en) Edge server mirror image customization and deployment system and method
US9760364B2 (en) Checks for software extensions
CN114006815B (en) Automatic deployment method and device for cloud platform nodes, nodes and storage medium
US6681324B1 (en) Application appliance enabling operating system and applications to run from a CDROM by determining local configuration and license status
CN115357258B (en) Application deployment method and device, storage medium and electronic device
CN116302176A (en) Application program starting method and device and electronic equipment
CN115237441A (en) Upgrade test method, device and medium based on cloud platform
CN112564979B (en) Execution method and device of construction task, computer equipment and storage medium
CN114398155A (en) Method and system for configuring automatic deployment pipeline of application program

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination