Skip to content

Commit

Permalink
Merge branch 'windows_container' of https://github.com/openimis/openi…
Browse files Browse the repository at this point in the history
…mis-fe_js into windows_container
  • Loading branch information
delcroip committed Apr 27, 2020
2 parents ec2cd9d + 7952319 commit fcfca4b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile_win
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ARG WINDOWS_BASE="mcr.microsoft.com/dotnet/framework/aspnet"


FROM "${WINDOWS_BASE}:${WINDOWS_VERSION}"
ARG OPENIMIS_VERSION="1.4.0"
ARG OPENIMIS_VERSION="1.4.1"
LABEL vendor="openIMIS"\
maintainer="Patrick Delcroix <patrick.delcroix@swisspth.ch>"\
org.openimis.webapp.is-beta= \
Expand All @@ -51,7 +51,7 @@ COPY script/InstallopenIMIS.ps1 /temp/InstallopenIMIS.ps1
RUN powershell -Command /temp/InstallopenIMIS.ps1 $env:username;\
Start-Process msiexec.exe -Wait -ArgumentList '/q /i /temp/iislua_x64.msi';
RUN Start-Process msiexec.exe -Wait -ArgumentList '/q /i /temp/ars.msi';
#COPY ./build.zip C:/temp
#ADD https://github.com/openimis/openimis-fe_js/releases/download/v1.1.0/openIMIS_FE_v1.1.0.zip C:/temp/build.zip
#RUN Expand-Archive -Path C:/temp/build.zip -DestinationPath C:/inetpub/wwwroot/openIMIS/front

WORKDIR "/inetpub/wwwroot"
Expand Down
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
# openIMIS Frontent Reference Implementation
# openIMIS Frontent Reference Implementation : Windows Docker
This repository holds the configuration files for the openIMIS Frontend Reference Implementation:
- Legacy web applictation
- Modular front end

Please look for the direction on the openIMIS Wiki: https://openimis.atlassian.net/wiki/spaces/OP/pages/963182705/MO1.1+Install+the+modular+openIMIS+using+Docker

Note: the modular frontend is part of the release ZIP of the legacy webapp, if the modular frontend need to be changed then new modular frontend static files need to be placed in /inetroot/www/openIMIS/front

Note 2: The docker file can be change to build first the frontend by uncommenting the "downloader" related lines.

This repo branches, tags,... are maintained by openIMIS official delivery team who use it to build the official openIMIS Docker images containing the official modules (versions) list.

In case of troubles, please consult/contact our service desk via our [ticketing site](https://openimis.atlassian.net/servicedesk/customer).

# openIMIS Frontent Reference Implementation : Linux
This repository holds the configuration files for the openIMIS Frontend Reference Implementation.
It serves 2 distinct use cases:
- developers who want to implement new modules or modify existing frontend modules of openIMIS
Expand Down Expand Up @@ -81,4 +96,4 @@ When release candidate is accepted:
* tag the git repo according to your new version number
* upload openimis-be docker image to docker hub

Note: This image only provides the openimis frontend server. The full openIMIS deployment (with the backend,...) is managed from openimis-dist_dck repo and its docker-compose.yml file.
Note: This image only provides the openimis frontend server. The full openIMIS deployment (with the backend,...) is managed from openimis-dist_dck repo and its docker-compose.yml file.

0 comments on commit fcfca4b

Please sign in to comment.