How to download the O2OA office development platform?

The O2OA office platform and all its source codes are available for free . Download the runnable version from the official website of the O2OA office system.

The official website address is: https://www.o2oa.net , enter the "Platform Download" page. (or directly enter: OA System Download Center - O2OA Enterprise Application Development Platform ) and then download the required version according to the operating system environment:

 

Click the required version to download, run O2OA in the local windows environment, take downloading the windows-x64 version as an example.

After the download is complete, you will get a zip file: o2server-xxx-windows-x64.zip; where xxx is the version number. After decompressing it, you will get the o2server folder, you can copy it to any server corresponding to the operating system version to run.

How to start the service (Windows system)?

Starting the service is the second step in building the O2OA office system: enter the o2server folder and run the start_windows.bat command to start the service.

 Host Configuration Requirements

When one server is not enough to provide services to a large number of people, we can use the cluster mode to realize the dual-machine or multi-machine deployment of the platform to expand the load capacity of the platform for users and businesses, or use the cluster mode to achieve high availability of the project architecture. Related documents will be further introduced later.

Minimal deployment requirements

 

Deployment suggestions for more than 100 users

Deployment suggestions for more than 500 users

 

Deployment suggestions for more than 1000 users

In the process of waiting for the server to start, introduce the following types of services of o2server. The default port of these types of servers is: 80

dataServer: used for database interaction, will start the built-in H2 database

stoageServer: file storage service

centerServer: Center service, mainly responsible for the scheduling of scheduled tasks and the control of clusters

applicationServer: application service, where the core application of the platform is deployed

webServer: web service, mainly the front-end HTML, JS, CSS, image and other content of the platform

When you see the following interface, it means that O2OA starts successfully.

The default web port of o2server is 80, please make sure that port 80 is not occupied.

If port 80 is occupied and the server reports an error, please refer to "System Configuration - Server Port Conflict and Port Modification" to adjust the port.

wait for port 80

web server  start completed

Appears, which means that the web server startup is complete. At this time, you can open the browser to access the OA system. Enter: http://127.0.0.1 in the default address bar of the browser to enter the login interface.

O2OA has a default built-in administrator account: "xadmin", and the default administrator user password is: "o2oa@year" such as o2oa@2022.

Use xadmin/o2oa@year, log in, and you will enter the default portal interface of the platform after successful login.

Guess you like

Origin blog.csdn.net/liyi_hz2008/article/details/127365866