You are currently viewing documentation for CompuTec AppEngine 3.0 (.NET 8).
If you are working with older environments, you may need the documentation for CompuTec AppEngine 2.0 based on .NET Framework, which is still supported: https://learn.computec.one/docs/appengine/2.0/.
As CompuTec AppEngine 3.0 introduces a new architecture, all CompuTec components must be updated together to ensure full compatibility.
Please review the CompuTec AppEngine 3.0 documentation before starting your installation or upgrade process.
CompuTec Early Access Program
The CompuTec Early Access Program allows partners to participate in pre-release (release candidate) testing of CompuTec plugins and the CompuTec Framework. This program is designed for organizations that want early visibility into upcoming features and are willing to provide feedback before general release.
To request access, submit a support ticket at https://support.computec.pl. After your request is approved, you will receive an Early Access token (API key) required to enable the Early Access repository.
Prerequisites
Before you configure Early Access on your system, make sure the following requirements are met:
-
Download and install the latest CompuTec AppEngine:
Follow the steps outlined in the CompuTec AppEngine Installation Guide. -
Install the CompuTec WMS server, if required for your environment:
Installation instructions are available in the CompuTec WMS documentation.
Enabling Early Access plugins in the CompuTec AppEngine Store
Follow the steps below to enable access to Early Access plugins.
Step 1: Enable the Early Access Repository
- Open the CompuTec AppEngine Administration Panel.
- Go to Configuration > Advanced Configuration.
- Select the Plugin Repository tab.
- Enable the repository using the following URL: https://pkgs.dev.azure.com/computec-one/development/_packaging/dev/nuget/v3/index.json
Step 2: Create the configuration file
-
Create a configuration file named CtNugetConfig.config with the following content, making sure to replace
APIKEYwith your API key:<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="DevatAzure" value="https://pkgs.dev.azure.com/computec-one/development/_packaging/dev/nuget/v3/index.json" />
</packageSources>
<packageSourceCredentials>
<DevatAzure>
<add key="Username" value="earlyaccess@computec.pl" />
<add key="ClearTextPassword" value="APIKEY"/>
</DevatAzure>
</packageSourceCredentials>
</configuration> -
Save the created file in CompuTec AppEngine Installation Directory at
C:\Program Files\CompuTec\AppEngine.