CN113342357A - Deployment method and device of software system - Google Patents

Deployment method and device of software system Download PDF

Info

Publication number
CN113342357A
CN113342357A CN202110718532.9A CN202110718532A CN113342357A CN 113342357 A CN113342357 A CN 113342357A CN 202110718532 A CN202110718532 A CN 202110718532A CN 113342357 A CN113342357 A CN 113342357A
Authority
CN
China
Prior art keywords
software system
authentication information
user authentication
deployment
user
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
CN202110718532.9A
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 Skyguard Network Security Technology Co ltd
Original Assignee
Beijing Skyguard Network Security 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 Skyguard Network Security Technology Co ltd filed Critical Beijing Skyguard Network Security Technology Co ltd
Priority to CN202110718532.9A priority Critical patent/CN113342357A/en
Publication of CN113342357A publication Critical patent/CN113342357A/en
Pending legal-status Critical Current

Links

Images

Classifications

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

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a deployment method and a deployment device of a software system, and relates to the technical field of computers. One embodiment of the method comprises: receiving a software system deployment requirement, wherein the software system deployment requirement comprises product requirement information of the software system and the number of users of the software system to be deployed; constructing a software system according to product demand information, and integrating a plurality of user authentication information corresponding to the number of users into the software system; and formulating a deployment flow and issuing the software system so that a plurality of users completing user authentication information integration deploy the software system according to the deployment flow. The implementation method can complete the integration of the user authentication information before the software system is released, reduces the deployment difficulty of the software system, improves the deployment efficiency, improves the automation degree of enterprise-level software system deployment, and expands the applicable scenes.

Description

Deployment method and device of software system
Technical Field
The invention relates to the technical field of computers, in particular to a method and a device for deploying a software system.
Background
For enterprise-level software systems, installation and deployment are usually performed for users (enterprise employees) by relevant technicians to an enterprise site after the software systems are released. User authentication information needs to be integrated in the deployment process, otherwise, the client cannot complete authentication operation and cannot deploy the software system. However, many enterprises (especially small and medium-sized enterprises) do not usually perform centralized management on information of enterprise employees. Even for a large enterprise, different business departments or branch companies respectively store information of employees because of imperfect enterprise management (resulting in differences of stored data structures or formats).
The prior art has at least the following problems:
in the software deployment method of the existing method, after a software system is released, related technical personnel assist enterprise employees in authentication operation to complete deployment of the software system, and meanwhile, as employee information of an enterprise is not managed in a centralized manner or data is different, deployment difficulty is large, deployment efficiency is low, the automation degree of enterprise-level software system deployment is low, and a applicable scene is narrow.
Disclosure of Invention
In view of this, embodiments of the present invention provide a deployment method and an apparatus for a software system, which can complete integration of user authentication information before a software system is released, reduce deployment difficulty of the software system, improve deployment efficiency, improve automation degree of enterprise-level software system deployment, and expand application scenarios.
To achieve the above object, according to a first aspect of the embodiments of the present invention, there is provided a deployment method of a software system, including:
receiving a software system deployment requirement, wherein the software system deployment requirement comprises product requirement information of the software system and the number of users of the software system to be deployed;
constructing a software system according to product demand information, and integrating a plurality of user authentication information corresponding to the number of users into the software system;
and formulating a deployment flow and issuing the software system to enable a plurality of users completing user authentication information integration to deploy the software system according to the deployment flow.
Further, integrating a plurality of user authentication information corresponding to the number of users into the software system includes:
judging whether the user authentication information is stored in a user management system;
if the user authentication information is stored in the user management system, judging whether the number of the users corresponding to the user authentication information stored in the user management system is consistent with the number of the users of the software product to be deployed;
if the user authentication information is consistent with the user authentication information, integrating a plurality of user authentication information from the user information management system; if not, integrating the existing user authentication information in the user information management system, performing format conversion processing on the rest user authentication information, and performing re-integration on the user authentication information after the format conversion processing.
Further, before the step of integrating a plurality of user authentication information from the user information management system, the method further comprises:
determining an interface type corresponding to a user information management system and a data format transmitted by an interface;
the user authentication information determined to be stored in the user management system may be integrated into the software system according to the interface type and data format.
Further, if the user information is not stored in the user information management system, the method further includes:
determining a storage space required by a plurality of user authentication information;
and exporting a plurality of user authentication information according to the required storage space and the data format corresponding to the software system, and integrating the plurality of user authentication information into the software system after the software system is constructed.
Further, before the step of deriving a plurality of user authentication information according to the data format corresponding to the software system, the method further includes:
and encrypting the plurality of user authentication information according to the confidentiality requirement of the enterprise for the data to be exported.
Further, before the step of issuing the software system, the method further comprises:
and carrying out data consistency check on the plurality of user authentication information integrated into the software system, and determining that the check result is passed.
According to a second aspect of the embodiments of the present invention, there is provided a deployment apparatus for a software system, including:
the system comprises a receiving module, a configuration module and a configuration module, wherein the receiving module is used for receiving the software system deployment requirement, and the software system deployment requirement comprises product requirement information of the software system and the number of users of the software system to be deployed;
the integration module is used for constructing a software system according to the product demand information and integrating a plurality of user authentication information corresponding to the number of users into the software system;
and the deployment module is used for making a deployment process and deploying the software system so that a plurality of users completing user authentication information integration deploy the software system according to the deployment process.
Further, the system further comprises a judging module, configured to:
judging whether the user authentication information is stored in a user management system;
if the user authentication information is stored in the user management system, judging whether the number of the users corresponding to the user authentication information stored in the user management system is consistent with the number of the users of the software product to be deployed;
if the user authentication information is consistent with the user authentication information, integrating a plurality of user authentication information from the user information management system; if not, integrating the existing user authentication information in the user information management system, performing format conversion processing on the rest user authentication information, and performing re-integration on the user authentication information after the format conversion processing.
According to a third aspect of embodiments of the present invention, there is provided an electronic apparatus, including:
one or more processors;
a storage device for storing one or more programs,
when the one or more programs are executed by the one or more processors, the one or more processors implement the deployment method of any one of the software systems described above.
According to a fourth aspect of the embodiments of the present invention, there is provided a computer-readable medium on which a computer program is stored, wherein the program, when executed by a processor, implements a deployment method of any one of the software systems described above.
One embodiment of the above invention has the following advantages or benefits: receiving the deployment requirement of the software system, wherein the deployment requirement of the software system comprises the product requirement information of the software system and the number of users of the software system to be deployed; constructing a software system according to product demand information, and integrating a plurality of user authentication information corresponding to the number of users into the software system; a deployment process is established, and the software system is deployed, so that a plurality of users completing the integration of the user authentication information deploy the software system according to the deployment process, therefore, the software deployment method of the existing method is overcome, and the related technical personnel assist enterprise staff to carry out authentication operation after the software system is released, thereby completing the deployment of the software system, and simultaneously, the technical problems of large deployment difficulty, low deployment efficiency, low automation degree of enterprise-level software system deployment and narrow applicable scene caused by the fact that the employee information of the enterprise is not managed in a centralized way or the data is different, therefore, the technical effects of completing integration of user authentication information before the software system is released, reducing the deployment difficulty of the software system, improving the deployment efficiency, improving the automation degree of enterprise-level software system deployment and expanding the applicable scenes are achieved.
Further effects of the above-mentioned non-conventional alternatives will be described below in connection with the embodiments.
Drawings
The drawings are included to provide a better understanding of the invention and are not to be construed as unduly limiting the invention. Wherein:
fig. 1 is a schematic view of a main flow of a deployment method of a software system provided according to a first embodiment of the present invention;
fig. 2 is a schematic diagram of a main flow of a deployment method of a software system provided according to a second embodiment of the present invention;
FIG. 3 is a schematic diagram of the main modules of a deployment apparatus of a software system provided according to an embodiment of the present invention;
FIG. 4 is an exemplary system architecture diagram in which embodiments of the present invention may be employed;
fig. 5 is a schematic block diagram of a computer system suitable for use in implementing a terminal device or server of an embodiment of the invention.
Detailed Description
Exemplary embodiments of the present invention are described below with reference to the accompanying drawings, in which various details of embodiments of the invention are included to assist understanding, and which are to be considered as merely exemplary. Accordingly, those of ordinary skill in the art will recognize that various changes and modifications of the embodiments described herein can be made without departing from the scope and spirit of the invention. Also, descriptions of well-known functions and constructions are omitted in the following description for clarity and conciseness.
Fig. 1 is a schematic view of a main flow of a deployment method of a software system provided according to a first embodiment of the present invention; as shown in fig. 1, the deployment method of a software system provided in the embodiment of the present invention mainly includes:
step S101, receiving a software system deployment requirement, wherein the software system deployment requirement comprises product requirement information of the software system and the number of users of the software system to be deployed.
Specifically, the embodiment of the present invention is applicable to an enterprise-level software system of a C/S (Client/Server) architecture, that is, for a software system deployment requirement sent by an enterprise, a software system is developed (mainly developed according to product requirement information in the software system deployment requirement) and a deployment scheme/deployment flow is formulated (so that a user to be deployed with the software system deploys the software system according to the deployment scheme/deployment flow).
And S102, constructing a software system according to the product demand information, and integrating a plurality of user authentication information corresponding to the number of users into the software system.
Specifically, according to the embodiment of the present invention, the constructing of the software system according to the product requirement information mainly includes: and performing operations such as code compiling, testing and the like according to the product requirement information indicated by the enterprise to construct the software system product.
Further, according to an embodiment of the present invention, the integrating a plurality of user authentication information corresponding to the number of users into the software system includes:
judging whether the user authentication information is stored in a user management system;
if the user authentication information is stored in the user management system, judging whether the number of the users corresponding to the user authentication information stored in the user management system is consistent with the number of the users of the software product to be deployed;
if the user authentication information is consistent with the user authentication information, integrating a plurality of user authentication information from the user information management system; if not, integrating the existing user authentication information in the user information management system, performing format conversion processing on the rest user authentication information, and performing re-integration on the user authentication information after the format conversion processing.
Specifically, whether enterprise employees (namely users) have a user management system special for storing/managing employee information is determined, if yes, whether user authentication information corresponding to all users of the software system to be deployed is stored in the user management system is continuously judged (the judgment can be carried out according to the comparison between the data to be deployed and the number of the users in the user management system, and the comparison can also be carried out in combination with the user numbers one by one), if the user authentication information corresponding to all the users to be deployed is stored in the user management system, the user authentication information can be directly integrated from the user management system, and through the setting, the integration efficiency of the user authentication information corresponding to the users of the software system to be deployed is effectively improved, and further the software deployment efficiency is improved.
On the other hand, according to the embodiment of the present invention, if the user information is not stored in the user information management system, the method further includes:
determining a storage space required by a plurality of user authentication information;
and exporting a plurality of user authentication information according to the required storage space and the data format corresponding to the software system, and integrating the plurality of user authentication information into the software system after the software system is constructed.
If the enterprise sending the software deployment requirement does not have a user management system for managing user information, it is necessary to determine the storage space required by the user authentication information of all the users to be deployed, and export the plurality of user authentication information from the enterprise side (for convenience of subsequent integration, the plurality of user authentication information need to be exported in a data format corresponding to the software system). Through different processing modes of the situations and oriented to different enterprise environments (mainly referring to a mode of storing user authentication information by an enterprise), the user authentication information can be integrated in the software system, the difficulty of subsequently deploying the software system is reduced, and the automation degree of software system deployment is improved.
Specifically, according to an embodiment of the present invention, before the step of integrating a plurality of user authentication information from the user information management system, the method further includes:
determining an interface type corresponding to a user information management system and a data format transmitted by an interface;
the user authentication information determined to be stored in the user management system may be integrated into the software system according to the interface type and data format.
It should be noted that the user management system may be a plurality of user management systems (that is, different service portions or branch companies and the like respectively have user management systems storing user authentication information), and at this time, it is necessary to respectively determine interface types corresponding to different user management systems and data formats transmitted by interfaces thereof, and then sequentially determine whether the user authentication information stored by each user management system can be integrated in a software system. By means of the arrangement, the applicable scene of software deployment is expanded.
Preferably, according to the embodiment of the present invention, before the step of deriving the plurality of user authentication information according to the data format corresponding to the software system, the method further includes:
and encrypting the plurality of user authentication information according to the confidentiality requirement of the enterprise for the data to be exported.
Specifically, a plurality of user authentication information are encrypted according to the confidentiality requirement, so that the account safety of the user is guaranteed, and the enterprise benefit is guaranteed.
Step S103, a deployment process is formulated, and the software system is deployed, so that a plurality of users completing user authentication information integration deploy the software system according to the deployment process.
Further, according to the embodiment of the present invention, before the step of issuing the software system, the method further includes:
and carrying out data consistency check on the plurality of user authentication information integrated into the software system, and determining that the check result is passed.
Through the arrangement, the user authentication information corresponding to the user of the software system to be deployed is ensured to be integrated in the software system through data consistency check, so that the software system can be ensured to complete all deployments smoothly, and the deployment efficiency is effectively improved.
According to the technical scheme of the embodiment of the invention, the deployment requirement of the software system is received, wherein the deployment requirement of the software system comprises product requirement information of the software system and the number of users of the software system to be deployed; constructing a software system according to product demand information, and integrating a plurality of user authentication information corresponding to the number of users into the software system; a deployment process is established, and the software system is deployed, so that a plurality of users completing the integration of the user authentication information deploy the software system according to the deployment process, therefore, the software deployment method of the existing method is overcome, and the related technical personnel assist enterprise staff to carry out authentication operation after the software system is released, thereby completing the deployment of the software system, and simultaneously, the technical problems of large deployment difficulty, low deployment efficiency, low automation degree of enterprise-level software system deployment and narrow applicable scene caused by the fact that the employee information of the enterprise is not managed in a centralized way or the data is different, therefore, the technical effects of completing integration of user authentication information before the software system is released, reducing the deployment difficulty of the software system, improving the deployment efficiency, improving the automation degree of enterprise-level software system deployment and expanding the applicable scenes are achieved.
Fig. 2 is a schematic diagram of a main flow of a deployment method of a software system provided according to a second embodiment of the present invention; as shown in fig. 2, the deployment method of the software system provided by the embodiment of the present invention mainly includes:
step S201, receiving a software system deployment requirement sent by an enterprise, wherein the software system deployment requirement comprises product requirement information of the software system and the number of users of the software system to be deployed.
The invention aims at the enterprise-level software system of the C/S architecture, and the development and construction of the software system are completed according to the product requirement information of an enterprise. The software system to be deployed is required to be deployed on a client of an enterprise employee (user), so that the user authentication information is required to be included in an installation package corresponding to the released software system, the software system can be deployed only after the authentication operation is completed smoothly, the number of users of the software system to be deployed included in the software system deployment requirement is beneficial to the subsequent integration and data consistency check of the user authentication information of the corresponding number, and therefore all enterprise employees can be guaranteed to complete the corresponding software system deployment.
And S202, constructing a software system according to the product demand information.
Specifically, operations such as code compilation, testing and the like are performed according to product requirement information indicated by an enterprise to construct a software system product.
Step S203, determining whether the user authentication information is stored in the user management system. If yes, namely the user authentication information of the enterprise is stored in the user management system, and step S204 is executed; if not, that is, the user authentication information of the enterprise is not stored in the user management system, the process goes to step S205.
Specifically, whether the user authentication information is stored in the user management system according to the embodiment of the present invention means that the enterprise has a user management system for managing the user information (there may be a plurality of user management systems for different business departments/sub-companies/branch companies, etc.). Specifically, the user authentication information includes authentication information such as a user account and a password, and the password may be a default login password or a password set by the user.
Step S204, judging whether the number of users corresponding to the user authentication information stored in the user management system is consistent with the number of users of the software product to be deployed. If the user authentication information is consistent with the user authentication information, integrating a plurality of user authentication information from the user information management system; if not, integrating the existing user authentication information in the user information management system, performing format conversion processing on the rest user authentication information, and performing re-integration on the user authentication information after the format conversion processing.
Specifically, whether user authentication information corresponding to all users of the software system to be deployed is stored in the user management system is judged (the judgment can be made according to the comparison between the data to be deployed and the number of the users in the user management system, or the comparison can be made in combination with the user numbers one by one), if the user authentication information corresponding to all the users to be deployed is stored in the user management system, the user authentication information can be directly integrated from the user management system, and through the setting, the integration efficiency of the user authentication information corresponding to the users of the software system to be deployed is effectively improved, and further the software deployment efficiency is improved.
Further, according to an embodiment of the present invention, before the step of integrating a plurality of user authentication information from the user information management system, the method further includes:
determining an interface type corresponding to a user information management system and a data format transmitted by an interface;
the user authentication information determined to be stored in the user management system may be integrated into the software system according to the interface type and data format.
On the other hand, if the user authentication information in the user management system cannot be integrated into the software system. The step of integrating a plurality of user authentication information from the user information management system mainly comprises: and checking whether the user authentication information in the user management system is complete or not, and if the user authentication information is incomplete, supplementing the user authentication information so as to ensure that the data is complete and reliable. Then, estimating the data volume of the user authentication information needing to be exported; estimating the disk space needed by the exported data file; confirming the type of a database storing user authentication information (such as SQL databases of MySQL, SQL Server, Oracle and the like; non-SQL databases of Hbase, Redis, MongadDB, LDAP and the like); then confirming the used export tool and the software instruction or query statement required in the operation process; the data file format exported from the customer management system is then validated (new system requirements need to be met, and if not, data format conversion needs to be performed). And finally, integrating the derived user authentication information into the software system.
It should be noted that the user management system may be a plurality of user management systems (that is, different service portions or branch companies and the like respectively have user management systems storing user authentication information), at this time, it is necessary to respectively determine interface types corresponding to different user management systems and data formats transmitted by the interfaces (further, if the user management system adopts encryption transmission, it is necessary to determine a public key certificate corresponding to the user management system), and then sequentially determine whether the user authentication information stored by each user management system can be integrated in the software system. By means of the arrangement, the applicable scene of software deployment is expanded.
Preferably, according to the embodiment of the present invention, before the step of deriving the plurality of user authentication information according to the data format corresponding to the software system, the method further includes:
and encrypting the plurality of user authentication information according to the confidentiality requirement of the enterprise for the data to be exported.
Specifically, a plurality of user authentication information are encrypted according to the confidentiality requirement, so that the account safety of the user is guaranteed, and the enterprise benefit is guaranteed.
Step S205, determining a storage space required by a plurality of user authentication information; and exporting a plurality of user authentication information according to the required storage space and the data format corresponding to the software system, and integrating the plurality of user authentication information into the software system after the software system is constructed.
If the enterprise sending the software deployment requirement does not have a user management system for managing user information, it is necessary to determine the storage space required by the user authentication information of all the users to be deployed, and export the plurality of user authentication information from the enterprise side (for convenience of subsequent integration, the plurality of user authentication information need to be exported in a data format corresponding to the software system). Through different processing modes of the situations and oriented to different enterprise environments (mainly referring to a mode of storing user authentication information by an enterprise), the user authentication information can be integrated in the software system, the difficulty of subsequently deploying the software system is reduced, and the automation degree of software system deployment is improved.
Step S206, carrying out data consistency check on the plurality of user authentication information integrated into the software system, and determining that the check result is passed.
Through the arrangement, the user authentication information corresponding to the user of the software system to be deployed is ensured to be integrated in the software system through data consistency check, so that the software system can be ensured to complete all deployments smoothly, and the deployment efficiency is effectively improved.
Step S207, a deployment process is formulated, and the software system is deployed, so that the plurality of users who complete the user authentication information integration deploy the software system according to the deployment process.
According to the technical scheme of the embodiment of the invention, the deployment requirement of the software system is received, wherein the deployment requirement of the software system comprises product requirement information of the software system and the number of users of the software system to be deployed; constructing a software system according to product demand information, and integrating a plurality of user authentication information corresponding to the number of users into the software system; a deployment process is established, and the software system is deployed, so that a plurality of users completing the integration of the user authentication information deploy the software system according to the deployment process, therefore, the software deployment method of the existing method is overcome, and the related technical personnel assist enterprise staff to carry out authentication operation after the software system is released, thereby completing the deployment of the software system, and simultaneously, the technical problems of large deployment difficulty, low deployment efficiency, low automation degree of enterprise-level software system deployment and narrow applicable scene caused by the fact that the employee information of the enterprise is not managed in a centralized way or the data is different, therefore, the technical effects of completing integration of user authentication information before the software system is released, reducing the deployment difficulty of the software system, improving the deployment efficiency, improving the automation degree of enterprise-level software system deployment and expanding the applicable scenes are achieved.
FIG. 3 is a schematic diagram of the main modules of a deployment apparatus of a software system provided according to an embodiment of the present invention; as shown in fig. 3, a deployment apparatus 300 of a software system according to an embodiment of the present invention mainly includes:
the receiving module 301 is configured to receive a software system deployment requirement, where the software system deployment requirement includes product requirement information of a software system and a number of users of the software system to be deployed.
Specifically, aiming at a software system deployment requirement sent by an enterprise, a software system is developed according to product requirement information in the software system deployment requirement, and a deployment scheme/deployment flow is formulated, so that a user to deploy the software system deploys the software system according to the deployment scheme/deployment flow).
An integration module 302, configured to construct a software system according to the product demand information, and integrate a plurality of user authentication information corresponding to the number of users into the software system.
Specifically, according to the embodiment of the present invention, the constructing of the software system according to the product requirement information mainly includes: and performing operations such as code compiling, testing and the like according to the product requirement information indicated by the enterprise to construct the software system product.
Further, according to an embodiment of the present invention, the integration module 302 is further configured to:
judging whether the user authentication information is stored in a user management system;
if the user authentication information is stored in the user management system, judging whether the number of the users corresponding to the user authentication information stored in the user management system is consistent with the number of the users of the software product to be deployed;
if the user authentication information is consistent with the user authentication information, integrating a plurality of user authentication information from the user information management system; if not, integrating the existing user authentication information in the user information management system, performing format conversion processing on the rest user authentication information, and performing re-integration on the user authentication information after the format conversion processing.
Specifically, whether enterprise employees (namely users) have a user management system special for storing/managing employee information is determined, if yes, whether user authentication information corresponding to all users of the software system to be deployed is stored in the user management system is continuously judged (the judgment can be carried out according to the comparison between the data to be deployed and the number of the users in the user management system, and the comparison can also be carried out in combination with the user numbers one by one), if the user authentication information corresponding to all the users to be deployed is stored in the user management system, the user authentication information can be directly integrated from the user management system, and through the setting, the integration efficiency of the user authentication information corresponding to the users of the software system to be deployed is effectively improved, and further the software deployment efficiency is improved.
On the other hand, according to an embodiment of the present invention, if the user information is not stored in the user information management system, the integration module 302 is further configured to:
determining a storage space required by a plurality of user authentication information;
and exporting a plurality of user authentication information according to the required storage space and the data format corresponding to the software system, and integrating the plurality of user authentication information into the software system after the software system is constructed.
If the enterprise sending the software deployment requirement does not have a user management system for managing user information, it is necessary to determine the storage space required by the user authentication information of all the users to be deployed, and export the plurality of user authentication information from the enterprise side (for convenience of subsequent integration, the plurality of user authentication information need to be exported in a data format corresponding to the software system). Through different processing modes of the situations and oriented to different enterprise environments (mainly referring to a mode of storing user authentication information by an enterprise), the user authentication information can be integrated in the software system, the difficulty of subsequently deploying the software system is reduced, and the automation degree of software system deployment is improved.
Specifically, according to an embodiment of the present invention, the deployment apparatus 300 of the software system further includes a determining module, before the step of integrating the plurality of user authentication information from the user information management system, configured to:
determining an interface type corresponding to a user information management system and a data format transmitted by an interface;
the user authentication information determined to be stored in the user management system may be integrated into the software system according to the interface type and data format.
It should be noted that the user management system may be a plurality of user management systems (that is, different service portions or branch companies and the like respectively have user management systems storing user authentication information), and at this time, it is necessary to respectively determine interface types corresponding to different user management systems and data formats transmitted by interfaces thereof, and then sequentially determine whether the user authentication information stored by each user management system can be integrated in a software system. By means of the arrangement, the applicable scene of software deployment is expanded.
Preferably, according to an embodiment of the present invention, the deployment apparatus 300 of the software system further includes an encryption processing module, before the step of deriving the plurality of user authentication information according to the corresponding data format of the software system, configured to:
and encrypting the plurality of user authentication information according to the confidentiality requirement of the enterprise for the data to be exported.
Specifically, a plurality of user authentication information are encrypted according to the confidentiality requirement, so that the account safety of the user is guaranteed, and the enterprise benefit is guaranteed.
The deployment module 303 is configured to formulate a deployment process and deploy the software system, so that a plurality of users who complete the user authentication information integration deploy the software system according to the deployment process.
Further, according to the embodiment of the present invention, the deployment apparatus 300 of the software system further includes a data consistency check module, before the step of issuing the software system, configured to:
and carrying out data consistency check on the plurality of user authentication information integrated into the software system, and determining that the check result is passed.
Through the arrangement, the user authentication information corresponding to the user of the software system to be deployed is ensured to be integrated in the software system through data consistency check, so that the software system can be ensured to complete all deployments smoothly, and the deployment efficiency is effectively improved.
According to the technical scheme of the embodiment of the invention, the deployment requirement of the software system is received, wherein the deployment requirement of the software system comprises product requirement information of the software system and the number of users of the software system to be deployed; constructing a software system according to product demand information, and integrating a plurality of user authentication information corresponding to the number of users into the software system; a deployment process is established, and the software system is deployed, so that a plurality of users completing the integration of the user authentication information deploy the software system according to the deployment process, therefore, the software deployment method of the existing method is overcome, and the related technical personnel assist enterprise staff to carry out authentication operation after the software system is released, thereby completing the deployment of the software system, and simultaneously, the technical problems of large deployment difficulty, low deployment efficiency, low automation degree of enterprise-level software system deployment and narrow applicable scene caused by the fact that the employee information of the enterprise is not managed in a centralized way or the data is different, therefore, the technical effects of completing integration of user authentication information before the software system is released, reducing the deployment difficulty of the software system, improving the deployment efficiency, improving the automation degree of enterprise-level software system deployment and expanding the applicable scenes are achieved.
Fig. 4 shows an exemplary system architecture 400 of a deployment method of a software system or a deployment apparatus of a software system to which an embodiment of the present invention can be applied.
As shown in fig. 4, the system architecture 400 may include terminal devices 401, 402, 403, a network 404, and a server 405 (this architecture is merely an example, and the components included in a particular architecture may be adapted according to application specific circumstances). The network 404 serves as a medium for providing communication links between the terminal devices 401, 402, 403 and the server 405. Network 404 may include various types of connections, such as wire, wireless communication links, or fiber optic cables, to name a few.
A user may use terminal devices 401, 402, 403 to interact with a server 405 over a network 404 to receive or send messages or the like. The terminal devices 401, 402, 403 may have installed thereon various communication client applications, such as a deployment-class application of a software system, a web browser application, a search-class application, an instant messaging tool, a mailbox client, social platform software, and the like (by way of example only).
The terminal devices 401, 402, 403 may be various electronic devices having a display screen and supporting web browsing, including but not limited to smart phones, tablet computers, laptop portable computers, desktop computers, and the like.
The server 405 may be a server that provides various services, such as a server (for example only) that users use the terminal devices 401, 402, 403 (to perform deployment/data processing of a software system). The server may analyze and perform other processing on the received data such as the software system deployment requirement, and feed back the processing result (for example, the software system, the deployment process — just an example) to the terminal device.
It should be noted that the deployment method of the software system provided by the embodiment of the present invention is generally executed by the server 405, and accordingly, the deployment apparatus of the software system is generally disposed in the server 405.
It should be understood that the number of terminal devices, networks, and servers in fig. 4 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation.
Referring now to FIG. 5, a block diagram of a computer system 500 suitable for use with a terminal device or server implementing an embodiment of the invention is shown. The terminal device or the server shown in fig. 5 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present invention.
As shown in fig. 5, the computer system 500 includes a Central Processing Unit (CPU)501 that can perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM)502 or a program loaded from a storage section 508 into a Random Access Memory (RAM) 503. In the RAM 503, various programs and data necessary for the operation of the system 500 are also stored. The CPU 501, ROM 502, and RAM 503 are connected to each other via a bus 504. An input/output (I/O) interface 505 is also connected to bus 504.
The following components are connected to the I/O interface 505: an input portion 506 including a keyboard, a mouse, and the like; an output portion 507 including a display such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker; a storage portion 508 including a hard disk and the like; and a communication section 509 including a network interface card such as a LAN card, a modem, or the like. The communication section 509 performs communication processing via a network such as the internet. The driver 510 is also connected to the I/O interface 505 as necessary. A removable medium 511 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 510 as necessary, so that a computer program read out therefrom is mounted into the storage section 508 as necessary.
In particular, according to the embodiments of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method illustrated in the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network through the communication section 509, and/or installed from the removable medium 511. The computer program performs the above-described functions defined in the system of the present invention when executed by the Central Processing Unit (CPU) 501.
It should be noted that the computer readable medium shown in the present invention can be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present invention, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In the present invention, however, a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams or flowchart illustration, and combinations of blocks in the block diagrams or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The modules described in the embodiments of the present invention may be implemented by software or hardware. The described modules may also be provided in a processor, which may be described as: a processor includes a receiving module, an integration module, and a deployment module. Where the names of these modules do not in some cases constitute a limitation on the modules themselves, for example, a receiving module may also be described as a "module for receiving software system deployment requirements".
As another aspect, the present invention also provides a computer-readable medium that may be contained in the apparatus described in the above embodiments; or may be separate and not incorporated into the device. The computer readable medium carries one or more programs which, when executed by a device, cause the device to comprise: receiving a software system deployment requirement, wherein the software system deployment requirement comprises product requirement information of the software system and the number of users of the software system to be deployed; constructing a software system according to product demand information, and integrating a plurality of user authentication information corresponding to the number of users into the software system; and formulating a deployment flow and issuing the software system so that a plurality of users completing user authentication information integration deploy the software system according to the deployment flow.
According to the technical scheme of the embodiment of the invention, the deployment requirement of the software system is received, wherein the deployment requirement of the software system comprises product requirement information of the software system and the number of users of the software system to be deployed; constructing a software system according to product demand information, and integrating a plurality of user authentication information corresponding to the number of users into the software system; a deployment process is established, and the software system is deployed, so that a plurality of users completing the integration of the user authentication information deploy the software system according to the deployment process, therefore, the software deployment method of the existing method is overcome, and the related technical personnel assist enterprise staff to carry out authentication operation after the software system is released, thereby completing the deployment of the software system, and simultaneously, the technical problems of large deployment difficulty, low deployment efficiency, low automation degree of enterprise-level software system deployment and narrow applicable scene caused by the fact that the employee information of the enterprise is not managed in a centralized way or the data is different, therefore, the technical effects of completing integration of user authentication information before the software system is released, reducing the deployment difficulty of the software system, improving the deployment efficiency, improving the automation degree of enterprise-level software system deployment and expanding the applicable scenes are achieved.
The above-described embodiments should not be construed as limiting the scope of the invention. Those skilled in the art will appreciate that various modifications, combinations, sub-combinations, and substitutions can occur, depending on design requirements and other factors. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. A method for deploying a software system, comprising:
receiving a software system deployment requirement, wherein the software system deployment requirement comprises product requirement information of a software system and the number of users to be deployed with the software system;
constructing the software system according to the product demand information, and integrating a plurality of user authentication information corresponding to the number of the users into the software system;
and formulating a deployment flow and issuing the software system so that a plurality of users completing user authentication information integration deploy the software system according to the deployment flow.
2. The deployment method of the software system according to claim 1, wherein the integrating the plurality of user authentication information corresponding to the number of users into the software system comprises:
judging whether the user authentication information is stored in a user management system;
if the user authentication information is stored in the user management system, judging whether the number of the users corresponding to the user authentication information stored in the user management system is consistent with the number of the users to be deployed with the software product;
if the user authentication information is consistent with the user authentication information, integrating the user authentication information from the user information management system; if not, integrating the existing user authentication information in the user information management system, performing format conversion processing on the rest user authentication information, and performing re-integration on the user authentication information after the format conversion processing.
3. The deployment method of software system according to claim 2, further comprising, before the step of integrating the plurality of user authentication information from the user information management system:
determining an interface type corresponding to the user information management system and a data format transmitted by an interface;
determining that the user authentication information stored in the user management system can be integrated into the software system according to the interface type and the data format.
4. The method of claim 3, further comprising, if not stored in the customer information management system:
determining a storage space required for the plurality of user authentication information;
and exporting the user authentication information according to the required storage space and the data format corresponding to the software system, and integrating the user authentication information into the software system after the software system is constructed.
5. The deployment method of the software system according to claim 3, wherein before the step of deriving the plurality of user authentication information according to the data format corresponding to the software system, the method further comprises:
and encrypting the plurality of user authentication information according to the confidentiality requirement of the enterprise for the data to be exported.
6. The method of deploying a software system according to claim 1, further comprising, before the step of issuing a software system:
and carrying out data consistency check on the plurality of user authentication information integrated into the software system, and determining that the check result is passed.
7. An apparatus for deploying a software system, comprising:
the system comprises a receiving module, a processing module and a display module, wherein the receiving module is used for receiving a software system deployment requirement, and the software system deployment requirement comprises product requirement information of a software system and the number of users to be deployed with the software system;
the integration module is used for constructing the software system according to the product demand information and integrating a plurality of user authentication information corresponding to the number of the users into the software system;
and the deployment module is used for making a deployment flow and publishing the software system so as to enable a plurality of users completing user authentication information integration to deploy the software system according to the deployment flow.
8. The deployment apparatus of software system according to claim 7, further comprising a determining module configured to:
judging whether the user authentication information is stored in a user management system;
if the user authentication information is stored in the user management system, judging whether the number of the users corresponding to the user authentication information stored in the user management system is consistent with the number of the users to be deployed with the software product;
if the user authentication information is consistent with the user authentication information, integrating the user authentication information from the user information management system; if not, integrating the existing user authentication information in the user information management system, performing format conversion processing on the rest user authentication information, and performing re-integration on the user authentication information after the format conversion processing.
9. An electronic device, comprising:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement the method of any one of claims 1-6.
10. A computer-readable medium, on which a computer program is stored, which, when being executed by a processor, carries out the method according to any one of claims 1-6.
CN202110718532.9A 2021-06-28 2021-06-28 Deployment method and device of software system Pending CN113342357A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110718532.9A CN113342357A (en) 2021-06-28 2021-06-28 Deployment method and device of software system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110718532.9A CN113342357A (en) 2021-06-28 2021-06-28 Deployment method and device of software system

Publications (1)

Publication Number Publication Date
CN113342357A true CN113342357A (en) 2021-09-03

Family

ID=77479132

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110718532.9A Pending CN113342357A (en) 2021-06-28 2021-06-28 Deployment method and device of software system

Country Status (1)

Country Link
CN (1) CN113342357A (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102195978A (en) * 2011-04-26 2011-09-21 深圳市共济科技有限公司 Software distribution deployment method and system
CN102970305A (en) * 2012-12-07 2013-03-13 成都康禾科技有限公司 Deployment method suitable for automatic software installation
CN103455352A (en) * 2013-08-30 2013-12-18 中国电子科技集团公司第十五研究所 Method for deploying application software and application software deploying device
CN103617485A (en) * 2013-11-15 2014-03-05 中国航空无线电电子研究所 Uniform authority management and deployment system
CN111209012A (en) * 2019-12-31 2020-05-29 中国电力科学研究院有限公司 Linux system-oriented software agent end automatic deployment method
US20200401397A1 (en) * 2019-06-24 2020-12-24 Hartford Fire Insurance Company Intelligent software agent to facilitate software development and operations
DE202020004941U1 (en) * 2019-11-26 2021-04-23 Manuel Eckert System for position-related emergency call control and communication

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102195978A (en) * 2011-04-26 2011-09-21 深圳市共济科技有限公司 Software distribution deployment method and system
CN102970305A (en) * 2012-12-07 2013-03-13 成都康禾科技有限公司 Deployment method suitable for automatic software installation
CN103455352A (en) * 2013-08-30 2013-12-18 中国电子科技集团公司第十五研究所 Method for deploying application software and application software deploying device
CN103617485A (en) * 2013-11-15 2014-03-05 中国航空无线电电子研究所 Uniform authority management and deployment system
US20200401397A1 (en) * 2019-06-24 2020-12-24 Hartford Fire Insurance Company Intelligent software agent to facilitate software development and operations
DE202020004941U1 (en) * 2019-11-26 2021-04-23 Manuel Eckert System for position-related emergency call control and communication
CN111209012A (en) * 2019-12-31 2020-05-29 中国电力科学研究院有限公司 Linux system-oriented software agent end automatic deployment method

Similar Documents

Publication Publication Date Title
CN108305072B (en) Method, apparatus, and computer storage medium for deploying a blockchain network
CN112860451A (en) Multi-tenant data processing method and device based on SaaS
CN112039826B (en) Login method and device applied to applet end, electronic equipment and readable medium
EP4350556A1 (en) Information verification method and apparatus
CN111460129A (en) Method and device for generating identification, electronic equipment and storage medium
CN112131599A (en) Method, device, equipment and computer readable medium for checking data
CN110134427A (en) A kind of method and apparatus generating code file
CN112348326A (en) Bank business processing method and system
CN116244682A (en) Database access method, device, equipment and storage medium
EP4180985A1 (en) File sharing method, apparatus, and system
CN113342357A (en) Deployment method and device of software system
CN111526184B (en) Business auditing method and device
CN115567596A (en) Cloud service resource deployment method, device, equipment and storage medium
CN110796021B (en) Identity authentication method and device applied to self-service equipment
CN111984616B (en) Method, device and system for updating shared file
CN110309187A (en) A kind of method and apparatus for applying streaming computing in SAAS system
CN113704222A (en) Method and device for processing service request
CN110262756B (en) Method and device for caching data
CN110611656B (en) Identity management method, device and system based on master identity multiple mapping
CN112487462B (en) Data authorization method and device based on block chain vehicle tax purchasing system
CN117149525A (en) Method, apparatus, device and computer readable medium for data backup
CN117061221A (en) Method and device for realizing cloud password service
CN115955327A (en) Interception authentication method and device based on document system
CN114546344A (en) Method and device for generating flow
CN113760556A (en) Message synchronization method and device

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