CN114527992A - Front-end engineering deployment method, equipment and medium based on WEB interface - Google Patents

Front-end engineering deployment method, equipment and medium based on WEB interface Download PDF

Info

Publication number
CN114527992A
CN114527992A CN202210060617.7A CN202210060617A CN114527992A CN 114527992 A CN114527992 A CN 114527992A CN 202210060617 A CN202210060617 A CN 202210060617A CN 114527992 A CN114527992 A CN 114527992A
Authority
CN
China
Prior art keywords
deployment
end engineering
package
engineering deployment
web interface
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.)
Withdrawn
Application number
CN202210060617.7A
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.)
Chaozhou Zhuoshu Big Data Industry Development Co Ltd
Original Assignee
Chaozhou Zhuoshu Big Data Industry Development 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 Chaozhou Zhuoshu Big Data Industry Development Co Ltd filed Critical Chaozhou Zhuoshu Big Data Industry Development Co Ltd
Priority to CN202210060617.7A priority Critical patent/CN114527992A/en
Publication of CN114527992A publication Critical patent/CN114527992A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

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

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The application discloses a front-end engineering deployment method, equipment and medium based on a WEB interface, which are used for solving the technical problems that most of the existing front-end engineering deployment methods are manually packaged, the required time cost is high and the error risk is high. The method comprises the following steps: the server receives the front-end engineering deployment request sent by the packaging module, and acquires a corresponding front-end engineering deployment package from the distributed storage module according to the front-end engineering deployment request; the front-end engineering deployment package is formed by packaging the front-end engineering deployment information filled on the WEB interface by a packaging module; sending the front-end engineering deployment package to a client to call the client and deploy the front-end engineering deployment package; and receiving the deployment state information fed back by the client, and executing corresponding deployment state response operation according to the deployment state information.

Description

Front-end engineering deployment method, equipment and medium based on WEB interface
Technical Field
The application relates to the technical field of computers, in particular to a front-end engineering deployment method, equipment and medium based on a WEB interface.
Background
With the continuous progress of project development, more and more front-end projects need to be managed and released. Most of management and release of front-end engineering need technicians to pack manually, and then the management and release are uploaded to a designated position of a server to be decompressed and then can be deployed, the deployment time cost and the debugging cost required in the process are high, once the deployment process is reported by mistake, iteration updating is difficult to be carried out quickly, and stable operation of a project environment is difficult to guarantee.
Disclosure of Invention
In order to solve the above problem, the present application provides a front-end engineering deployment method based on a WEB interface, including: the server receives a front-end engineering deployment request sent by the packaging module, and acquires a corresponding front-end engineering deployment package from the distributed storage module according to the front-end engineering deployment request; the front-end engineering deployment package is formed by packaging the front-end engineering deployment information filled on the WEB interface by a packaging module; sending the front-end engineering deployment package to a client to call the client and deploy the front-end engineering deployment package; and receiving the deployment state information fed back by the client, and executing corresponding deployment state response operation according to the deployment state information.
In an implementation manner of the present application, before the server receives the front-end engineering deployment request sent by the packaging module, the method further includes: the packaging module receives and analyzes front-end engineering deployment information submitted by a WEB interface, and packages the front-end engineering deployment information to obtain a corresponding front-end engineering deployment package; and storing the front-end engineering deployment package into the distributed storage module, and acquiring the corresponding storage position information of the front-end engineering deployment package in the distributed storage module.
In an implementation manner of the present application, after obtaining the corresponding front-end engineering deployment package from the distributed storage module, the method further includes: and the server analyzes the front-end engineering deployment package to obtain a static data package and an execution script corresponding to the front-end engineering deployment package.
In an implementation manner of the present application, the client is called to deploy the front-end engineering deployment package, and the method specifically includes: the client receives the static data packet and the execution script sent by the server, and stores the static data packet according to the corresponding resource path; and acquiring front-end engineering configuration corresponding to the static data package according to the execution script so that the execution script automatically deploys the front-end engineering deployment package according to the front-end engineering configuration.
In an implementation manner of the present application, according to the deployment state information, executing a corresponding deployment state response operation specifically includes: and under the condition that the deployment state information is failed to deploy, the server side outputs an error report log, and pulls the history front-end project deployment package of the previous version of the front-end project deployment package from the distributed storage module to roll back.
In an implementation manner of the present application, the front-end engineering deployment information is packaged to obtain a corresponding front-end engineering deployment package, which specifically includes: the packaging module determines codes, front-end project configuration and file directories of all branches in the corresponding front-end project according to the front-end project deployment information; and packaging the codes, the front-end engineering configuration and the file directory of each branch to generate a corresponding front-end engineering deployment package.
In an implementation manner of the present application, after storing the front-end engineering deployment package in the distributed storage module, the method further includes: the distributed storage module stores the front-end engineering deployment package in a redundant storage mode.
In an implementation manner of the present application, according to the deployment state information, executing a corresponding deployment state response operation specifically includes: and under the condition that the deployment state information is successfully deployed, the server returns the state prompt information of the successful deployment of the front-end project to the WEB interface, and updates the version number corresponding to the currently deployed front-end project.
The embodiment of the application provides a front-end engineering deployment device based on a WEB interface, which comprises:
at least one processor; and (c) a second step of,
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to cause the at least one processor to:
receiving a front-end engineering deployment request sent by a packaging module, and acquiring a corresponding front-end engineering deployment package from a distributed storage module according to the front-end engineering deployment request; the front-end engineering deployment package is formed by packaging the front-end engineering deployment information filled on the WEB interface by a packaging module;
sending the front-end engineering deployment package to a client to call the client and deploy the front-end engineering deployment package;
and receiving the deployment state information fed back by the client, and executing corresponding deployment state response operation according to the deployment state information.
An embodiment of the present application provides a non-volatile computer storage medium, which stores computer-executable instructions, and is characterized in that the computer-executable instructions are configured to:
receiving a front-end engineering deployment request sent by a packaging module, and acquiring a corresponding front-end engineering deployment package from a distributed storage module according to the front-end engineering deployment request; the front-end engineering deployment package is formed by packaging the front-end engineering deployment information filled on the WEB interface by a packaging module;
sending the front-end engineering deployment package to a client to call the client and deploy the front-end engineering deployment package;
and receiving the deployment state information fed back by the client, and executing corresponding deployment state response operation according to the deployment state information.
The method, the equipment and the medium for deploying the front-end engineering based on the WEB interface provided by the embodiment of the application have the following beneficial effects at least:
the packaging module can automatically package front-end engineering deployment information filled in from the WEB interface and generate a corresponding front-end engineering deployment package, so that data interaction between the packaging module and the WEB interface and automatic packaging of front-end engineering files are realized, operation of operation and maintenance personnel is reduced, and packaging efficiency is effectively improved. After the packaging is completed, the front-end engineering deployment package can be stored in a distributed mode, the disaster tolerance capability of the front-end engineering deployment package is guaranteed, and the usability is improved. The client is called by the server to execute the corresponding script so as to deploy the front-end deployment package, the automation degree of deployment is improved, and the client feeds back the corresponding deployment state information of the server in time, so that the server can timely take corresponding response operation according to the deployment state information, and the method has strong reliability and adaptability.
Drawings
The accompanying drawings, which are included to provide a further understanding of the application and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the application and together with the description serve to explain the application and not to limit the application. In the drawings:
fig. 1 is a schematic flowchart of a front-end engineering deployment method based on a WEB interface according to an embodiment of the present application;
fig. 2 is a schematic flowchart of another front-end engineering deployment method based on a WEB interface according to an embodiment of the present application;
fig. 3 is a schematic structural diagram of front-end engineering deployment equipment based on a WEB interface according to an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the technical solutions of the present application will be described in detail and completely with reference to the following specific embodiments of the present application and the accompanying drawings. It should be apparent that the described embodiments are only some of the embodiments of the present application, and not all of the embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments in the present application without making any creative effort belong to the protection scope of the present application.
The technical solutions provided by the embodiments of the present application are described in detail below with reference to the accompanying drawings.
As shown in fig. 1, an embodiment of the present application provides a front-end engineering deployment method based on a WEB interface, including:
s101: the server receives the front-end engineering deployment request sent by the packaging module, and acquires a corresponding front-end engineering deployment package from the distributed storage module according to the front-end engineering deployment request; the front-end engineering deployment package is formed by packaging the front-end engineering deployment information filled on the WEB interface by a packaging module.
The user can fill in front-end engineering deployment information such as resource paths, codes, configuration files and the like through the WEB interface. After the filling is finished, the WEB interface submits front-end engineering deployment information to the packaging module, the packaging module formats the submission request after receiving the corresponding submission request, and then packages the front-end engineering deployment information to obtain a corresponding front-end engineering deployment package. The packaging module can be a background script, and can determine codes, front-end engineering configurations and file directories of all branches in corresponding front-end engineering according to the front-end engineering deployment information, and then automatically package the codes, the front-end engineering configurations and the file directories of all branches in batches.
And after the automatic packaging is finished, the packaging module uploads the packaged front-end engineering deployment package to the distributed storage module. The distributed storage module can store the packed front-end engineering deployment package in a redundant storage mode so as to guarantee disaster tolerance of data, so that backup can be performed in time under the condition that data is in error or storage resources are lost, and normal operation of a project development environment is guaranteed. After the front-end engineering deployment package is stored in the distributed storage module, the packaging module can acquire distributed storage position information corresponding to the front-end engineering deployment package, so that the storage position information can be sent to the server, the server can acquire the corresponding front-end engineering deployment package from the distributed storage module according to the storage position information, and subsequent deployment work of front-end engineering is achieved.
After the packaging module acquires the distributed storage position information corresponding to the front-end engineering deployment package, a corresponding front-end engineering deployment request can be generated, and the front-end engineering deployment request is sent to the server. The server side obtains the front-end engineering deployment package from the distributed storage module according to the storage position information carried by the front-end engineering deployment request, and then analyzes the front-end engineering deployment package to obtain a static data package and an execution script corresponding to the front-end engineering deployment package, wherein the static data package is mainly used for storing resource information, front-end engineering configuration information and the like of a front-end engineering file, and the execution script is a pre-programmed automatic execution component and can perform automatic deployment of front-end engineering.
According to the embodiment of the application, the packaging module is used for packaging the front-end engineering, the related service deployment of the front-end engineering is carried out through the execution script, a series of automatic processes such as packaging and deployment of the front-end engineering are achieved, special technicians are not needed to carry out manual packaging and uploading, the time cost is saved, meanwhile, the error probability can be effectively reduced, the stable operation of the development environment is guaranteed, and the deployment efficiency is improved.
S102: and sending the front-end engineering deployment package to the client to call the client to deploy the front-end engineering deployment package.
After receiving the data packet corresponding to the front-end engineering deployment package and the execution script sent by the server, the client stores the data packet according to the resource path corresponding to the data packet, then calls the execution script, and obtains the front-end engineering configuration carried in the data packet, so that the front-end engineering deployment package can be automatically deployed according to the front-end engineering configuration in the process of executing the script command. The deployment of the front-end engineering is that the deployment information of the front-end engineering is essentially distributed on a server corresponding to the client, and the rapid deployment of the front-end engineering can be realized by executing the automatic deployment of the script, so that the deployment efficiency is improved.
S103: and receiving the deployment state information fed back by the client, and executing corresponding deployment state response operation according to the deployment state information.
And after the client finishes the deployment, returning deployment state information of successful deployment or failed deployment to the server. The server side can selectively execute corresponding deployment state response operation according to the deployment state information. The deployment state information is generally transmitted to the server in the form of a data packet, and the server can determine the current deployment state according to the state information field carried in the data packet, for example, if the state information field is 00, it indicates that deployment is erroneous, and if the state information field is 01 or 10, it indicates that deployment is successful.
Specifically, if the server receives the deployment state information of the failed deployment, the server outputs an error log, pulls the history front-end project deployment package of the previous version of the current deployment version from the distributed storage module, and then sends the history front-end project deployment package of the previous version to the client. Therefore, rollback of the deployment transaction can be realized, so that the project can be normally promoted according to the originally deployed front-end engineering under the condition of deployment errors, and the development and deployment of the next stage are not influenced. And if the server receives the deployment state information of successful deployment, the server returns the state prompt information of successful deployment of the front-end project to the WEB interface and updates the version number corresponding to the currently deployed front-end project.
Fig. 2 is a schematic flow chart of another front-end engineering deployment method based on a WEB interface according to an embodiment of the present application. As shown in fig. 2, after the front-end engineering deployment information is filled in the WEB interface, the packaging module analyzes the front-end engineering deployment information, automatically packages the front-end engineering deployment information, and then stores the front-end engineering deployment package generated after packaging in the distributed storage module. And the distributed storage module returns the corresponding storage position information to the packaging module.
And after receiving the front-end engineering deployment request, the server acquires a corresponding front-end engineering deployment package from the distributed storage module according to the storage position information carried in the front-end engineering deployment request, and analyzes the front-end engineering deployment request to acquire a corresponding static data package and an execution script. At the moment, the server calls the client, and deploys the front-end engineering deployment package through the execution script of the client. The client sends state prompt information of successful deployment of the front-end project to the server under the condition of successful deployment, and the server returns the state prompt information to the WEB interface; under the condition of unsuccessful deployment, the client sends prompt information of failure of front-end engineering deployment to the server, at this time, the server returns relevant state prompt information of failure deployment to the WEB interface, and acquires a front-end engineering deployment package of a previous version from the distributed storage module as a front-end engineering of a latest version for deployment application, so that rollback of the front-end deployment engineering is realized.
The above is the method embodiment proposed by the present application. Based on the same idea, some embodiments of the present application further provide a device and a non-volatile computer storage medium corresponding to the above method.
Fig. 3 is a schematic structural diagram of front-end engineering deployment equipment based on a WEB interface according to an embodiment of the present application. As shown in fig. 3, includes:
at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to cause the at least one processor to:
receiving a front-end engineering deployment request sent by a packaging module, and acquiring a corresponding front-end engineering deployment package from a distributed storage module according to the front-end engineering deployment request; the front-end engineering deployment package is formed by packaging the front-end engineering deployment information filled on the WEB interface by a packaging module;
sending the front-end engineering deployment package to a client to call the client and deploy the front-end engineering deployment package;
and receiving the deployment state information fed back by the client, and executing corresponding deployment state response operation according to the deployment state information.
A non-volatile computer storage medium provided in an embodiment of the present application stores computer-executable instructions, and the computer-executable instructions are configured to:
receiving a front-end engineering deployment request sent by a packaging module, and acquiring a corresponding front-end engineering deployment package from a distributed storage module according to the front-end engineering deployment request; the front-end engineering deployment package is formed by packaging the front-end engineering deployment information filled on the WEB interface by a packaging module;
sending the front-end engineering deployment package to a client to call the client and deploy the front-end engineering deployment package;
and receiving the deployment state information fed back by the client, and executing corresponding deployment state response operation according to the deployment state information.
The embodiments in the present application are described in a progressive manner, and the same and similar parts among the embodiments can be referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the device and media embodiments, the description is relatively simple as it is substantially similar to the method embodiments, and reference may be made to some descriptions of the method embodiments for relevant points.
The device and the medium provided by the embodiment of the application correspond to the method one to one, so the device and the medium also have the similar beneficial technical effects as the corresponding method, and the beneficial technical effects of the method are explained in detail above, so the beneficial technical effects of the device and the medium are not repeated herein.
As will be appreciated by one skilled in the art, 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 flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams 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.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of a computer-readable medium.
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 computer storage media 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 magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The above description is only an example of the present application and is not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement or the like made within the spirit and principle of the present application shall be included in the scope of the claims of the present application.

Claims (10)

1. A front-end engineering deployment method based on a WEB interface is characterized by comprising the following steps:
the server receives a front-end engineering deployment request sent by a packaging module, and acquires a corresponding front-end engineering deployment package from a distributed storage module according to the front-end engineering deployment request; the front-end engineering deployment package is formed by packaging the packaging module according to the front-end engineering deployment information filled on the WEB interface;
sending the front-end engineering deployment package to a client to call the client and deploy the front-end engineering deployment package;
and receiving the deployment state information fed back by the client, and executing corresponding deployment state response operation according to the deployment state information.
2. The front-end engineering deployment method based on the WEB interface according to claim 1, wherein before the server receives the front-end engineering deployment request sent by the packaging module, the method further includes:
a packaging module receives and analyzes front-end engineering deployment information submitted by the WEB interface, and packages the front-end engineering deployment information to obtain a corresponding front-end engineering deployment package;
and storing the front-end engineering deployment package into a distributed storage module, and acquiring corresponding storage position information of the front-end engineering deployment package in the distributed storage module.
3. The front-end engineering deployment method based on the WEB interface of claim 1, wherein after obtaining the corresponding front-end engineering deployment package from the distributed storage module, the method further comprises:
and the server analyzes the front-end engineering deployment package to obtain a static data package and an execution script corresponding to the front-end engineering deployment package.
4. The WEB interface-based front-end engineering deployment method according to claim 3, wherein the invoking of the client to deploy the front-end engineering deployment package specifically comprises:
the client receives the static data packet and the execution script sent by the server and stores the static data packet according to a corresponding resource path;
and acquiring front-end engineering configuration corresponding to the static data packet according to the execution script so that the execution script automatically deploys the front-end engineering deployment packet according to the front-end engineering configuration.
5. The front-end engineering deployment method based on the WEB interface according to claim 1, wherein the executing a corresponding deployment state response operation according to the deployment state information specifically includes:
and under the condition that the deployment state information is failed to deploy, the server side outputs an error report log, and pulls the history front-end project deployment package of the previous version of the front-end project deployment package from the distributed storage module to roll back.
6. The front-end project deployment method based on the WEB interface according to claim 2, wherein packaging the front-end project deployment information to obtain a corresponding front-end project deployment package specifically includes:
the packaging module determines codes, front-end project configuration and file directories of all branches in the corresponding front-end project according to the front-end project deployment information;
and packaging the codes, the front-end engineering configuration and the file directory of each branch to generate a corresponding front-end engineering deployment package.
7. The front-end engineering deployment method based on the WEB interface of claim 2, wherein after storing the front-end engineering deployment package in a distributed storage module, the method further comprises:
and the distributed storage module stores the front-end engineering deployment package in a redundant storage mode.
8. The front-end project deployment method based on the WEB interface according to claim 1, wherein the executing a corresponding deployment state response operation according to the deployment state information specifically includes:
and under the condition that the deployment state information is successfully deployed, the server returns state prompt information of successful deployment of the front-end project to the WEB interface, and updates the version number corresponding to the currently deployed front-end project.
9. The utility model provides a front end engineering deployment equipment based on WEB interface which characterized in that, equipment includes:
at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to:
receiving a front-end engineering deployment request sent by a packaging module, and acquiring a corresponding front-end engineering deployment package from a distributed storage module according to the front-end engineering deployment request; the front-end engineering deployment package is formed by packaging the packaging module according to the front-end engineering deployment information filled on the WEB interface;
sending the front-end engineering deployment package to a client to call the client and deploy the front-end engineering deployment package;
and receiving the deployment state information fed back by the client, and executing corresponding deployment state response operation according to the deployment state information.
10. A non-transitory computer storage medium storing computer-executable instructions, the computer-executable instructions configured to:
receiving a front-end engineering deployment request sent by a packaging module, and acquiring a corresponding front-end engineering deployment package from a distributed storage module according to the front-end engineering deployment request; the front-end engineering deployment package is formed by packaging the packaging module according to the front-end engineering deployment information filled on the WEB interface;
sending the front-end engineering deployment package to a client to call the client and deploy the front-end engineering deployment package;
and receiving the deployment state information fed back by the client, and executing corresponding deployment state response operation according to the deployment state information.
CN202210060617.7A 2022-01-19 2022-01-19 Front-end engineering deployment method, equipment and medium based on WEB interface Withdrawn CN114527992A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210060617.7A CN114527992A (en) 2022-01-19 2022-01-19 Front-end engineering deployment method, equipment and medium based on WEB interface

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210060617.7A CN114527992A (en) 2022-01-19 2022-01-19 Front-end engineering deployment method, equipment and medium based on WEB interface

Publications (1)

Publication Number Publication Date
CN114527992A true CN114527992A (en) 2022-05-24

Family

ID=81620907

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210060617.7A Withdrawn CN114527992A (en) 2022-01-19 2022-01-19 Front-end engineering deployment method, equipment and medium based on WEB interface

Country Status (1)

Country Link
CN (1) CN114527992A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115065595A (en) * 2022-08-17 2022-09-16 湖南云畅网络科技有限公司 Automatic release deployment method and system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115065595A (en) * 2022-08-17 2022-09-16 湖南云畅网络科技有限公司 Automatic release deployment method and system

Similar Documents

Publication Publication Date Title
CN110058873B (en) Application page updating method, device, equipment and storage medium
CN109960517B (en) Method, device and system for manufacturing mirror image file and storage medium
CN111324522A (en) Automatic test system and method
WO2017198156A1 (en) Service deployment method, apparatus and system
CN112148315A (en) Software deployment method, device, server and storage medium
CN107179982B (en) Cross-process debugging method and device
CN114527992A (en) Front-end engineering deployment method, equipment and medium based on WEB interface
CN112579099A (en) Code deployment method and device, storage medium and electronic equipment
CN111258742A (en) Data synchronization method, system, computing device and storage medium
CN112230930A (en) Method and device for constructing and packaging hybrid technology stack and machine-readable storage medium
CN113032104A (en) Method and device for deploying k8s container application
CN114691445A (en) Cluster fault processing method and device, electronic equipment and readable storage medium
CN107368330B (en) Client patch repair method, device and system
CN115145596A (en) OTA (over the air) upgrading method and device for robot upgrading package
CN115525545A (en) Docker-based automatic testing method, system, equipment and medium
CN111198694A (en) Software installation method and device
CN112579145A (en) Application deployment method and device
CN111813588B (en) Computer hard disk fault positioning method, device, equipment and storage medium
CN114816816A (en) Collapse stack information processing method, device, equipment and storage medium
CN113157392A (en) High-availability method and equipment for mirror image warehouse
CN111857744A (en) Installation method, system, equipment and medium of super-fusion system
CN106469102B (en) Software regeneration method and device in Java Virtual Machine
CN111913720A (en) Program deployment method and device
CN116360819A (en) Financial service deployment method and device, processor and electronic equipment
CN118075181A (en) Automatic test method, equipment and medium for network equipment

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
WW01 Invention patent application withdrawn after publication

Application publication date: 20220524

WW01 Invention patent application withdrawn after publication