Skip to content

Latest commit

 

History

History
86 lines (68 loc) · 4.49 KB

File metadata and controls

86 lines (68 loc) · 4.49 KB

Deployment Options

+----------------------------+
| Do you intend to have only |
| an HTTP API to ApPredict?  |
+----------------------------+
 |                          |
Yes                         No
 |                          |

+-------------------------------+ +----------------------+ | Install ap-nimbus-app-manager | | Do you intend to run | +-------------------------------+ | ApPredict from the | | command-line? | +----------------------+ | | Yes No | | +--------------------------------+ +-----------------------------+ | Install appredict-no-emulators | | Do you intend to run the | | or appredict-with-emulators | | AP-Nimbus environment using | +--------------------------------+ | e.g. client-direct (UI) + | | app-manager? | +-----------------------------+ | | Yes No | | +--------------------------+ +----------------+ | Follow the Running | | Get in touch!? | | instructions linked to | +----------------+ | below | +--------------------------+

Install

For instructions on how to run these containers, e.g. in the context of environment, see the more detailed section on running.

Containers generally, when attempting to run them for the first time, will be installed locally by being auto-downloaded from DockerHub and deployed to the local image collection by the container runtime.

Install

docker run -it --rm -p 8080:8080 cardiacmodelling/ap-nimbus-app-manager:<version>

(See ap-nimbus-app-manager tags for available version numbers.) This command will automatically download the container from https://hub.docker.com/u/cardiacmodelling if it is not already available in the local image collection, and by default will listen on http://0.0.0.0:8080/ (Cntl-C to exit). For further instructions on running, including POSTing data to the running endpoint, see the section on running-app-manager.

Install or

docker run -it --rm cardiacmodelling/appredict-no-emulators:<version> apps/ApPredict/ApPredict.sh

(See appredict-no-emulators tags or appredict-with-emulators tags for available version numbers.) This command will automatically download the container from https://hub.docker.com/u/cardiacmodelling if it is not already available in the local image collection, and by default will run with no args (and therefore display the 'help' information). For further instructions on running see the section on running-appredict.

Install

requires a number of configuration property values to be assigned (e.g. for database connectivity) before it will start, and therefore installation is best explained in the context of the provision of an operational environment.

For further instructions on running, see the section on running-client-direct.