From 59107eada86a89bace493476acdd475f27bdd080 Mon Sep 17 00:00:00 2001 From: gitea_admin Date: Wed, 11 Mar 2026 13:56:56 +0000 Subject: [PATCH] Initialize wiki with deployment guide --- Home.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..93a012c --- /dev/null +++ b/Home.md @@ -0,0 +1,21 @@ +# Deploy the Project on CamelX Platform + +Deploy on CamelX Platform in three steps + +## Step 1: Create a release +From the project space, click on **"Create a release"** + +The new version is automatically available in the list + +## Step 2: Deploy +Click on **"Deploy"** + +- **Version:** Select the desired release +- **Environment:** Choose `Development`, `Staging`, or `Production` +- **Configuration:** Select the configuration source +- **Resources:** Set CPU and Memory + +## Step 3: Expose +Enable **"Expose"** + +Choose an **API Gateway** (Internal, Public, etc.)