Docker-container

Applications can also be launched using a docker container.

Docker is a software platform for rapid development, testing and application deployment.

Steps

  1. Run mongodb DBMS: docker run --name mongodb -v mongodb_data:/data/db -p 27017:27017 -d mongo
  2. Launch IONDV. App docker run -d -p 80:8888 --link mongodb iondv/app, where App is a name of the application and the path to the corresponding repository.
  3. Open the link ``http://localhost``in a browser in a minute (the time required for data initialization). For log in use the standard login: demo, password: ion-demo