Sign inSign up

admpresales/dimcm.dockerapp

By admpresales

Updated 6 months ago

Docker Application Package for Dimensions CM for Nimbus

Image
0

840

admpresales/dimcm.dockerapp repository overview

Startup Note

Initial startup for Dimensions CM can take 5-10 minutes.

Prerequisites

Supported through nimbusapp: https://github.com/admpresales/nimbusapp

Requires Docker Compose: https://docs.docker.com/compose/install/#install-compose

Requires Docker App 0.6.0: https://github.com/docker/app#installation


Latest Tags

14.6


Container Usage

Dimensions Web Client: http://nimbusserver.aos.com:8060/dimensions

Dimensions Admin Console: http://nimbusserver.aos.com:8060/adminconsole

Pulse: http://nimbusserver.aos.com:8060/pulse

  • Username: dmsys, alex (Check admin console for more)
  • Password: 14.6+: Password1 or 14.5.X: dmsys_test
Basic Commands for nimbusapp
DescriptionCommand
Bring containers upnimbusapp dimcm:$TAG up
Stop existing containersnimbusapp dimcm:$TAG stop
Start existing containersnimbusapp dimcm:$TAG start
Terminate containersnimbusapp dimcm:$TAG down
Inspect configurationnimbusapp dimcm:$TAG inspect

Raw Docker App Commands
DescriptionCommand
Bring containers updocker-app render admpresales/dimcm.dockerapp:$TAG | docker-compose -p dimcm -f - up -d
Stop existing containersdocker-app render admpresales/dimcm.dockerapp:$TAG | docker-compose -p dimcm -f - stop
Start existing containersdocker-app render admpresales/dimcm.dockerapp:$TAG | docker-compose -p dimcm -f - start
Terminate containersdocker-app render admpresales/dimcm.dockerapp:$TAG | docker-compose -p dimcm -f - down
Inspect Configurationdocker-app inspect admpresales/dimcm.dockerapp:$TAG

Networking Prerequisite

SonarQube requires a network which can be built with the following command, which is preconfigured on the Nimbus Server VM:

docker network create --subnet 172.50.0.0/16 --gateway 172.50.0.1 demo-net


Adjusting Parameters at Run Time

If you need to change one of these parameters you can add that change to the docker-app command using the -s or --set option as in:

docker-app render admpresales/dimcm.dockerapp:TAG -s CM_WEB_PORT=8060 | docker-compose -p dimcm -f - up -d

Tag summary

Content type

Image

Digest

sha256:1a71df46d

Size

650 Bytes

Last updated

6 months ago

docker pull admpresales/dimcm.dockerapp:14.5.1