We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ab295a commit 775c8b8Copy full SHA for 775c8b8
1 file changed
readme.adoc
@@ -206,6 +206,26 @@ cd /docker-java/ticket-monster
206
mvn -s settings.xml -f demo/pom.xml package
207
----
208
209
+Congratulations: You just build the applications war file. Let's see if this can be deployed.
210
+
211
+### Run Ticket Monster For The First Time
212
+The application needs two things from an infrastructure perspective. A WildFly application server and a Postgress Database.
213
+Let Docker do the magic for us.
214
215
+Check if your docker host is running
216
217
+[source, text]
218
+----
219
+docker-machine ls
220
221
222
+If the machine state is stopped, starte it with
223
224
225
226
+docker-machine start
227
228
229
230
231
### Deploy Ticket Monster
0 commit comments