- Getting Started
-
Administration Guide
-
Get Started with Administering Wyn Enterprise
- System Requirements
- Installing on Windows
- Installing on Linux
- Installing using Docker
- License Wyn Enterprise
- Deploying with HTTPS
- Deploying with Reverse Proxy
- Deploying to Azure App Service
- Deploying to Azure Kubernetes Service
- Deploying to Local Kubernetes
- Deploying as a Virtual Directory or Sub-Application
- Deploying in a Distributed Environment
- Migration from ActiveReports Server 12
- Upgrade Wyn Enterprise to Latest Version
- Logging on to the Administrator Portal
- Ports in Firewall
- Configuration Settings
- Account Management
- Security Management
- System Management
- Document Management
- How To and Troubleshooting
-
Get Started with Administering Wyn Enterprise
- User Guide
- Developer Guide
Installing on openSUSE
You can install Wyn Enterprise on openSUSE using the zypper command.
Install ASP.NET Core 6.0 Runtime library. The minimum supported version is 6.0.2.
sudo zypper install libicu sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc wget https://packages.microsoft.com/config/opensuse/15/prod.repo sudo mv prod.repo /etc/zypp/repos.d/microsoft-prod.repo sudo zypper install aspnetcore-runtime-6.0
(this step is optional) Install any supported database server such as PostgreSQL, SqlServer, MySQL, Oracle, and Azure SQL.
If you do not want to install the database server by yourself, Wyn Enterprise will automatically install PostgreSQL server during installation.Configure Yum repository - run the following command.
sudo bash -c 'echo "[wyn-6.1] name=Wyn Enterprise baseurl=http://wyn-repos.grapecity.com/packages/yum/6.1/en/ enabled=1 gpgcheck=0" > /etc/zypp/yum.repos.d/wyn-6.1.repo'
Install Wyn Enterprise - run the following command.
sudo zypper install wyn-enterprise
Configure Wyn Enterprise service - run the following command.
sudo bash /opt/Wyn/Monitor/configure.sh
Finish.
More Commands
To update the version.
sudo zypper update wyn-enterprise
To uninstall.
sudo zypper remove wyn-enterprise
To install a specific version.
sudo zypper install wyn-enterprise={version}
To refresh repositories.
sudo zypper refresh