Centos7下部署安装wynenterprise

下载地址:免费下载试用 - Wyn Enterprise 嵌入式商业智能和报表软件|可视化BI数据分析工具 - 葡萄城官网

https://www.grapecity.com.cn/solutions/wyn/download

我这里选择的 Centos7

[root@localhost ~]# cd /opt/
[root@localhost opt]# ll
-rw-r--r--. 1 root  root  565137768 Oct  9 09:24 wynenterprise-centos7-5.0.00283.0.tar.gz
[root@localhost opt]# mkdir -p /usr/local/wyninstaller
[root@localhost opt]# tar -zxvf wynenterprise-centos7-5.0.00283.0.tar.gz -C /usr/local/wyninstaller/
[root@localhost opt]# cd /usr/local/wyninstaller/
[root@localhost opt]# bash ./install.sh

Centos7下部署安装wynenterprise

默认四个组件全选,即不进行分布式部署,将系统的所有组件全部安装在当前服务器上。选择“确定”,继续安装。

install net core dependeny packages...                                                                               
################################# [100%]
        file /usr/lib64/libcurl.so.4.3.0 from install of libcurl-7.29.0-46.el7.x86_64 conflicts with file from package libcurl-7.29.0-42.el7.x86_64
################################# [100%]
        package libicu-50.1.2-15.el7.x86_64 is already installed
Install asp.net core runtime library ...
Install asp.net core runtime library finished.
  It was not possible to find any installed .NET Core SDKs
  Did you mean to run .NET Core SDK commands? Install a .NET Core SDK from:
      https://aka.ms/dotnet-download

Host (useful for support):
  Version: 3.1.7
  Commit:  fcfdef8d6b

.NET Core SDKs installed:
  No SDKs were found.

.NET Core runtimes installed:
  Microsoft.AspNetCore.App 3.1.7 [/opt/netcore/shared/Microsoft.AspNetCore.App]
  Microsoft.NETCore.App 3.1.7 [/opt/netcore/shared/Microsoft.NETCore.App]

To install additional .NET Core runtimes or SDKs:
  https://aka.ms/dotnet-download
Stopping wyn.service...
Installing Wyn Server ...
Installing Wyn Portal ...
Installing Wyn ReportingWorker ...
Installing Wyn CotWorker ...
Installing Wyn DashboardWorker ...
Install Wyn Enterprise finished.
Would you like to use an existing database server? Selecting 'no' will install a PostgreSQL server on this machine. (y/n): y
Please select the database provider(Postgres - 1, SqlServer - 2, MySql - 3, Oracle - 4): [1] 3
Server host: [localhost] 
Listening port: [3306] 
Username: [root] 
Password: 
Checking the database server connection ...
Would you like to store all the data to a single database(y/n)? [n]y
Installing MonetDB...
warning: MonetDB-stream-11.37.11-20200723.el7.x86_64.rpm: Header V4 RSA/SHA256 Signature, key ID df0e54f3: NOKEY
warning: MonetDB-client-11.37.11-20200723.el7.x86_64.rpm: Header V4 RSA/SHA256 Signature, key ID df0e54f3: NOKEY
warning: MonetDB-11.37.11-20200723.el7.x86_64.rpm: Header V4 RSA/SHA256 Signature, key ID df0e54f3: NOKEY
warning: MonetDB5-server-11.37.11-20200723.el7.x86_64.rpm: Header V4 RSA/SHA256 Signature, key ID df0e54f3: NOKEY
warning: MonetDB-SQL-server5-11.37.11-20200723.el7.x86_64.rpm: Header V4 RSA/SHA256 Signature, key ID df0e54f3: NOKEY
Created symlink from /etc/systemd/system/multi-user.target.wants/monetdbd.service to /usr/lib/systemd/system/monetdbd.service.
MonetDB installed successfully.
created database in maintenance mode: wyndw
taken database out of maintenance mode: wyndw
Updating configuration ...
Would you like to encrypt the database connection string in the configuration file(y/n)? [n]: n
Would you like to import the sample documents? Importing the sample documents helps beginners learn how to use Wyn. (y/n): [y]n
Removing the built-in sample files...
Starting service wyn.service ...
Now you can visit Wyn on http://192.168.2.10:51980, the default username and password of admin user are both 'admin', enjoy it.

上一篇:CentOS 下安装 JDK 8


下一篇:centos7---升级内核到任意版本(rpm+源码)