Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 8 Next »

  • 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.

  • 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.

  • In this case you will ba Abe to access the application at 192.168.99.100:28080/unionvms
  • No labels