Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Spire.Cloud privatization deployment tutorial (1)-CentOS 7 system

2025-01-15 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Linux server systems supported by Spire.Cloud include CentOS and Ubuntu (CentOS 7 and Ubuntu 18 versions are recommended). This tutorial focuses on how to implement Spire.Cloud privatization deployment on CentOS 7.

The detailed steps are as follows:

Install CentOS 7

First, CentOS 7 needs to be installed on the server, if it is already installed, skip this step.

1. Install CentOS 7, enter the following interface, click continue.

Select the minimum installation.

3, set the partition, select the default settings.

4. Open the network.

5. Start installation after configuration.

6. Set the root account password.

7. Restart the system after installation.

II. System Configuration

1. Close the firewall.

1) First check the status of the firewall:

firewall-cmd --state

2) Close the firewall:

systemctl stop firewalld.service

3) Check the status again to see if the firewall is closed:

firewall-cmd --state

2. Configure static IP address.

1) Open the configuration file using the command vi /etc/sysconfig/network-scripts/ifcfg- ens32(check to confirm this information).

Press Insert to start editing, change the value of bootproto to static, and add IP address, subnet mask, gateway, and DNS server to the end. After editing, press ESC key to exit editing, and then press colon (:) key to enter wq command to save exit.

2) Then enter the command systemctl restart network to restart network services.

3) Enter the command ip addr to check the current ip address and confirm whether the modification is successful.

Deployment of Spire.Cloud

1. Contact us to obtain the Spire.Cloud product deployment package. Email: sales@e-iceblue.com; Tel: 028-81705109.

2. Copy the product deployment file to CentOS 7 system, which can be copied with winscp tool. The specific steps are as follows.

1) Landing first.

2) Copy the file directly into it, here it is copied to the/root/directory.

3. Installation of products

Execute script install_centos7.sh under root account privileges.

Execute command: sh install_centos7.sh; alternatively, pack log: sh install_centos7.sh >1.log

This deployment takes a long time (2h+), so please be patient.

4. Application license

1) Copy the license file to spire.cloud/service/ConverterService/bin/license directory.

2) Switch to the directory where binding_license.sh is located (for this deployment/root/) and execute the scripts binding_license.sh and sh binding_license.sh.

Note: Privatization deployment requires a valid license file to be applied, otherwise the online editing service and WEB API service will not function properly.

If you need temporary license files, please contact us. Email: sales@e-iceblue.com; Tel: 028-81705109.

Spire.Cloud is now deployed. You can now create, edit, save, and print Office (Word/Excel/PowerPoint) documents online using Spire.Cloud's online editing service on your local server; or use the WEB API to manipulate Office (Word/Excel/PowerPoint) and PDF documents in an app, and then view the resulting documents using online editing.

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

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

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report