-
Notifications
You must be signed in to change notification settings - Fork 15
add rs-net linux installer docs #252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
petar-i-todorov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Feel free to dismiss any of the suggestions.
dotnet-docs/linux-installation.md
Outdated
|
|
||
| # Report Server for .NET: Installation on Linux | ||
|
|
||
| Starting with the [2025 Q3 release](https://www.telerik.com/support/whats-new/report-server/release-history/progress-telerik-report-server-2025-q3-11-2-25-812) of the Telerik Report Server, you can now download a separate installer for Linux operating systems. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be https://www.telerik.com/support/whats-new/report-server/release-history/progress-telerik-report-server-2025-q3-11-2-25-813 since the release is on Wednesday?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We build the code on the previous day of the release, so it is usually a day younger, thus the -1 for the last number
dotnet-docs/linux-installation.md
Outdated
|
|
||
| # Report Server for .NET: Installation on Linux | ||
|
|
||
| Starting with the [2025 Q3 release](https://www.telerik.com/support/whats-new/report-server/release-history/progress-telerik-report-server-2025-q3-11-2-25-812) of the Telerik Report Server, you can now download a separate installer for Linux operating systems. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Starting with the [2025 Q3 release](https://www.telerik.com/support/whats-new/report-server/release-history/progress-telerik-report-server-2025-q3-11-2-25-812) of the Telerik Report Server, you can now download a separate installer for Linux operating systems. | |
| Starting with the [2025 Q3 release](https://www.telerik.com/support/whats-new/report-server/release-history/progress-telerik-report-server-2025-q3-11-2-25-813) of the Telerik Report Server, you can now download a separate installer for Linux operating systems. |
| 1. After installing the unzip utility, use the following command to extract the installer in a new directory: | ||
|
|
||
| ````bash | ||
| unzip Telerik_ReportServer_Net_NonWindows_Installer_11_2_25_812.zip -d reportserver |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| unzip Telerik_ReportServer_Net_NonWindows_Installer_11_2_25_812.zip -d reportserver | |
| unzip Telerik_ReportServer_Net_NonWindows_Installer_11_2_25_813.zip -d reportserver |
Co-authored-by: Petar Todorov <109748926+petar-i-todorov@users.noreply.github.com>
Co-authored-by: Petar Todorov <109748926+petar-i-todorov@users.noreply.github.com>
Co-authored-by: Petar Todorov <109748926+petar-i-todorov@users.noreply.github.com>
Co-authored-by: Petar Todorov <109748926+petar-i-todorov@users.noreply.github.com>
todorarabadzhiev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
No description provided.