CN116775048B - Rapid deployment method, device and medium based on software delivery - Google Patents

Rapid deployment method, device and medium based on software delivery Download PDF

Info

Publication number
CN116775048B
CN116775048B CN202311068235.XA CN202311068235A CN116775048B CN 116775048 B CN116775048 B CN 116775048B CN 202311068235 A CN202311068235 A CN 202311068235A CN 116775048 B CN116775048 B CN 116775048B
Authority
CN
China
Prior art keywords
software
information
delivery
product
software product
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.)
Active
Application number
CN202311068235.XA
Other languages
Chinese (zh)
Other versions
CN116775048A (en
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.)
Inspur General Software Co Ltd
Original Assignee
Inspur General Software Co Ltd
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 Inspur General Software Co Ltd filed Critical Inspur General Software Co Ltd
Priority to CN202311068235.XA priority Critical patent/CN116775048B/en
Publication of CN116775048A publication Critical patent/CN116775048A/en
Application granted granted Critical
Publication of CN116775048B publication Critical patent/CN116775048B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention discloses a rapid deployment method, device and medium based on software delivery, belongs to the technical field of software delivery, and is used for solving the technical problems that in the existing special machine device applied to special scenes, in the deployment process of software product components, the on-site delivery efficiency of the software product is low, the software product is difficult to correctly deploy in a specific scene, and the one-key deployment and installation of the software product are difficult. The method comprises the following steps: determining software configuration information corresponding to the delivery demand information according to the delivery demand information of the project product; according to the software configuration information, carrying out adaptation verification on the software product to obtain compatible verification information; acquiring the running environment information of the software product based on the compatibility verification information; according to the running environment information, carrying out customized integrated packaging treatment on the software product to obtain a specific requirement software package of the software product; and deploying the special-requirement software package on the hardware equipment through a preset software delivery script.

Description

Rapid deployment method, device and medium based on software delivery
Technical Field
The present disclosure relates to the field of software delivery, and in particular, to a method, an apparatus, and a medium for rapid deployment based on software delivery.
Background
Currently, there are two main scenarios for phase software delivery: deployment mode based on public cloud and deployment mode based on OP (on-process) private cloud.
In general, public cloud deployment can be deployed and installed on line, and a deployment scene of part of private cloud can also realize networking installation and deployment. However, in some places with higher confidentiality and security levels, the software cannot be deployed and installed on line. Because of the inability to network and the inability to remotely process, the operations of software acquisition, compilation, packaging, installation, etc. must be performed by a deliverer on site for a particular software and hardware environment. Meanwhile, in some deployment scenarios, it is also required that the software must be packaged into a specific format. In addition, the limited software scope of product support leads to the difficulty in meeting the requirements of both product requirements and safety requirements. Meanwhile, when a specific software and hardware environment is encountered in the delivery process, the on-site delivery efficiency and the probability of correct product deployment are low, and one-key deployment of various software is difficult to realize.
Disclosure of Invention
The embodiment of the application provides a rapid deployment method, device and medium based on software delivery, which are used for solving the following technical problems: the existing special machine equipment applied to special scenes is low in site delivery efficiency in the process of deploying software product components, and is difficult to correctly deploy in the special scenes, so that one-key deployment and installation of the software products are difficult.
The embodiment of the application adopts the following technical scheme:
in one aspect, an embodiment of the present application provides a rapid deployment method based on software delivery, including: determining software configuration information corresponding to delivery demand information according to the delivery demand information of the project product; according to the software configuration information, carrying out adaptation verification on the software product to obtain compatible verification information; acquiring the running environment information of the software product based on the compatibility verification information; according to the running environment information, carrying out customized integrated packaging processing on the software product to obtain a specific requirement software package of the software product; and deploying the specific-requirement software package on hardware equipment through a preset software delivery script so as to realize the normal operation of the software product on the hardware equipment.
According to the method and the device, the running environment information of the software product is obtained, after the customized integrated packaging of the software product is carried out, the software which is not originally installed in the system can be not relied on to run, the software with various requirements can be deployed and installed in the hardware device through one key, and the delivery of multiple packaging and test verification are avoided. Meanwhile, the safety examination of the source code can be carried out by controlling the source code, so that the safety problem of the operation of a software product is avoided, and a proper version is selected for packaging and compiling by version control, so that the safety configuration and performance problems of the software are solved, and the deployment efficiency of the on-site delivery of the software is improved.
In a possible implementation manner, according to delivery requirement information of a project product, determining software configuration information corresponding to the delivery requirement information specifically includes: the demand information of the project products is associated with the functional information to be configured of the software one by one, and the delivery demand information is obtained; carrying out configuration requirement judgment on the software configuration parameters according to the delivery requirement information to obtain the software configuration information; wherein the software configuration parameters at least include: cache database, message queue, service registration, reverse proxy, version update, and application exposure.
In a possible implementation manner, according to the software configuration information, performing adaptation verification on a software product to obtain compatible verification information, which specifically includes: based on the software configuration information, pre-compiling and installing the software product according to a preset operating system version and architecture to obtain pre-running information of the software product; the pre-compiling and installing is an adaptive operation of compiling and installing the software product by using a preset special machine system; and according to the pre-running information, carrying out verification on version compatibility and code running safety of the software product to obtain compatibility verification information based on the special machine system.
In a possible implementation manner, based on the compatibility verification information, the method for obtaining the running environment information of the software product specifically includes: if the compatibility verification information is the compatibility verification passing information, determining the running environment information of the software product based on a software product to-be-run component in hardware equipment corresponding to the project product; wherein, the operation environment information at least comprises: CPU architecture, operating system version, compiled language run version, and glibc component version.
In a possible implementation manner, according to the running environment information, the software product is subjected to customized integrated packaging processing to obtain a specific requirement software package of the software product, which specifically includes: based on the running environment information, adaptively modifying running environment variables, execution file paths and link library files of the compiling language in the software product to obtain the adaptive compiling language of the software product; the adaptive compiling language is used for ensuring that the software product can normally run in hardware equipment; compiling the adaptive compiling language into a product catalog of the software product to obtain a customized version of the software product; wherein the customized version of the software product comprises at least: a specific version of python and a specific version of erlang; and carrying out centralized packaging processing on the software products of the customized version to obtain the specific-requirement software package.
In a possible implementation manner, before the customized integrated packaging processing is performed on the software product according to the running environment information, and a specific requirement software package of the software product is obtained, the method further includes: generating an environment configuration file in the software product according to the running environment information; the environment configuration file is used for matching and adapting to environment password information and environment basic setting information in the operation environment information; and based on a preset software starting script, performing self-adaptive starting on the software configuration parameters in the software product to finish the mutual matching setting of the software configuration parameters and the running environment information.
In a possible implementation manner, the specific requirement software package is deployed on the hardware device through a preset software delivery script, which specifically includes: carrying out compatible identification on a CPU architecture and an operating system version of a system in the hardware equipment through the software delivery script to obtain a to-be-matched requirement software package; screening the corresponding names of the specific demand software packages according to the RPM file names in the demand software packages to be matched to obtain specific demand software packages conforming to the RPM file names; and carrying out delivery transmission on the hardware equipment on the specific demand software package conforming to the RPM file name, and carrying out one-time deployment on a plurality of software products in the specific demand software package so as to realize normal operation of a plurality of software products on the hardware equipment.
In a possible implementation manner, before the specific requirement software package is deployed on the hardware device through the preset software delivery script, the method further includes: and based on the running environment information, performing security inspection of control source codes on the existing software products in the hardware equipment so as to ensure that the hardware equipment can normally run a plurality of software products in the specific-requirement software package.
In a second aspect, embodiments of the present application further provide a rapid deployment device based on software delivery, the device including: at least one processor; and a memory communicatively coupled to the at least one processor; wherein the memory stores instructions executable by the at least one processor to enable the at least one processor to perform a rapid deployment method based on software delivery as described in any one of the embodiments above.
In a third aspect, an embodiment of the present application further provides a non-volatile computer storage medium, where the storage medium is a non-volatile computer readable storage medium, where at least one program is stored in the non-volatile computer readable storage medium, where each program includes instructions that, when executed by a terminal, cause the terminal to perform a rapid deployment method based on software delivery according to any one of the foregoing embodiments.
The application provides a rapid deployment method, equipment and medium based on software delivery, which has the beneficial effects that compared with the prior art: firstly, through acquiring the running environment information of the software product, after the customized integrated packaging of the software product is carried out, the software can be run independently of software which is not originally installed in a system, and software with various requirements can be deployed and installed in hardware equipment by one key, so that the delivery of multiple packaging and test verification are avoided. Meanwhile, the safety examination of the source code can be carried out by controlling the source code, so that the safety problem of the operation of a software product is avoided, and a proper version is selected for packaging and compiling by version control, so that the safety configuration and performance problems of the software are solved, and the deployment efficiency of the on-site delivery of the software is improved.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings that are required to be used in the embodiments or the description of the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments described in the present application, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art. In the drawings:
FIG. 1 is a flowchart of a method for rapid deployment based on software delivery according to an embodiment of the present application;
fig. 2 is a schematic structural diagram of a rapid deployment device based on software delivery according to an embodiment of the present application.
Detailed Description
In order to better understand the technical solutions in the present application, the following description will clearly and completely describe the technical solutions in the embodiments of the present application with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only some embodiments of the present application, not all embodiments. All other embodiments, which can be made by one of ordinary skill in the art based on the embodiments herein without making any inventive effort, shall fall within the scope of the present application.
The embodiment of the application provides a rapid deployment method based on software delivery, as shown in fig. 1, the rapid deployment method based on software delivery specifically comprises steps S101-S105:
it should be noted that, by using a system version installed by a special purpose machine system, compiling and packaging of specific software required by a product is performed on a server of a specific physical architecture, products developed based on different grammars, such as java, python, erlang, go, c and c++ are integrated and packaged, and the products can be run independent of software installed in a non-system after packaging is performed by binding of an operation environment variable and a relative or absolute path based on a self-contained mode of a compiling file. The software with various requirements can be deployed and installed by one key, and multiple packaging and test verification of delivery are avoided. And the source code security inspection can be performed by controlling the source code, so that the security problem is avoided, and the proper version is selected for packaging and compiling and the running security problem, security configuration, performance problem and the like of the software on the hardware equipment are solved by version control.
S101, determining software configuration information corresponding to the delivery demand information according to the delivery demand information of the project product.
Specifically, the demand information of the project product is firstly obtained, then the demand information of the project product is in one-to-one association with the functional information to be configured of the software, and delivery demand information is obtained, namely the product delivery demand information required by the software deployment is obtained by performing one-to-one association according to the project demand information and the corresponding functional information to be configured. And then, carrying out configuration requirement judgment on the software configuration parameters according to the delivery requirement information to obtain the software configuration information. Wherein, the software configuration parameters at least comprise: cache database, message queue, service registration, reverse proxy, version update, and application exposure.
In one embodiment, the demand information for the project product needs to be associated with the delivery of the software product, the delivery demand information is generated, and then all corresponding software configuration information needed for the project delivery is obtained, such as whether the software delivery needs to cache a database, a message queue, service registration discovery software, a reverse proxy, and application exposure software. And the conditions of version, dependence and the like of the software configuration parameters are determined to be needed, and the software configuration information for the associated configuration of the software product is generated.
S102, carrying out adaptation verification on the software product according to the software configuration information to obtain compatible verification information.
Specifically, the software product is compiled and installed in advance based on the software configuration information according to a preset operating system version and architecture, and pre-running information of the compiled and installed software product is obtained. Wherein, the pre-compiling and installing is the suitability operation of compiling and installing the software product by using a preset special machine system. And according to the pre-running information, carrying out verification on version compatibility and code running safety of the software product to obtain compatibility verification information based on a special machine system.
In one embodiment, software product version compatibility testing and selection is performed based on software configuration information. And code security scanning of related software products is carried out, and it is determined that the software delivered and deployed at the time has no compatibility problem and security problem, that is, one-time adaptation verification is needed. And according to a specific architecture and a special machine operating system, performing precompiled installation operation on the software product. The precompiled installation operation uses a special machine to perform equivalent operating system version and architecture, after compiling and installing are successful, compatibility verification is performed again according to the prerun information, the fact that software installed on hardware equipment subsequently meets the product requirements is guaranteed, and specific verification modes include product starting verification, function walking checking and the like.
S103, based on the compatibility verification information, the running environment information of the software product is obtained.
Specifically, whether the information content passes or not is judged on the compatibility verification information, and if the compatibility verification information is the compatibility verification passing information, the running environment information of the software product is determined based on a software product to-be-run component in hardware equipment corresponding to the project product. Wherein the operation environment information at least comprises: CPU architecture, operating system version, compiled language run version, and glibc component version.
In one embodiment, based on the to-be-operated components of the software product in the hardware device corresponding to the project product, the operation environment of the to-be-deployed delivery software, such as information of a CPU architecture, an operating system and the like, and content of a component version, a CPU architecture information and the like of operation glibc and the like necessary for the software, is determined, so that after the compatibility verification information is the compatibility verification passing information, the operation environment of the software product is properly compiled and cut, and the delivery software can normally operate after the hardware device is installed.
S104, carrying out customized integrated packaging processing on the software product according to the running environment information to obtain a specific-requirement software package of the software product.
Specifically, an environment configuration file is generated at a corresponding location of the software product according to the determined operating environment information. The environment configuration file is used for matching environment password information and environment basic setting information in the adaptive operation environment information. And based on a preset software starting script, performing self-adaptive starting on the software configuration parameters in the software product to finish the mutual matching setting of the software configuration parameters and the running environment information.
In one embodiment, the modification of the environment password information and the environment base set-up information is preferably based on the operating environment information, i.e. the generation of a new environment configuration file in the software product, by merely modifying the configuration file. Based on a preset starting script, the software can be started by one key, such as a memory database redis, a message queue rubbitmq (based on the running time of erlang), a nicos (based on java) and a nginx (based on the development of C language), so as to complete the mutual matching setting of software configuration parameters and running environment information.
Further, based on the running environment information, the running environment variables, the execution file paths and the link library files of the compiling language in the software product are adaptively modified, so that the adaptive compiling language of the software product is obtained. The adaptive compiling language is used for ensuring that the software product can normally run in hardware equipment. And compiling the adaptive compiling language into a product catalog of the software product to obtain the software product with the customized version. Wherein the customized version of the software product comprises at least: a specific version of python and a specific version of erlang. And carrying out centralized packaging processing on the software products of the customized version to obtain the software package with specific requirements.
In one embodiment, part of software running environment information variables are compiled under a software product directory, so that the problems of mutual dependency of software components and the like can be solved. For example, the software product requires packaging Java binary system, ensuring that the software can run normally, and then customizing adaptive modification can be performed on the corresponding execution path to obtain the adaptive compiling language of the software product.
In one embodiment, the software product of the customized version is packaged, and the packaging method can use a linux specific software package mode, and the basic mode is as follows: and packaging the required file and the configuration file required to be relied on together with the running environment information variable in an rpmbuild mode. In order to avoid the need of packing one piece of software for multiple times during packing, software without relation and even conflict can be packed together, and the running environment information variable can be specifically modified through the pre-script customized by different software products. Or directly including a package file, a class library and the like with specific requirements in the file of the product, and then injecting a link library file or an encryption and decryption link library file with specific version for centralized packaging treatment to obtain a software package with specific requirements so as to ensure that the software product can normally run after the subsequent hardware equipment is installed.
And S105, finally, deploying the software package with specific requirements on the hardware equipment through a preset software delivery script so as to realize the normal operation of the software product on the hardware equipment.
Specifically, based on the operation environment information, security inspection of control source codes is performed on software products existing in the hardware device, so that the hardware device can normally operate a plurality of software products in a specific-demand software package.
Further, through the software delivery script, compatibility identification is carried out on the CPU architecture and the operating system version of the system in the hardware equipment, and the software package with the requirements to be matched is obtained. And then screening the corresponding names of the specific demand software packages according to the RPM file names in the demand software packages to be matched, so as to obtain the specific demand software packages conforming to the RPM file names. And finally, delivering and transmitting the specific demand software package conforming to the RPM file name on the hardware equipment, and deploying a plurality of software products in the specific demand software package at one time to realize the normal operation of a plurality of software products on the hardware equipment.
In one embodiment, through a software delivery script, a CPU architecture and an operating system version of a system in hardware equipment are automatically checked to carry out compatibility identification, a demand software package to be matched is obtained, screening of corresponding names is carried out on specific demand software packages according to RPM (remote sensing) file names in the demand software package to be matched, the specific demand software packages conforming to the RPM file names are fed back, and then the specific demand software packages are presented to on-site delivery personnel to help the on-site delivery personnel select customized specific demand software packages to carry out final deployment delivery, so that the selection pressure of delivery is reduced, and the workload of repeated times is avoided for one deployment installation process. The software with various requirements can be deployed and installed in hardware equipment by one key, and multiple packaging and test verification of delivery are avoided. Meanwhile, the safety examination of the source code can be carried out by controlling the source code, so that the safety problem of the operation of a software product is avoided, and a proper version is selected for packaging and compiling by version control, so that the safety configuration and performance problems of the software are solved, and the deployment efficiency of the on-site delivery of the software is improved.
In addition, the embodiment of the application further provides a rapid deployment device based on software delivery, as shown in fig. 2, the rapid deployment device 200 based on software delivery specifically includes:
at least one processor 201. And a memory 202 communicatively coupled to the at least one processor 201. Wherein the memory 202 stores instructions executable by the at least one processor 201 to enable the at least one processor 201 to perform:
determining software configuration information corresponding to the delivery demand information according to the delivery demand information of the project product;
according to the software configuration information, carrying out adaptation verification on the software product to obtain compatible verification information;
acquiring the running environment information of the software product based on the compatibility verification information;
according to the running environment information, carrying out customized integrated packaging treatment on the software product to obtain a specific requirement software package of the software product;
and deploying the software package with specific requirements on the hardware equipment through a preset software delivery script so as to realize the normal operation of the software product on the hardware equipment.
The application provides a rapid deployment method, device and medium based on software delivery, which can operate independent of software originally installed in a non-system after customizing integrated packaging of a software product by acquiring the operation environment information of the software product, can deploy and install software with various requirements in hardware equipment by one key, and avoids multiple times of packaging and test verification of delivery. Meanwhile, the safety examination of the source code can be carried out by controlling the source code, so that the safety problem of the operation of a software product is avoided, and a proper version is selected for packaging and compiling by version control, so that the safety configuration and performance problems of the software are solved, and the deployment efficiency of the on-site delivery of the software is improved.
All embodiments in the application are described in a progressive manner, and identical and similar parts of all embodiments are mutually referred, so that each embodiment mainly describes differences from other embodiments. In particular, for apparatus, non-volatile computer storage medium embodiments, the description is relatively simple, as it is substantially similar to method embodiments, with reference to the section of the method embodiments being relevant.
The devices and media provided in the embodiments of the present application are in one-to-one correspondence with the methods, so that the devices and media also have similar beneficial technical effects as the corresponding methods, and since the beneficial technical effects of the methods have been described in detail above, the beneficial technical effects of the devices and media are not described in detail herein.
It will be appreciated by those skilled in the art that embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The memory may include volatile memory in a computer-readable medium, random Access Memory (RAM) and/or nonvolatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of computer-readable media.
Computer readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of storage media for a computer include, but are not limited to, phase change memory (PRAM), static Random Access Memory (SRAM), dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), read Only Memory (ROM), electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape disk storage or other magnetic storage devices, or any other non-transmission medium, which can be used to store information that can be accessed by a computing device. Computer-readable media, as defined herein, does not include transitory computer-readable media (transmission media), such as modulated data signals and carrier waves.
The foregoing is merely exemplary of the present application and is not intended to limit the present application. Various modifications and variations of the embodiments of the present application will be apparent to those skilled in the art. Any modifications, equivalent substitutions, improvements, etc. which are within the spirit and principles of the embodiments of the present application are intended to be included within the scope of the present application.

Claims (7)

1. A method for rapid deployment based on software delivery, the method comprising:
determining software configuration information corresponding to delivery demand information according to the delivery demand information of the project product;
according to the software configuration information, carrying out adaptation verification on the software product to obtain compatible verification information, wherein the method specifically comprises the following steps:
based on the software configuration information, pre-compiling and installing the software product according to a preset operating system version and architecture to obtain pre-running information of the software product; the pre-compiling and installing is an adaptive operation of compiling and installing the software product by using a preset special machine system;
according to the pre-running information, carrying out verification on version compatibility and code running safety of the software product to obtain compatibility verification information based on the special machine system;
acquiring the running environment information of the software product based on the compatibility verification information;
and carrying out customized integrated packaging processing on the software product according to the running environment information to obtain a specific requirement software package of the software product, wherein the specific requirement software package comprises the following specific steps:
based on the running environment information, adaptively modifying running environment variables, execution file paths and link library files of the compiling language in the software product to obtain the adaptive compiling language of the software product; the adaptive compiling language is used for ensuring that the software product can normally run in hardware equipment;
compiling the adaptive compiling language into a product catalog of the software product to obtain a customized version of the software product; wherein the customized version of the software product comprises at least: a specific version of python and a specific version of erlang;
generating an environment configuration file in the software product according to the running environment information; the environment configuration file is used for matching and adapting to environment password information and environment basic setting information in the operation environment information;
based on a preset software starting script, performing self-adaptive starting on software configuration parameters in the software product to complete mutual matching setting of the software configuration parameters and the running environment information;
carrying out centralized packaging processing on the software products of the customized version to obtain the specific-requirement software package;
and deploying the specific-requirement software package on hardware equipment through a preset software delivery script so as to realize the normal operation of the software product on the hardware equipment.
2. The rapid deployment method based on software delivery according to claim 1, wherein determining software configuration information corresponding to delivery demand information of a project product according to the delivery demand information comprises:
the demand information of the project products is associated with the functional information to be configured of the software one by one, and the delivery demand information is obtained;
carrying out configuration requirement judgment on the software configuration parameters according to the delivery requirement information to obtain the software configuration information; wherein the software configuration parameters at least include: cache database, message queue, service registration, reverse proxy, version update, and application exposure.
3. The rapid deployment method based on software delivery according to claim 1, wherein the obtaining the operating environment information of the software product based on the compatibility verification information specifically comprises:
if the compatibility verification information is the compatibility verification passing information, determining the running environment information of the software product based on a software product to-be-run component in hardware equipment corresponding to the project product; wherein, the operation environment information at least comprises: CPU architecture, operating system version, compiled language run version, and glibc component version.
4. The rapid deployment method based on software delivery according to claim 1, wherein the deployment on the hardware device of the specific-demand software package is performed by presetting a software delivery script, specifically comprising:
carrying out compatible identification on a CPU architecture and an operating system version of a system in the hardware equipment through the software delivery script to obtain a to-be-matched requirement software package;
screening the corresponding names of the specific demand software packages according to the RPM file names in the demand software packages to be matched to obtain specific demand software packages conforming to the RPM file names;
and carrying out delivery transmission on the hardware equipment on the specific demand software package conforming to the RPM file name, and carrying out one-time deployment on a plurality of software products in the specific demand software package so as to realize normal operation of a plurality of software products on the hardware equipment.
5. The rapid deployment method based on software delivery of claim 4, wherein before deploying the specific-requirement software package on a hardware device by a preset software delivery script, the method further comprises:
and based on the running environment information, performing security inspection of control source codes on the existing software products in the hardware equipment so as to ensure that the hardware equipment can normally run a plurality of software products in the specific-requirement software package.
6. A rapid deployment device based on software delivery, the device comprising:
at least one processor; the method comprises the steps of,
a memory communicatively coupled to the at least one processor; wherein,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform a rapid deployment method based on software delivery according to any one of claims 1-5.
7. A non-volatile computer storage medium, characterized in that the storage medium is a non-volatile computer readable storage medium storing at least one program, each of said programs comprising instructions, which when executed by a terminal, cause the terminal to perform a fast deployment method based on software delivery according to any of claims 1-5.
CN202311068235.XA 2023-08-24 2023-08-24 Rapid deployment method, device and medium based on software delivery Active CN116775048B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311068235.XA CN116775048B (en) 2023-08-24 2023-08-24 Rapid deployment method, device and medium based on software delivery

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311068235.XA CN116775048B (en) 2023-08-24 2023-08-24 Rapid deployment method, device and medium based on software delivery

Publications (2)

Publication Number Publication Date
CN116775048A CN116775048A (en) 2023-09-19
CN116775048B true CN116775048B (en) 2024-01-16

Family

ID=87994881

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311068235.XA Active CN116775048B (en) 2023-08-24 2023-08-24 Rapid deployment method, device and medium based on software delivery

Country Status (1)

Country Link
CN (1) CN116775048B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117407008B (en) * 2023-12-14 2024-04-19 之江实验室 System component cluster deployment method and device for microminiature data center

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2009109925A2 (en) * 2008-03-04 2009-09-11 Rico Raja Method and apparatus for user customizable software deployment
CN110308911A (en) * 2019-07-09 2019-10-08 西安点告网络科技有限公司 Software program delivery method, device, terminal and storage medium
CN110727440A (en) * 2019-10-08 2020-01-24 中国电子科技集团公司第二十八研究所 Software packaging method
CN111831396A (en) * 2020-07-10 2020-10-27 融慧金科金融服务外包(北京)有限公司 Docker software and hardware integration-based delivery method and device
CN112130962A (en) * 2020-09-29 2020-12-25 中国银行股份有限公司 Continuous delivery platform and method for deploying application system by using same
CN114281399A (en) * 2021-11-17 2022-04-05 苏州浪潮智能科技有限公司 Distributed application packaging delivery method, system, terminal and storage medium
CN114879976A (en) * 2021-02-05 2022-08-09 北京金山云网络技术有限公司 Version environment deployment method and device and electronic equipment
CN115268929A (en) * 2022-07-26 2022-11-01 成都智元汇信息技术股份有限公司 Extremely simple operation and maintenance method supporting light delivery deployment
CN115809080A (en) * 2022-12-01 2023-03-17 浪潮卓数大数据产业发展有限公司 Software product management method, equipment and medium for private cloud architecture
CN116301916A (en) * 2023-02-15 2023-06-23 北京百度网讯科技有限公司 Service deployment method, device, electronic equipment and storage medium

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2009109925A2 (en) * 2008-03-04 2009-09-11 Rico Raja Method and apparatus for user customizable software deployment
CN110308911A (en) * 2019-07-09 2019-10-08 西安点告网络科技有限公司 Software program delivery method, device, terminal and storage medium
CN110727440A (en) * 2019-10-08 2020-01-24 中国电子科技集团公司第二十八研究所 Software packaging method
CN111831396A (en) * 2020-07-10 2020-10-27 融慧金科金融服务外包(北京)有限公司 Docker software and hardware integration-based delivery method and device
CN112130962A (en) * 2020-09-29 2020-12-25 中国银行股份有限公司 Continuous delivery platform and method for deploying application system by using same
CN114879976A (en) * 2021-02-05 2022-08-09 北京金山云网络技术有限公司 Version environment deployment method and device and electronic equipment
CN114281399A (en) * 2021-11-17 2022-04-05 苏州浪潮智能科技有限公司 Distributed application packaging delivery method, system, terminal and storage medium
CN115268929A (en) * 2022-07-26 2022-11-01 成都智元汇信息技术股份有限公司 Extremely simple operation and maintenance method supporting light delivery deployment
CN115809080A (en) * 2022-12-01 2023-03-17 浪潮卓数大数据产业发展有限公司 Software product management method, equipment and medium for private cloud architecture
CN116301916A (en) * 2023-02-15 2023-06-23 北京百度网讯科技有限公司 Service deployment method, device, electronic equipment and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
一种基于微服务架构的新型云件PaaS平台;郭栋;王伟;曾国荪;;信息网络安全(11);全文 *
一种面向数值模拟软件的持续集成平台;单雅辉;刘青凯;杨章;田鸿运;邹勇刚;;计算机辅助工程(03);全文 *

Also Published As

Publication number Publication date
CN116775048A (en) 2023-09-19

Similar Documents

Publication Publication Date Title
CN108551487B (en) Application deployment method, device, server and storage medium of PaaS platform
CN108595221B (en) Plug-in loading method, device, server and storage medium of PaaS platform
CN116775048B (en) Rapid deployment method, device and medium based on software delivery
CN110727440B (en) Software packaging method
US20160110183A1 (en) Fast deployment across cloud platforms
CN103577206A (en) Method and device for installing application software
CN108829593A (en) Code coverage calculation and analysis methods, device, equipment and storage medium
CN111309336B (en) Deployment method and device of distributed application
CN106873960B (en) Application software updating method and device
CN109597626B (en) Component deployment method and device
CN104346167A (en) Method and device for generating application channel package
CN107273142B (en) Program updating method, program running method and device
CN110442347B (en) Method and device for compiling installation package, electronic equipment and readable storage medium
CN113934426A (en) Software package processing method, device, system, equipment and medium
CN110888655A (en) Application publishing method and device
CN112148315A (en) Software deployment method, device, server and storage medium
CN112148297A (en) Intelligent server encryption and packaging method and device
CN109614159B (en) Method and device for distributing and importing planning tasks
CN113472579B (en) Configuration method, device and medium for accessing external network application program interface
CN112230930A (en) Method and device for constructing and packaging hybrid technology stack and machine-readable storage medium
CN115454575B (en) jar packet conversion and automatic loading method, device, equipment and storage medium
CN115883348A (en) Cobbler-based automatic deployment method, device and medium for all-in-one machine
CN113220314B (en) APP resource loading and APK generation method, device, equipment and medium
CN112114824B (en) Linux-based software deployment method and device
CN113157308A (en) Software packaging method, device and system

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
GR01 Patent grant
GR01 Patent grant