Skip to content

Commit 28aef10

Browse files
Doc
1 parent 845ae9c commit 28aef10

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

test/project/README.MD

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,18 @@
22

33
This test project is used for testing ACM in the AEM as a Cloud Service environment.
44

5-
## Setup
6-
7-
1. Run script which will create fresh AEM project generated from AEM Project archetype:
8-
9-
```bash
10-
sh setup.sh
5+
1. Configure AEM Cloud Manager Repository in *.env* file in the root of the repository:
6+
```env
7+
ACM_CM_URL=https://<username>:<password>@git.cloudmanager.adobe.com/<program-name>/<repository-name>/
118
```
9+
Replace `<username>`, `<password>`, `<program-name>`, and `<repository-name>` with your actual Cloud Manager credentials and repository details.
1210
13-
2. Configure AEM Cloud Manager Repository to point to this project repository.
11+
12+
2. Run script by task from the root of the repository:
1413
1514
```bash
16-
git remote add adobe "https://john-doe-acme-com:[email protected]/program-name/repository-name/"
17-
git push adobe main -f
15+
sh taskw release:test:project
1816
```
1917
20-
2118
3. Setup Pipeline in Adobe Cloud Manager UI and select repository created in the previous step.
2219
4. Run the pipeline to build and deploy the project to AEM as a Cloud Service environment.

0 commit comments

Comments
 (0)