Skip to content

Commit 7cb0e6d

Browse files
authored
Merge pull request #3674 from reubenmiller/docs-update-apama-repo-docs
docs: update Apama repository docs to use latest 2026 version
2 parents e68f84c + d5fa56f commit 7cb0e6d

File tree

1 file changed

+22
-7
lines changed

1 file changed

+22
-7
lines changed

docs/src/operate/c8y/apama.md

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,34 @@ Further details about this can be found in the %%te%% documentation at [Manage t
1717
1. In the Cumulocity tenant, open the **Device Management** app, go to the **Management** menu option and select the **Software repository**.
1818
2. Click **Add software** at the right of the top menu bar.
1919
3. In the **ADD SOFTWARE** dialog enter the following details:
20-
- **Software**: apama-repo
21-
- **Description**: apama-repo (or something else if you choose)
22-
- **Device Filter Type**: (leave empty)
23-
- **Software Type**: apt
24-
- **Version**: 2022
25-
- **SOFTWARE FILE**: check the *Provide a file path* option and enter the URL: https://downloads.apamacommunity.com/debian/apama-repo_2022_all.deb
20+
21+
|Property|Value|
22+
|--------|-----|
23+
|Software|apama-repo|
24+
|Description|apama-repo (or something else if you choose)|
25+
|Device Filter Type|(leave empty)|
26+
|Software Type|apt|
27+
|Version|1:26.0-1|
28+
|Software File - *Provide a File* option|https://download.cumulocity.com/Apama/Debian/apama-repo_26.0-1_all.deb|
29+
30+
:::note
31+
The repository item's version **MUST** match the the Debian package's "Version" (including the debian epoch number if present). If it doesn't, the package will fail to install due to a meta-information mismatch.
32+
33+
If you have having trouble finding a package's version number, you can use a Debian based distribution to download the package manually, and use the `dpkg-deb` command to view the exact version number of the package. Below shows an example of the command:
34+
35+
```sh
36+
wget -qO - https://download.cumulocity.com/Apama/Debian/apama-repo_26.0-1_all.deb \
37+
| dpkg-deb --info - \
38+
| grep "Version: "
39+
```
40+
:::
2641

2742
4. Click the **Add Software** button.
2843
5. Now select the **Devices** menu option and then select **All devices**.
2944
6. In the list of devices, select the %%te%% device installed previously.
3045
7. In the sub-menu for the device, select the **Software** option.
3146
8. Click the **Install software** button in the bottom left; the apama-repo should be listed.
32-
9. Click the drop-down arrow on the right and check the `2022` radio button, then click **Install**.
47+
9. Click the drop-down arrow on the right and select the desired version, then click **Install**.
3348
10. Finally, click the **Apply changes** button in the lower right of the panel.
3449

3550
#### Add the Apama thin-edge support package to the tenant software repository and deploy it to thin-edge

0 commit comments

Comments
 (0)