- 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 (AAS)
- Deploying to Azure Kubernetes Service (AKS)
- Deploying to AKS using Helm Chart
- Deploying to Local Kubernetes
- Deploying to Kubernetes Cluster using Helm Chart
- Deploying as a Virtual Directory or Sub-Application
- Deploying to Amazon ECS
- Deploying to Amazon EKS using Helm Charts
- 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.
1. Install ASP.NET Core 8.0 Runtime library. The minimum supported version is 8.0.3.
type=danger
NOTE: The minimum version of the openSUSE server that the NET CORE 8.0 supports is 15.4. Refer MSDN article for more information.
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 chown root:root /etc/zypp/repos.d/microsoft-prod.repo
sudo zypper install aspnetcore-runtime-8.0
2. Install database server. The supported databases are PostgreSQL, SQLServer, MySQL, and Oracle. This step can be skipped if you want to install Wyn with the single-process mode and use SQLite as the data store.
3. Configure the repository information by running the following command.
auto sudo bash -c 'echo "[wyn-8.0] name=Wyn Enterprise baseurl=https://cdn.wynenterprise.io/BI/installation/yum/8.0/ enabled=1 gpgcheck=0" > /etc/zypp/yum.repos.d/wyn-8.0.repo'
4. Install Wyn Enterprise - run the following command.
sudo zypper install wyn-enterprise
5. Configure Wyn Enterprise service - run the following command.
sudo bash /opt/Wyn/Monitor/configure.sh
6. 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