CN115509852A - Method, system, equipment and medium for publishing database monitoring operation and maintenance software - Google Patents

Method, system, equipment and medium for publishing database monitoring operation and maintenance software Download PDF

Info

Publication number
CN115509852A
CN115509852A CN202211127737.0A CN202211127737A CN115509852A CN 115509852 A CN115509852 A CN 115509852A CN 202211127737 A CN202211127737 A CN 202211127737A CN 115509852 A CN115509852 A CN 115509852A
Authority
CN
China
Prior art keywords
software
installation
program
directory
application server
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
CN202211127737.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.)
Beijing Dameng Database Technology Co ltd
Original Assignee
Beijing Dameng Database Technology 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 Beijing Dameng Database Technology Co ltd filed Critical Beijing Dameng Database Technology Co ltd
Priority to CN202211127737.0A priority Critical patent/CN115509852A/en
Publication of CN115509852A publication Critical patent/CN115509852A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/302Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a software system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Landscapes

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

Abstract

The invention relates to a method, a system, equipment and a medium for publishing database monitoring operation and maintenance software, wherein the method comprises the steps of taking a directory of a web application server as an installation software root directory, deploying a program to be published in the installation software root directory, modifying an interface for calling related services in the web application server, configuring an installation process script in the web application server, packaging the whole installation software root directory and generating an executable file, so that the construction of the installation program can be completed, and the automatic publishing of the software is realized. Compared with the prior art, the method can completely simplify and control the construction and version issuing process of the whole installation program, developers can issue corresponding software installation programs at the appointed software milestone only by submitting the software to be issued to the corresponding directory under the web application server, so that full-automatic unattended version issuing is realized, and the convenience in operation and maintenance software installation is improved.

Description

Method, system, equipment and medium for publishing database monitoring operation and maintenance software
Technical Field
The invention relates to the technical field of software installers, in particular to a method, a system, equipment and a medium for publishing database monitoring operation and maintenance software.
Background
The dreams database system is a high-performance database management system with completely independent intellectual property rights, which is introduced by dreams companies, absorbs the advantages of the current advanced new technical ideas and mainstream database products for reference, integrates the advantages of distributed, elastic and cloud computing, improves the aspects of flexibility, usability, reliability, high safety and the like on a large scale, fully meets the requirements of different scenes by a diversified framework, supports super-large-scale concurrent transaction processing and transaction-analysis mixed type business processing, dynamically allocates computing resources, and realizes more refined resource utilization and lower cost investment. A database meets various requirements of users, and enables the users to be more concentrated in business development.
The Daemon database monitoring operation and maintenance software is software for monitoring motion of the Daemon database, is based on a front-end and back-end separation framework of SpringBoot + VUE, and relates to a plurality of agent subprograms. At present, when the damming database monitoring operation and maintenance software is installed, a front end, a back end and an agent program need to be respectively constructed each time, and the front end, the back end and the agent program need to be respectively configured on tomcat and nginx, and in addition, the whole process also needs to modify an installation configuration file according to the actual network condition and node information, so that the whole process is very complicated and is easy to make mistakes.
Therefore, a method for publishing the database monitoring operation and maintenance software is urgently needed, so that the dream database monitoring operation and maintenance software is more convenient to install.
Disclosure of Invention
In view of the above, it is necessary to provide a method, a system, a device and a medium for issuing database monitoring operation and maintenance software, so as to solve the problems of tedious installation and error proneness of dreams database monitoring operation and maintenance software in the prior art.
In order to achieve the technical purpose, the invention adopts the following technical scheme:
in a first aspect, the present invention provides a method for issuing database monitoring operation and maintenance software, which is characterized by comprising:
taking a directory of a web application server as an installation software root directory, and configuring the web application server;
deploying the program to be issued in the installation software root directory;
configuring an interface and an installation process script of the web application server according to the program to be issued;
packaging the installation software root directory and generating an executable file;
and executing the installation process script and running the executable file to install the program to be issued.
Further, the taking the directory of the web application server as a root directory of the installation software and configuring the web application server includes:
taking the directory of the web application server as an installation software root directory;
removing noncritical directories and files in the installation software root directory;
setting a process script and starting and closing a service file in the installation software root directory;
and establishing a front-end release directory and a back-end release directory in the installation software root directory.
Further, the taking the directory of the web application server as a root directory of installation software and configuring the web application server further includes:
and implanting a virtual operating environment in the installation software root directory and configuring an environment variable.
Further, the deploying the to-be-published program in the root directory of the installation software includes:
constructing a source code in a local code warehouse, and compiling the source code to obtain the program to be issued;
copying the program to be issued to the front-end issuing directory and/or the back-end issuing directory according to the type of the program to be issued;
and copying the configuration file to the root directory of the installation software.
Further, the configuring an interface and an installation process script of the web application server according to the to-be-published program includes:
configuring a class set file in an interface directory of the web application server according to the program to be issued;
and establishing the installation process script according to the program to be issued, and writing the installation process script into an installation starting item.
Further, the packaging the installation software root directory and generating an executable file includes:
packaging the installation software root directory into a TAR file;
and converting the TAR file into a BIN executable file through a shell command.
Further, executing the installation process script and running the executable file to install the to-be-issued program includes:
confirming the software authorization;
removing old files and old system services in a system to be installed;
extracting a TAR file from the BIN executable file to a temporary TMP directory, and decompressing the TAR file;
configuring an interactive interface of the program to be issued;
authorizing a directory of the program to be issued in the system to be installed;
and configuring system service and starting items of the system to be installed.
In a second aspect, the present invention further provides a dreams database monitoring operation and maintenance software publishing system, including:
the container configuration unit is used for taking the directory of the web application server as an installation software root directory and configuring the web application server;
the program deployment unit is used for deploying the program to be issued in the installation software root directory;
the interface and script configuration unit is used for configuring the interface of the web application server and the installation process script according to the program to be issued;
the execution file making unit is used for packaging the installation software root directory and generating an executable file;
and the software installation unit is used for executing the installation process script and running the executable file so as to install the program to be issued.
In a third aspect, the present invention also provides an electronic device comprising a memory and a processor, wherein,
the memory is used for storing programs;
the processor is coupled to the memory, and configured to execute the program stored in the memory, so as to implement the steps in any one of the foregoing methods for issuing database monitoring operation and maintenance software.
In a fourth aspect, the present invention further provides a computer-readable storage medium, configured to store a computer-readable program or instruction, where the program or instruction, when executed by a processor, can implement the steps in the database monitoring operation and maintenance software issuing method described in any one of the foregoing.
The invention provides a method, a system, equipment and a medium for publishing operation and maintenance software for monitoring a database, wherein the method comprises the steps of taking a directory of a web application server as an installation software root directory, deploying a program to be published in the installation software root directory, modifying an interface for calling related services in the web application server, configuring an installation process script in the web application server, packaging the whole installation software root directory and generating an executable file, so that the construction of the installation program can be completed, the automatic publishing of the software is realized, and then the software installation can be completed by executing the executable file. Compared with the prior art, the method can completely simplify and control the construction and version issuing process of the whole installation program, namely, the system can issue the corresponding software installation program at the appointed software milestone by a developer only by submitting the software to be issued to the corresponding directory under the web application server, so that full-automatic unattended version issuing is realized, the processes of manually setting on different machines and the like are omitted, the convenience in operation and maintenance software installation is improved, and the error probability in the software configuration process is reduced.
Drawings
FIG. 1 is a flowchart of a method of an embodiment of a database monitoring operation and maintenance software release method provided by the present invention;
FIG. 2 is a flowchart of a method of step S101 in FIG. 1 according to an embodiment;
FIG. 3 is a flowchart of a method of step S102 in FIG. 1 according to an embodiment;
FIG. 4 is a system architecture diagram of an embodiment of a database monitoring operation and maintenance software release system provided in the present invention;
fig. 5 is a schematic structural diagram of an embodiment of a database monitoring operation and maintenance software publishing device provided by the present invention.
Detailed Description
The accompanying drawings, which are incorporated in and constitute a part of this application, illustrate preferred embodiments of the invention and together with the description, serve to explain the principles of the invention and not to limit the scope of the invention.
Reference herein to "an embodiment" means that a particular feature, structure, or characteristic described in connection with the embodiment can be included in at least one embodiment of the invention. The appearances of the phrase in various places in the specification are not necessarily all referring to the same embodiment, nor are separate or alternative embodiments mutually exclusive of other embodiments. It is explicitly and implicitly understood by one skilled in the art that the embodiments described herein can be combined with other embodiments.
According to the invention, the web application server is modified, the process required by the release program is integrated into the web application server, namely the directory of the web application server is set, the to-be-released program is deployed under the corresponding directory, the corresponding interface is modified, the installation script is set and packaged, so that the web application server is changed into a server specially providing new software release service, full-automatic unattended version release is realized, the problem of high possibility of errors when the new software is manually deployed is avoided, and the efficiency is obviously improved.
The invention provides a method, a system, equipment and a storage medium for publishing database monitoring operation and maintenance software, which are respectively explained below.
Referring to fig. 1, a specific embodiment of the present invention discloses a method for issuing database monitoring operation and maintenance software, which includes:
s101, taking a directory of a web application server as an installation software root directory, and configuring the web application server;
s102, deploying the program to be issued in the installation software root directory;
s103, configuring an interface and an installation process script of the web application server according to the program to be issued;
s104, packaging the installation software root directory and generating an executable file;
and S105, executing the installation process script and running the executable file to install the program to be issued.
The invention provides a method for publishing database monitoring operation and maintenance software, which comprises the steps of taking a directory of a web application server as an installation software root directory, deploying a program to be published in the installation software root directory, modifying an interface for calling related services in the web application server, configuring an installation process script in the web application server, packaging the whole installation software root directory and generating an executable file, thus finishing the construction of the installation program and realizing the automatic publishing of the software. Compared with the prior art, the method can completely simplify and control the construction and release process of the whole installation program, namely, the system can release the corresponding software installation program at the appointed software milestone by a developer only by submitting the software to be released to the corresponding directory under the web application server, so that the full-automatic unattended release is realized, the processes of manually configuring on different machines and the like are omitted, the convenience in operation and maintenance software installation is improved, and the error probability in the software configuration process is reduced.
With reference to fig. 2, as a preferred embodiment, step S101 in the foregoing process takes a directory of a web application server as an installation software root directory, and configures the web application server, which specifically includes:
s201, taking the directory of the web application server as an installation software root directory;
s202, removing noncritical directories and files in the installation software root directory;
s203, setting a process script and starting and closing a service file in the installation software root directory;
and S204, establishing a front-end release directory and a back-end release directory in the installation software root directory.
The process enables the web application server to have an environment for accommodating the program to be released, enables the subsequent process not to be interfered by other original noncritical programs in the web application server, and ensures that the process and the service can be smoothly established when the web application server works. In addition, because the database monitoring operation and maintenance software in this embodiment includes a front end portion and a back end portion, a corresponding front end publishing directory and a corresponding back end publishing directory also need to be established in the root directory of the installation software in this embodiment.
Further, in a preferred embodiment, the step S101 further includes:
s205, implanting a virtual operating environment in the installation software root directory and configuring environment variables.
It is understood that the sequence of the steps in the above process is only a preferred implementation sequence, and in practice, the execution sequence of the steps may not follow the sequence of the numerical labels. For example, step S205 is performed before step S204 in this embodiment.
In practice, most of database monitoring operation and maintenance software runs in a Linux system, but the method can be realized through shell commands, and has good practicability. For convenience of understanding, the present invention further provides a more preferred embodiment to explain the above steps S201 to S205:
step 1, taking a directory of a Tomcat container as an installation software root directory and manually removing noncritical files and directories (a container management program, container example codes, a third-party plug-in package and the like);
step 2, setting a Tomcat initial application starting and running memory in a catallina.sh file, and setting a process PID (CATALINA _ PID = "$ CATALINA _ HOME/Tomcat. PID") and establishing a starting and closing service file dsc-platform.service (associating starting and closing services to pairs and services of the application);
step 3, planting JRE (JAVA virtual operating environment) into a container in a green mode and setting an environment variable to be LOCAL;
and 4, respectively establishing a front-end release catalog and a back-end release catalog in WEBAPP.
In the above process, the Tomcat container is one of the web application servers, and in practice, other items may be selected as the web application servers, and similarly, the removed noncritical directories and files, the method for setting the process script and starting and closing the service file, and the language type of the embedded environment variable may be changed according to the actual situation.
Further, referring to fig. 3, in a preferred embodiment, in step S102, deploying the to-be-released program in the installation software root directory specifically includes:
s301, constructing a source code in a local code warehouse, and compiling the source code to obtain the program to be issued;
s302, copying the program to be issued to the front-end issuing directory and/or the back-end issuing directory according to the type of the program to be issued;
s303, copying the configuration file to the installation software root directory.
In practice, the database monitoring operation and maintenance software installer usually includes multiple parts such as a monitoring operation and maintenance platform software installer and an agent installer, and different parts may be installed only at the front end or the back end or both according to different functions, so in step S302 in this embodiment, it is necessary to determine to which directories the programs to be published are copied according to the specific types of the programs to be published. In addition, for some programs needing to be configured in the system correspondingly, the configuration files can be copied into the installation software root directory together, and the installation configuration files are modified according to the actual network condition and the node information.
In a preferred embodiment, a more specific implementation procedure of the steps S301 to S303 is as follows:
step 5, respectively updating the front-end code and the back-end code through a GIT (local code repository), and constructing a source code;
step 6, copying the compiled program to the front-end and back-end catalogs corresponding to the container;
and 7, copying the configuration file.
Further, as a preferred embodiment, the step S103 of configuring the interface of the web application server and the installation process script according to the to-be-released program specifically includes:
configuring a class set file in an interface directory of the web application server according to the program to be issued;
and establishing the installation process script according to the program to be issued, and writing the installation process script into an installation starting item.
A more specific implementation of the above-mentioned process S103 is:
step 8, updating the common interface JAR packet, and directly replacing the related JAR packet of the corresponding interface directory;
and 9, writing the installation process script into the installation starting item.
The JAR package is a class assembly file, which often needs to be updated when a background is deployed, and the installation process script needs to be written according to the specific logic of the program to be issued and written into the installation startup item.
Further, as a preferred embodiment, step S104 in this embodiment of the present invention is to package the installation software root directory and generate an executable file, and specifically includes:
step 10, packaging the root directory of the installation software into a TAR file;
and 11, converting the TAR file into a BIN executable file through a shell command.
The above process is a packaging process in the Linux system, and can be directly implemented by a shell command, for example, a TAR file can be converted into a BIN executable file by a CAT command.
The executable file can be used as a software installation program to install new software, and the installation process is the process described in step S105. Specifically, in a preferred embodiment, the step S105 of executing the installation procedure script and running the executable file to install the to-be-released program specifically includes:
performing software authorization confirmation;
removing old files and old system services in a system to be installed;
extracting a TAR file from the BIN executable file to a temporary TMP directory, and decompressing the TAR file;
configuring an interactive interface of the program to be issued;
authorizing a directory of the program to be issued in the system to be installed;
and configuring system service and starting items of the system to be installed.
It is understood that the specific installation step of step S105 may be different from the installation process described above according to different specific situations.
In order to better implement the method for publishing the database monitoring operation and maintenance software in the embodiment of the present invention, on the basis of the method for publishing the database monitoring operation and maintenance software, please refer to fig. 4, where fig. 4 is a schematic structural diagram of an embodiment of the system for publishing the database monitoring operation and maintenance software according to the present invention, and a system 400 for publishing the database monitoring operation and maintenance software according to the embodiment of the present invention includes:
a container configuration unit 410, configured to use the directory of the web application server as a root directory of installation software, and configure the web application server;
a program deploying unit 420, configured to deploy the program to be published in the root directory of the installed software;
an interface and script configuration unit 430, configured to configure an interface and an installation process script of the web application server according to the to-be-released program;
an execution file making unit 440, configured to package the installation software root directory and generate an executable file;
a software installing unit 450, configured to execute the installation process script and run the executable file, so as to install the program to be issued.
Here, it should be noted that: the corresponding system 400 provided in the foregoing embodiments may implement the technical solutions described in the foregoing method embodiments, and the specific implementation principle of each module or unit may refer to the corresponding content in the foregoing method embodiments, which is not described herein again.
Referring to fig. 5, fig. 5 is a schematic structural diagram of an electronic device according to an embodiment of the present invention. Based on the method for releasing the database monitoring operation and maintenance software, the invention also correspondingly provides a database monitoring operation and maintenance software releasing device 500, namely the electronic device, wherein the database monitoring operation and maintenance software releasing device 500 can be a mobile terminal, a desktop computer, a notebook, a palm computer, a server and other computing devices. The database monitoring operation and maintenance software distribution device 500 includes a processor 510, a memory 520 and a display 530. Fig. 5 shows only some of the components of the database monitoring operation and maintenance software distribution device, but it should be understood that not all of the shown components are required to be implemented, and more or fewer components may be implemented instead.
The storage 520 may be an internal storage unit of the database monitoring operation and maintenance software distribution device 500 in some embodiments, for example, a hard disk or a memory of the database monitoring operation and maintenance software distribution device 500. The memory 520 may also be an external storage device of the database monitoring operation and maintenance software distribution device 500 in other embodiments, for example, a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), or the like provided on the database monitoring operation and maintenance software distribution device 500. Further, the memory 520 may also include both an internal storage unit and an external storage device of the database monitoring operation and maintenance software distribution device 500. The memory 520 is used for storing application software installed in the database monitoring operation and maintenance software distribution device 500 and various data, such as program codes of the database monitoring operation and maintenance software distribution device 500. The memory 520 may also be used to temporarily store data that has been output or is to be output. In an embodiment, the memory 520 stores a database monitoring operation and maintenance software publishing program 540, and the database monitoring operation and maintenance software publishing program 540 may be executed by the processor 510, so as to implement the database monitoring operation and maintenance software publishing method according to the embodiments of the present application.
The processor 510 may be, in some embodiments, a Central Processing Unit (CPU), a microprocessor or other data Processing chip, and is used for executing program codes stored in the memory 520 or Processing data, such as executing a database monitoring operation software publishing method.
The display 530 may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an OLED (Organic Light-Emitting Diode) touch device, and the like in some embodiments. The display 530 is used for displaying information of the database monitoring operation and maintenance software distribution device 500 and displaying a visual user interface. The components 510-530 of the database monitoring operation and maintenance software publishing device 500 communicate with each other over a system bus.
In one embodiment, the steps of the database monitoring operation and maintenance software publishing method described above are implemented when the processor 510 executes the database monitoring operation and maintenance software publishing program 540 in the memory 520.
The present embodiment also provides a computer-readable storage medium, on which a database monitoring operation and maintenance software publishing program is stored, and when the program is executed by a processor, the steps in the above embodiments can be implemented.
The invention provides a method, a system, equipment and a medium for publishing operation and maintenance software for monitoring a database, wherein the method comprises the steps of taking a directory of a web application server as an installation software root directory, deploying a program to be published in the installation software root directory, modifying an interface for calling related services in the web application server, configuring an installation process script in the web application server, packaging the whole installation software root directory and generating an executable file, so that the construction of the installation program can be completed, the automatic publishing of the software is realized, and then the software installation can be completed by executing the executable file. Compared with the prior art, the method can completely simplify and control the construction and version issuing process of the whole installation program, namely, the system can issue the corresponding software installation program at the appointed software milestone only by submitting the software to be issued to the corresponding directory under the web application server, so that the full-automatic unattended version issuing is realized, the processes of manually setting on different machines and the like are omitted, the convenience in operation and maintenance software installation is improved, and the error probability in the software configuration process is reduced.
While the invention has been described with reference to specific preferred embodiments, it will be understood by those skilled in the art that various changes and modifications may be made without departing from the spirit and scope of the invention as defined in the following claims.

Claims (10)

1. A method for issuing database monitoring operation and maintenance software is characterized by comprising the following steps:
taking a directory of a web application server as an installation software root directory, and configuring the web application server;
deploying the program to be issued in the installation software root directory;
configuring an interface and an installation process script of the web application server according to the program to be issued;
packaging the installation software root directory and generating an executable file;
and executing the installation process script and running the executable file to install the program to be issued.
2. The database monitoring operation and maintenance software release method according to claim 1, wherein the step of taking the directory of the web application server as a root directory of installation software and configuring the web application server comprises the steps of:
taking the directory of the web application server as an installation software root directory;
removing noncritical directories and files in the installation software root directory;
setting a process script and starting and closing a service file in the installation software root directory;
and establishing a front-end release directory and a back-end release directory in the installation software root directory.
3. The database monitoring operation and maintenance software release method according to claim 2, wherein the step of taking the directory of the web application server as a root directory of installation software and configuring the web application server further comprises the steps of:
and implanting a virtual operating environment in the root directory of the installation software and configuring environment variables.
4. The database monitoring operation and maintenance software release method according to claim 3, wherein the deploying the to-be-released program in the installation software root directory comprises:
constructing a source code in a local code warehouse, and compiling the source code to obtain the program to be issued;
copying the program to be issued to the front-end issuing directory and/or the back-end issuing directory according to the type of the program to be issued;
and copying the configuration file to the root directory of the installation software.
5. The method for issuing the database monitoring operation and maintenance software according to claim 4, wherein configuring the interface of the web application server and the installation process script according to the program to be issued includes:
configuring a class set file in an interface directory of the web application server according to the program to be issued;
and establishing the installation process script according to the program to be issued, and writing the installation process script into an installation starting item.
6. The database monitoring operation and maintenance software release method according to claim 5, wherein the packaging the installation software root directory and generating an executable file comprises:
packaging the installation software root directory into a TAR file;
and converting the TAR file into a BIN executable file through a shell command.
7. The method for issuing the database monitoring operation and maintenance software according to claim 6, wherein executing the installation process script and running the executable file to install the program to be issued includes:
performing software authorization confirmation;
removing old files and old system services in a system to be installed;
extracting a TAR file from the BIN executable file to a temporary TMP directory, and decompressing the TAR file;
configuring an interactive interface of the program to be issued;
authorizing a directory of the program to be issued in the system to be installed;
and configuring system service and starting items of the system to be installed.
8. A monitoring operation and maintenance software release system for a database in Dameng is characterized by comprising:
the system comprises a container configuration unit, a software root installation unit and a software root installation unit, wherein the container configuration unit is used for taking a directory of a web application server as an installation software root directory and configuring the web application server;
the program deployment unit is used for deploying the program to be issued in the installation software root directory;
the interface and script configuration unit is used for configuring the interface of the web application server and the installation process script according to the program to be issued;
the execution file making unit is used for packaging the installation software root directory and generating an executable file;
and the software installation unit is used for executing the installation process script and running the executable file so as to install the program to be issued.
9. An electronic device comprising a memory and a processor, wherein,
the memory is used for storing programs;
the processor, coupled to the memory, is configured to execute the program stored in the memory to implement the steps in the database monitoring operation and maintenance software publishing method according to any one of claims 1 to 7.
10. A computer-readable storage medium for storing a computer-readable program or instructions, which when executed by a processor, implement the steps of the method for issuing database monitoring operation and maintenance software according to any one of claims 1 to 7.
CN202211127737.0A 2022-09-16 2022-09-16 Method, system, equipment and medium for publishing database monitoring operation and maintenance software Pending CN115509852A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211127737.0A CN115509852A (en) 2022-09-16 2022-09-16 Method, system, equipment and medium for publishing database monitoring operation and maintenance software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211127737.0A CN115509852A (en) 2022-09-16 2022-09-16 Method, system, equipment and medium for publishing database monitoring operation and maintenance software

Publications (1)

Publication Number Publication Date
CN115509852A true CN115509852A (en) 2022-12-23

Family

ID=84504053

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211127737.0A Pending CN115509852A (en) 2022-09-16 2022-09-16 Method, system, equipment and medium for publishing database monitoring operation and maintenance software

Country Status (1)

Country Link
CN (1) CN115509852A (en)

Similar Documents

Publication Publication Date Title
US8185889B2 (en) Methods and systems for porting software packages from one format to another
US8490082B2 (en) System and method for representing user processes as software packages in a software package management system
US8418169B2 (en) Management method for managing software module and information processor
US20070101197A1 (en) System and method for representing system capabilities as software packages in a software package management system
CN102422266A (en) System and method for building and updating a runtime environment
US20070282801A1 (en) Dynamically creating and executing an application lifecycle management operation
KR102156371B1 (en) Method for providing embedded software development tools for supporting embedded software development environment based on native building and apparatus thereof
CN101645009A (en) Web service integrated development system and method
CN104750528A (en) Management method and device for components in Android program
CN114651233A (en) Instant container
GB2518894A (en) A method and a system for operating programs on a computer cluster
KR20140113685A (en) Installation engine and package format for parallelizable, reliable installations
CN117707543A (en) Application installation package manufacturing and installation method, computing device and storage medium
CN108376074B (en) RancherOS ros core module transplanting method based on embedded system
Kim et al. Dynamic software updates for parallel high‐performance applications
CN111679855A (en) Application software package conversion method, management method and device
CN115509852A (en) Method, system, equipment and medium for publishing database monitoring operation and maintenance software
CN115145604A (en) Containerized electric power marketing system deployment method
CN114090189A (en) Construction deployment management method and system based on assembly line
CN112379867A (en) Embedded operating system, method and storage medium based on modular development
Ma et al. Efficient Scheduler Live Update for Linux Kernel with Modularization
Al-Bokhaiti et al. Customization and Optimization of Android Operating System for Custom Board with the Implementation of an Administrative Tool
CN114443582B (en) File system mounting method, device, equipment and medium on operating system
CN114461216B (en) File compiling method and device, electronic equipment and storage medium
US20240069883A1 (en) Deriving a container from a package set

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