File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Create-- Release--basic_112--for--GitHub
1+ name : Release--basic_112--for--GitHub
22
33on :
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
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!
You can’t perform that action at this time.
0 commit comments