Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • If Docker is not yet installed, follow the installation procedure at https://docs.docker.com/toolbox/toolbox_install_windows/.
  • For performance reasons it is recommended to allocate 6GB of memory to you Docker. Open up Oracle VirtualBox.
  • Before doing any changes you need to power off your running instance by selecting the running instance and typing CTRL-F.
  • On the Settings tab choose System and allocate 6GB of base memory.

Image Modified

  • Locate your ip address 
  • Re-start your machine by choosing Headless.
  • In the Docker Quickstart terminal clone the DockerUVMS repository by typing: docker clone https://github.com/UnionVMS/UVMS-Docker.git
  • Move inside the UVMS-Docker folder: cd /UVMS-Docker
  • Checkout the dev branch by typing: git checkout dev
  • Start the application by typing: docker-compose up -d
  • To access the application you first need to find out the access URL, you can do this by opening Kitematic and selecting for example the wildly container.

Image Added

  • In this case the access URL ip is 192.168.99.100, you will ba able to access the application at 192.168.99.100:28080/unionvms
  • To see the wildly logs you can use following command: docker logs wildly -f --since 1h
  • To enable the app logs you need to enable the volumes. For example to enable /app/logs go to Kitematic and click on /app/logs under the wildly volumes and enable the volumes. This will resort wildly after that you can access the logs there.

Image Added