Skip to content
This repository was archived by the owner on Jun 11, 2020. It is now read-only.

Deloitte-VA/docker-smartform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

snp-docker-image-smartform

This project for standing up SmartForm application in a docker container.

Build images

  1. Checkout this repository, create a folder named code in the same level as Dockerfile.
  2. Login Deloitte JCIS internal sharepoint, download two zip files [ webapps.zip ; SMARTForm_Code_vlerdas_20150615_KunConfig.zip ] into code folder created above.
  3. then execute command to build your image:
$ sudo docker build -t="NAME_YOU_PREFERRED" .

Run container

  • run mongodb container:

    docker run -d -p <HOST_PORT>:27017 --name snp-mongodb jlgrock/snp-prototype-mongodb
    
  • link this container with the container running above:

    sudo docker run -it --name snp-smartform -p <HOST_PORT_FOR_TOMCAT>:8080 -p <HOST_PORT_FOR_NODE>:3001 --env SMARTFORM_HOST_IP=<HOST_IP> --env SMARTFORM_NODEJS_PORT=<HOST_PORT_FOR_NODE> --link snp-mongodb:db kunyue/smartform:v1
    

About

This is an image for easily deploying the VA Smartform platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages