Skip to content

Commit 8f16e27

Browse files
author
Tim Pouyer
committed
update the README file
1 parent ab8f7c0 commit 8f16e27

1 file changed

Lines changed: 17 additions & 5 deletions

File tree

README.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,23 @@ repo and follow the instructions in the README.md to build image.
55

66
To run:
77

8-
Download UCD installer zip and extract it into 'artifacts' folder
8+
- git clone https://github.com/stackinabox/docker-ibm-java.git and build it following the README.md in the repo
99

10-
Now just build and run the image:
10+
- git clone https://github.com/stackinabox/docker-ibm-java.git
1111

12-
docker build -t stackinabox/urbancode-deploy:%version% .
13-
docker run stackinabox/urbancode-deploy:latest
12+
- Download UCD installer zip and extract it into 'artifacts' folder
13+
You are on your own for finding this since it's a licensed product
1414

15-
# use `docker ps` to view the port mappings
15+
- Build the image:
16+
17+
````
18+
docker build -t stackinabox/urbancode-deploy:%version% .
19+
````
20+
21+
- Now you can run it using:
22+
23+
````
24+
docker run -d --name urbancode_deploy -e LICENSE=accept -p 7918:7918 -p 8080:8080 -p 8443:8443 stackinabox/urbancode-deploy:%version%
25+
````
26+
27+
- you can get to the web console by pointing your browser at https://%your-docker-hostname%:8443 login with admin:admin

0 commit comments

Comments
 (0)