Deploy Orthanc Viewer integrated project With mup

To deploy Orthanc Viewer integrated project With mup , follow these commands.

In mup.js

 env: {
      PORT:80,
      METEOR_PACKAGE_DIRS: "../Packages",
      ROOT_URL: 'http://localhos',
      MONGO_URL: 'mongodb://localhost/mongo',
    },

the in app-deploy folder,

    $ export METEOR_PACKAGE_DIRS=../../Packages
    $ mup setup
    $ mup deploy

Comments

Popular posts from this blog

Setting up Orthanc server on Ubuntu 16

How to install COMODO SSL Certificates for NGINX

Download table content in xcl format using java script