Last active
February 24, 2021 22:40
-
-
Save davidrapin/7df205612ad36a2d1b95ce14257b4761 to your computer and use it in GitHub Desktop.
Start UniFi app (OSX)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# go to correct home folder (itgerwise tomcat will fail) | |
cd /Applications/UniFi.app/Contents/Resources/ | |
# start unify app with correct java-home (java8 needed) | |
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_65.jdk/Contents/Home/ java -jar /Applications/UniFi.app/Contents/Resources/lib/ace.jar ui & | |
# open your browseron the local server | |
open https://localhost:8443 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment