Skip to content

Commit 21455ab

Browse files
committed
basic_112 Hello Tomcat!
1 parent 5d9e5e9 commit 21455ab

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/github_release.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Create--Release--basic_112--for--GitHub
1+
name: Release--basic_112--for--GitHub
22

33
on:
44
push:
@@ -23,11 +23,15 @@ jobs:
2323
tag_name: basic__112__01
2424
release_name: Project--"basic_112"--for--The--Release
2525
body: |
26-
PROJECT IN THIS RELEASE
26+
### PROJECT IN THIS RELEASE
2727
- develop simple web app with docker and tomcat
28+
29+
### USING THE PROJECT
2830
2931
```bash
30-
# DO (download the file)
32+
# DO (download the zip file)
33+
wget https://github.com/cnruby/gradle_java/archive/basic__112__01.zip
34+
3135
# DO (unzip the file)
3236
unzip gradle_java-basic__112__01.zip && cd gradle_java-basic__112__01
3337
@@ -40,7 +44,7 @@ jobs:
4044
# DO (run a docker container with Java Web App)
4145
docker run -p 80:8080 112_gradle_java
4246
43-
# DO (use the application)
47+
# DO (use the web application)
4448
google-chrome http://localhost:80/
4549
# >> Result
4650
Hello Tomcat!

0 commit comments

Comments
 (0)