Skip to content
This repository was archived by the owner on Apr 16, 2025. It is now read-only.

Commit 01a2643

Browse files
Merge pull request #507 from usc-isi-i2/development
Development to Master merge for release - Security Updates and Build Fixes
2 parents a7e5a0b + a9bce14 commit 01a2643

File tree

42 files changed

+50
-3639
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+50
-3639
lines changed

Dockerfile

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
FROM openjdk:8-jdk-alpine
2+
RUN apk add --no-cache curl tar git
3+
4+
WORKDIR /karma
5+
6+
RUN wget https://mirrors.sonic.net/apache/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz
7+
8+
RUN tar xzvf apache-maven-3.6.3-bin.tar.gz
9+
10+
RUN mkdir /karma/Web-Karma
11+
12+
RUN git clone https://github.com/usc-isi-i2/Web-Karma /karma/Web-Karma
13+
14+
RUN cd /karma/Web-Karma && /karma/apache-maven-3.6.3/bin/mvn clean install
15+
16+
CMD cd /karma/Web-Karma/karma-web && /karma/apache-maven-3.6.3/bin/mvn jetty:run

karma-app/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"chai": "^3.5.0",
33-
"electron": "10.1.3",
33+
"electron": "10.2.0",
3434
"electron-builder": "^5.12.1",
3535
"electron-mocha": "^3.0.0",
3636
"fs-jetpack": "^0.9.0",

karma-commands/commands-alignment-openrdf/.factorypath

Lines changed: 0 additions & 121 deletions
This file was deleted.

karma-commands/commands-alignment/.factorypath

Lines changed: 0 additions & 94 deletions
This file was deleted.

0 commit comments

Comments
 (0)