Skip to content

updated to incorporate EtherCIS 1.2.0 packages. #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# For emacs:
*~
\#*
.\#*

14 changes: 7 additions & 7 deletions application/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM java:8-jre

MAINTAINER Alessandro Fael Garcia <[email protected]>
MAINTAINER Alessandro Fael Garcia <[email protected]>, Shinji Kobayashi <[email protected]>

LABEL EtherCIS-Version="1.1.0" \
LABEL EtherCIS-Version="1.2.0" \
Description="Docker image for the EtherCIS application"

# Create user and group ethercis
Expand All @@ -22,11 +22,11 @@ RUN chown -R ethercis:ethercis /home/ethercis/logs \
&& chown -R ethercis:ethercis /var/opt/ecis

# Copy EtherCIS files into their corresponding directories
COPY ./ethercis-1.1.0/conf /etc/opt/ecis
COPY ./ethercis-1.1.0/bin /opt/ecis/bin
COPY ./ethercis-1.1.0/lib/application /opt/ecis/lib/application
COPY ./ethercis-1.1.0/lib/deploy /opt/ecis/lib/deploy
COPY ./ethercis-1.1.0/lib/system /opt/ecis/lib/system
COPY ./ethercis-1.2.0/conf /etc/opt/ecis
COPY ./ethercis-1.2.0/bin /opt/ecis/bin
COPY ./ethercis-1.2.0/lib/application /opt/ecis/lib/application
COPY ./ethercis-1.2.0/lib/deploy /opt/ecis/lib/deploy
COPY ./ethercis-1.2.0/lib/system /opt/ecis/lib/system
COPY ./wait-for-it.sh /opt/ecis/bin/wait-for-it.sh

# Make startup scripts executable
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ export RUNTIME_LOG=/var/opt/ecis

CLASSPATH=./:\
${JAVA_HOME}/lib:\
${LIB}/ecis-core-1.1.0-SNAPSHOT.jar:\
${LIB}/ecis-knowledge-cache-1.1.0-SNAPSHOT.jar:\
${LIB}/ecis-ehrdao-1.1.0-SNAPSHOT.jar:\
${LIB}/jooq-pg-1.1.0-SNAPSHOT.jar:\
${LIB}/ecis-core-1.2.0-SNAPSHOT.jar:\
${LIB}/ecis-knowledge-cache-1.2.0-SNAPSHOT.jar:\
${LIB}/ecis-ehrdao-1.2.0-SNAPSHOT.jar:\
${LIB}/jooq-pg-1.2.0-SNAPSHOT.jar:\
${APPLIB}/types.jar:\
${APPLIB}/ecis-openehr.jar:\
${SYSLIB}/fst-2.40-onejar.jar:\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,22 +53,28 @@ export JOOQ_DB_PASSWORD=postgres

CLASSPATH=./:\
${JAVA_HOME}/lib:\
${LIB}/ecis-core-1.1.0-SNAPSHOT.jar:\
${LIB}/ecis-knowledge-cache-1.1.0-SNAPSHOT.jar:\
${LIB}/ecis-ehrdao-1.1.0-SNAPSHOT.jar:\
${LIB}/jooq-pg-1.1.0-SNAPSHOT.jar:\
${LIB}/aql-processor-1.1.0-SNAPSHOT.jar:\
${LIB}/ecis-servicemanager-1.1.0-SNAPSHOT.jar:\
${LIB}/ecis-authenticate-service-1.1.0-SNAPSHOT.jar:\
${LIB}/ecis-knowledge-service-1.1.0-SNAPSHOT.jar:\
${LIB}/ecis-logon-service-1.1.0-SNAPSHOT.jar:\
${LIB}/ecis-resource-access-service-1.1.0-SNAPSHOT.jar:\
${LIB}/ecis-composition-service-1.1.0-SNAPSHOT.jar:\
${LIB}/ecis-partyidentified-service-1.1.0-SNAPSHOT.jar:\
${LIB}/ecis-system-service-1.1.0-SNAPSHOT.jar:\
${LIB}/ecis-ehr-service-1.1.0-SNAPSHOT.jar:\
${LIB}/ecis-vehr-service-1.1.0-SNAPSHOT.jar:\
${APPLIB}/ehrxml.jar:\
${LIB}/ecis-core-1.2.0-SNAPSHOT.jar:\
${LIB}/ecis-knowledge-cache-1.2.0-SNAPSHOT.jar:\
${LIB}/ecis-ehrdao-1.2.0-SNAPSHOT.jar:\
${LIB}/jooq-pg-1.2.0-SNAPSHOT.jar:\
${LIB}/aql-processor-1.2.0-SNAPSHOT.jar:\
${LIB}/ecis-servicemanager-1.2.0-SNAPSHOT.jar:\
${LIB}/ecis-authenticate-service-1.2.0-SNAPSHOT.jar:\
${LIB}/ecis-knowledge-service-1.2.0-SNAPSHOT.jar:\
${LIB}/ecis-logon-service-1.2.0-SNAPSHOT.jar:\
${LIB}/ecis-resource-access-service-1.2.0-SNAPSHOT.jar:\
${LIB}/ecis-composition-service-1.2.0-SNAPSHOT.jar:\
${LIB}/ecis-partyidentified-service-1.2.0-SNAPSHOT.jar:\
${LIB}/ecis-system-service-1.2.0-SNAPSHOT.jar:\
${LIB}/ecis-ehr-service-1.2.0-SNAPSHOT.jar:\
${LIB}/ecis-vehr-service-1.2.0-SNAPSHOT.jar:\
${LIB}/ecis-meta-data-cache-1.2.0-SNAPSHOT.jar:\
${LIB}/ecis-query-service-1.2.0-SNAPSHOT.jar:\
${LIB}/ecis-resource-access-service-1.2.0-SNAPSHOT.jar:\
${LIB}/ecis-transform-1.2.0-SNAPSHOT.jar:\
${LIB}/ecis-validation-1.2.0-SNAPSHOT.jar:\
${LIB}/ecis-webtemplate-1.2.0-SNAPSHOT.jar:\
${APPLIB}/ehrxml-1.0.0.jar:\
${APPLIB}/oet-parser.jar:\
${APPLIB}/ecis-openehr.jar:\
${APPLIB}/types.jar:\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ export JOOQ_DB_PASSWORD=postgres

CLASSPATH=./:\
${JAVA_HOME}/lib:\
${LIB}/ecis-core-1.1.0-SNAPSHOT.jar:\
${LIB}/ecis-knowledge-cache-1.1.0-SNAPSHOT.jar:\
${LIB}/ecis-ehrdao-1.1.0-SNAPSHOT.jar:\
${LIB}/jooq-pg-1.1.0-SNAPSHOT.jar:\
${APPLIB}/ehrxml.jar:\
${LIB}/ecis-core-1.2.0-SNAPSHOT.jar:\
${LIB}/ecis-knowledge-cache-1.2.0-SNAPSHOT.jar:\
${LIB}/ecis-ehrdao-1.2.0-SNAPSHOT.jar:\
${LIB}/jooq-pg-1.2.0-SNAPSHOT.jar:\
${APPLIB}/ehrxml-1.0.0.jar:\
${APPLIB}/oet-parser.jar:\
${APPLIB}/ecis-openehr.jar:\
${APPLIB}/types.jar:\
Expand Down
Loading