Skip to content
This repository was archived by the owner on Feb 3, 2023. It is now read-only.

Commit 209e384

Browse files
committed
initial doc
1 parent 7d3211b commit 209e384

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
This is a sample Web Application to use during Continuous Integration demos.
2+
3+
#Build Instruction
4+
5+
```
6+
mvn3 clean package
7+
```
8+
9+
#Deploy instruction
10+
11+
Deploy ```target/WebApp.war``` on Tomcat
12+
13+
#TODO
14+
15+
Add instruction to deploy to ElasticBeanstalk

0 commit comments

Comments
 (0)