Skip to content

Commit 775c8b8

Browse files
committed
start machine
1 parent 8ab295a commit 775c8b8

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

readme.adoc

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,26 @@ cd /docker-java/ticket-monster
206206
mvn -s settings.xml -f demo/pom.xml package
207207
----
208208

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+
[source, text]
225+
----
226+
docker-machine start
227+
----
228+
209229

210230

211231
### Deploy Ticket Monster

0 commit comments

Comments
 (0)