Spire.Cloud Private Deployment Tutorial (3) - Windows System

This tutorial mainly introduces how to realize the private deployment of Spire.Cloud on Windows system.

The detailed steps are as follows:

1. Installation dependencies

Our private deployment depends on Nodejs, MySQL, Redis and RabbitMQ. Please make sure that Nodejs, MySQL, Redis and RabbitMQ are installed on the server.

2. Deploy Spire.Cloud

1. Get  the Spire.Cloud product Windows deployment package .

2. Install the product

After downloading the deployment package, decompress it, then run the OnlineEditorSetup.exe file in the decompressed file to start the installation,
select the installation directory ( do not have "Chinese" characters in the installation directory ), and just click next.

After the steps shown in the figure, you need to fill in the corresponding information according to the MySQL, Redis and RabbitMQ servers, ports, account numbers and passwords that are actually installed.

Go to the following page and select your IP address.

 

3. Binding license

Check Bind License, and after clicking finish, a pop-up window will appear automatically, where you can bind the license, browse the location of the license, and click bind to complete the binding.

 

 The binding is successful, exit.

Note : The privatization deployment needs to apply a valid license file, otherwise the online editing service and WEB API service will not work normally.

If you need a temporary license file, please contact us. E-mail: [email protected] ; Tel: 028-81705109.

So far, Spire.Cloud has been deployed. Now you can use Spire.Cloud online editing service to create, edit, save and print Office (Word/Excel/PowerPoint) documents online on your local server; or use WEB API to operate Office (Word/Excel/PowerPoint) in applications and PDF documents, and view the resulting documents using online editing.

Now test online editing. Enter "[server ip]:3000" in the browser address bar (for this deployment, enter 192.168.0.75:3000), and the following interface appears:

 

 Click Create Document to create a blank Word document and edit the content:

(over) 

Guess you like

Origin blog.csdn.net/Eiceblue/article/details/126658669