Skip to content

Commit 45c82f2

Browse files
committed
Fix arun-gupta#20 Changed branch and added dependencies to have WildFly tested using Cube
1 parent 53c4f4b commit 45c82f2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

instructor/nexusbackup.tar

36.6 MB
Binary file not shown.

instructor/readme.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,14 +145,14 @@ Execute:
145145

146146
[source,text]
147147
----
148-
docker exec instructor_gitlab_1 bash -c "cd /home/git/data/repositories/root; git clone --bare https://github.com/jboss-developer/ticket-monster.git; chown git:git -R /home/git/data/repositories; cd /home/git/gitlab; sudo -u git -H bundle exec rake -v gitlab:import:repos RAILS_ENV=production"
148+
docker exec instructor_gitlab_1 bash -c "cd /home/git/data/repositories/root; git clone --bare https://github.com/rafabene/ticket-monster.git; chown git:git -R /home/git/data/repositories; cd /home/git/gitlab; sudo -u git -H bundle exec rake -v gitlab:import:repos RAILS_ENV=production"
149149
----
150150

151151
## Build TicketMonster from the sources
152152

153153
1. Clone TicketMonster from the existing gitlab container
154154
155-
git clone -b WFLY8.1 http://root:dockeradmin@localhost:10080/root/ticket-monster.git
155+
git clone -b WildFly-docker-test http://root:dockeradmin@localhost:10080/root/ticket-monster.git
156156
157157
2. Build TicketMonster
158158

readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ cd /docker-java/
227227
And checkout the sources from the instructor git repository.
228228
[source, text]
229229
----
230-
git clone -b WFLY8.1 http://root:dockeradmin@<INSTRUCTOR_IP>:10080/root/ticket-monster.git
230+
git clone -b WildFly-docker-test http://root:dockeradmin@<INSTRUCTOR_IP>:10080/root/ticket-monster.git
231231
----
232232

233233
From here, you're free to explore the application a bit. Open it with JBDS and find more background about the use-cases and how the application is designed at the link:http://www.jboss.org/ticket-monster/whatisticketmonster/[Ticket Monster Website].

0 commit comments

Comments
 (0)