File tree Expand file tree Collapse file tree 3 files changed +14
-16
lines changed Expand file tree Collapse file tree 3 files changed +14
-16
lines changed Original file line number Diff line number Diff line change 6
6
7
7
tasks :
8
8
- name : Build the Dependencies and Start the docker containers
9
- init : cd dataexport && mvn clean install -DskipTests && cd .. && mvn clean install && cd frontend && npm install && cd ..
9
+ init : mvn clean install && cd frontend && npm install && cd ..
10
10
command : docker-compose -f dev.docker-compose.yml up -d
11
11
12
12
Original file line number Diff line number Diff line change @@ -50,19 +50,11 @@ see [OpenELIS-Docker setup](https://github.com/I-TECH-UW/openelis-docker)
50
50
51
51
git clone https://github.com/username/OpenELIS-Global-2.git
52
52
53
- 2 . innitialize and build sub modules
53
+ 1 . Build the War file
54
54
55
- cd OpenELIS-Global-2
56
- git submodule update --init --recursive
57
- cd dataexport
58
- mvn clean install -DskipTests
59
-
60
- 3 . Build the War file
61
-
62
- cd ..
63
55
mvn clean install -DskipTests
64
56
65
- 4 . Start the containers to mount the locally compiled artifacts
57
+ 1 . Start the containers to mount the locally compiled artifacts
66
58
67
59
docker-compose -f dev.docker-compose.yml up -d
68
60
Original file line number Diff line number Diff line change 563
563
</dependencies >
564
564
<repositories >
565
565
<repository >
566
- <id >jaspersoft-third-party</id >
567
- <url >https://jaspersoft.jfrog.io/jaspersoft/third-party-ce-artifacts/</url >
566
+ <id >jaspersoft-third-party</id >
567
+ <url >https://jaspersoft.jfrog.io/jaspersoft/third-party-ce-artifacts/</url >
568
568
</repository >
569
569
<repository >
570
- <id >shibboleth</id > <!-- openSaml-->
571
- <url >https://build.shibboleth.net/maven/releases/</url >
570
+ <id >shibboleth</id >
571
+ <!-- openSaml-->
572
+ <url >https://build.shibboleth.net/maven/releases/</url >
572
573
</repository >
573
- </repositories >
574
+ <repository >
575
+ <id >uwdigi-repo-central</id >
576
+ <name >DIGI Public Repository</name >
577
+ <url >https://packages.uwdigi.org/artifactory/public</url >
578
+ </repository >
579
+ </repositories >
574
580
<build >
575
581
<finalName >OpenELIS-Global</finalName >
576
582
<resources >
You can’t perform that action at this time.
0 commit comments