Skip to content

Commit ec925e0

Browse files
Update download links
1 parent 9706214 commit ec925e0

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

docs/hub/installation/containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Install for Docker and container platforms
55
### Docker
66
:::info
77

8-
Using [docker](https://docker.com/) is a way to quickly try out *Certify Management Hub* on any OS. This runs the hub services in a virtualized *container* from an app *image* file. Upgrades just involve getting ("pulling") the latest image and recreating the container with that. Be sure to setup a data volume to retain your settings between upgrades.
8+
Using [docker](https://docker.com/) to quickly try out *Certify Management Hub* on any OS. This runs the hub services in a virtualized *container* from an app *image* file. Upgrades just involve getting ("pulling") the latest image and recreating the container with that. Be sure to setup a data volume to retain your settings between upgrades.
99

1010
:::
1111

docs/hub/installation/windows.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@ title: Install for Windows
66
#### Installing Certify Management Hub
77
The management hub is installed as a single service which serves the Management Hub API, a backend certify-agent instance, and the web UI. Internally this is using the Kestrel web server which is part of Microsoft ASP.Net.
88

9-
You can download the latest **alpha test** version [7.0.2.26-alpha.09 : Released 2025/06/09](https://downloads.certifytheweb.com/beta/latest/certify-mgmthub-windows-x64-latest.exe) - this is intended for test evaluation and not for production use, as subsequent updates may including breaking changes.
9+
[Download the latest **beta** version for Windows](https://downloads.certifytheweb.com/beta/latest/certify-mgmthub-windows-x64-latest.exe)
10+
11+
Note: this version is intended for test evaluation and is not yet intended for production use, as subsequent updates may including breaking changes.
12+
13+
### Upgrading
14+
To upgrade download and install the latest version as normal. On Windows your settings are preserved in `%PROGRAMDATA%\certify`. For most users, this is `C:\ProgramData\certify`. Uninstalling the app or installing a new version does not remove the files stored here. We recommend including this location in your regular backup procedure.
15+
16+
## Additional Information
1017

1118
The current default configuration will make the service and UI available at `http://localhost:8080`
1219

@@ -18,6 +25,3 @@ Suggested Configuration for multi-user access:
1825
- Create an internal DNS hostname for the service e.g. certify-hub.yourowndomain.com and point it at the internal IP of your server hosting the hub.
1926
- [Configure the service to use https](service.md)
2027
- Setup individual user accounts under Settings > Security > Users, and assign the roles required for each user (e.g. Administrator).
21-
22-
### Settings are preserved between installs/upgrades
23-
On Windows your settings are preserved in `%PROGRAMDATA%\certify`. For most users, this is `C:\ProgramData\certify`. Uninstalling the app or installing a new version does not remove the files stored here. We recommend including this location in your regular backup procedure.

0 commit comments

Comments
 (0)