Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: When setting up Docker on my Mac, I got the error that the Docker reserves /opt, and it is not possible to share /opt completely. Subfolders are allowed, however. Also, I needed to make /opt/jboss writable.

...

  • You also need to create and share some folders. In the terminal type: mkdir /opt/jboss /app 
  • On File Sharing Click + and add /ops opt/jboss and /app.


  • If you do not run Docker as administrator, give Docker write permissions to /opt/jboss. This can be done with: chmod 777 /opt/jboss
  • Download the Docker repository as ZIP at https://github.com/UnionVMS/UVMS-Docker/archive/dev.zip
  • Open the terminal and type cd ~/Downloads/UVMS-Docker-dev
  • To start UNION-VMS use following command: docker-compose up –d
  • Depending on your machine the start-up will take approx. 20 minutes
  • You can access the application at http://localhost:28080/unionvms
  • To see the wildly logs you can use following command: docker logs wildly -f --since 1h

...