Upgrade OpenRose to Version 0.2.0-120 (Network Installation)
This guide walks you through the process of upgrading an existing network installation of OpenRose (Requirements Management Tool / Application) hosted on Internet Information Services (IIS) in a Windows environment.
OpenRose is a free and open-source requirements management tool designed to help teams and individuals manage project requirements efficiently.
Environment Overview
In this setup:
- IIS is installed and running locally on a Windows machine.
- OpenRose is deployed as two separate web applications:
- OpenRose API running on port 6736
- OpenRose Web UI running on port 7673
- The current installed version is 0.2.0.69, and we aim to upgrade to the latest version 0.2.0.120.
Step 1: Download the Latest OpenRose Release
- Visit the OpenRose GitHub repository.
- Navigate to the Releases section on the right-hand side.
- Download the following ZIP files for the x64 architecture:
OpenRose Web UIOpenRose API
- Save both files to a known location on your local machine.
Step 2: Prepare IIS for Upgrade
Before proceeding with the upgrade:
- Stop the web applications individually or stop the entire IIS service.
- Backup considerations:
- If you're using environment variables for configuration, backing up
appsettings.jsonis not necessary. - Optionally, back up your SQL Server database to safeguard your data.
- If you're using environment variables for configuration, backing up
Step 3: Upgrade OpenRose API
- Open IIS Manager.
- Select the OpenRose API application.
- Choose the Import Application option.
- Browse to the downloaded API ZIP file and import it.
- During import:
- Override existing files
- Delete unnecessary files
- Confirm that the installation completes successfully.
Step 4: Upgrade OpenRose Web UI
- Repeat the import process for the OpenRose Web UI:
- Select the Web UI application in IIS.
- Import the corresponding ZIP file.
- Remove any double quotes from the file path if needed.
- Confirm all required files are selected.
- During import:
- Select option to Override and delete as necessary.
- Ensure the installation completes without errors.
Step 5: Restart IIS and Verify Upgrade
- Restart the IIS instance.
- Access OpenRose via your browser using the localhost / Network URL as appropriate
- Navigate to the Settings section to confirm the version is now 0.2.0.120.
Step 6: Validate Functionality
- Check that all existing projects are intact.
- Use the Tree View and Baseline View to verify data visibility.
- Explore new features such as Go-To Navigation Links, introduced in version 0.2.0.120.
Summary
Upgrading OpenRose in a networked IIS environment involves:
- Downloading the latest release
- Stopping IIS services
- Importing updated application packages
- Restarting IIS and verifying the upgrade
By following these steps, you ensure a smooth transition to the latest version while preserving your data and configurations.
Thank you for supporting OpenRose. We’re excited to see how you’ll use the GoTo feature to streamline your workflows and enhance your project management experience.
OpenRose, a free and open-source requirements management application / tool. For more information, visit

Comments
Post a Comment