Skip to content
Joacim Breiler edited this page Nov 1, 2021 · 38 revisions

Installing UGS Platform

  • Download UGS Platform for your OS from here.
  • Unpack the zip package
  • Start the program bin/ugsplatform

Installing UGS Classic

Windows

  • Download and install Java from here
  • Download UGS Classic from here
  • Unpack the zip package
  • Run the start script start.bat

MacOSX

  • Download and install Java from here:
  • Download UGS Classic from here
  • Unpack the zip package
  • Run the start script start.sh

Linux Debian or Ubuntu

  • Make sure your system is up to date:
sudo apt-get update
sudo apt-get upgrade
  • Install Java:
apt-get update
apt-get install openjdk-8-jdk
  • Make sure your system is using the correct JDK:
java -version
java version "1.8.0_65"
Java(TM) SE Runtime Environment (build 1.8.0_65-b17)
Java HotSpot(TM) Client VM (build 25.65-b01, mixed mode)
  • Download UGS Classic from here
  • Run the start script start.sh

Raspberry PI (with raspbian)

Refer to this page: Raspberry Pi

Clone this wiki locally