| .. | ||
| Dockerfile | ||
| nginx.conf | ||
| README.md | ||
This folder contains the instructions for building the ohif/viewer-google-cloud Docker container.
- Install Meteor
- Clone the repository
git clone https://github.com/OHIF/Viewers.git
cd Viewers
- Install meteor-build-client-fixed2 so you can build the Standalone Viewer
npm install -g meteor-build-client-fixed2
- Build the Standalone client-only OHIF Viewer
cd OHIFViewer/
METEOR_PACKAGE_DIRS="../Packages" meteor-build-client ../dockersupport/viewer-google-cloud/build -s ../config/oidc.json
- Build the Docker image
cd ../dockersupport/viewer-google-cloud
docker build -t ohif/viewer-google-cloud .
- Run the Docker image using an OAuth Client ID
docker run --env CLIENT_ID={$someID}.apps.googleusercontent.com --publish 3000:80 ohif/viewer-google-cloud