Skip to content

Instantly share code, notes, and snippets.

@ChaosKid42
Created January 3, 2018 08:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChaosKid42/82f7651e1e3cb6ecb592bef6f6f1e7e5 to your computer and use it in GitHub Desktop.
Save ChaosKid42/82f7651e1e3cb6ecb592bef6f6f1e7e5 to your computer and use it in GitHub Desktop.
[root@ripley ~]# archlinux-java set java-8-jdk
[root@ripley ~]# archlinux-java status
Available Java environments:
java-8-jdk (default)
java-8-jre/jre
java-8-openjdk
java-9-jdk
[root@ripley ~]# systemctl start openhab2
[root@ripley ~]# journalctl -u openhab2
Jan 03 09:39:42 ripley systemd[1]: Started The openHAB 2 Home Automation Bus Solution.
Jan 03 09:39:42 ripley start.sh[10467]: Launching the openHAB runtime...
[root@ripley ~]# cat /var/log/openhab2/openhab.log
2018-01-03 09:39:53.948 [INFO ] [.dashboard.internal.DashboardService] - Started dashboard at http://10.141.74.137:8080
2018-01-03 09:39:53.971 [INFO ] [.dashboard.internal.DashboardService] - Started dashboard at https://10.141.74.137:8443
2018-01-03 09:39:56.384 [INFO ] [thome.model.lsp.internal.ModelServer] - Started Language Server Protocol (LSP) service on port 5007
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment