Skip to content

Commit

Permalink
Merge branch 'develop' into DictionaryTest
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzy11 authored Nov 19, 2024
2 parents bfa76c1 + 9d1c280 commit 175987e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

tasks:
- name: Build the Dependencies and Start the docker containers
init: cd dataexport && mvn clean install -DskipTests && cd .. && mvn clean install && cd frontend && npm install && cd ..
init: mvn clean install && cd frontend && npm install && cd ..
command: docker-compose -f dev.docker-compose.yml up -d


12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,11 @@ see [OpenELIS-Docker setup](https://github.com/I-TECH-UW/openelis-docker)

git clone https://github.com/username/OpenELIS-Global-2.git

2. innitialize and build sub modules
1. Build the War file

cd OpenELIS-Global-2
git submodule update --init --recursive
cd dataexport
mvn clean install -DskipTests

3. Build the War file

cd ..
mvn clean install -DskipTests

4. Start the containers to mount the locally compiled artifacts
1. Start the containers to mount the locally compiled artifacts

docker-compose -f dev.docker-compose.yml up -d

Expand Down
16 changes: 11 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -569,14 +569,20 @@
</dependencies>
<repositories>
<repository>
<id>jaspersoft-third-party</id>
<url>https://jaspersoft.jfrog.io/jaspersoft/third-party-ce-artifacts/</url>
<id>jaspersoft-third-party</id>
<url>https://jaspersoft.jfrog.io/jaspersoft/third-party-ce-artifacts/</url>
</repository>
<repository>
<id>shibboleth</id> <!-- openSaml-->
<url>https://build.shibboleth.net/maven/releases/</url>
<id>shibboleth</id>
<!-- openSaml-->
<url>https://build.shibboleth.net/maven/releases/</url>
</repository>
</repositories>
<repository>
<id>uwdigi-repo-central</id>
<name>DIGI Public Repository</name>
<url>https://packages.uwdigi.org/artifactory/public</url>
</repository>
</repositories>
<build>
<finalName>OpenELIS-Global</finalName>
<resources>
Expand Down

0 comments on commit 175987e

Please sign in to comment.