Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Run the installer to install Unimus on your system:

No Format
bash <(apt-get install wget curl -sy
wget https://unimus.net/download/deb/install.sh)install-unimus.sh
chmod +x install-unimus.sh
./install-unimus.sh

Security note: it is dangerous running unknown scripts from the internet.
Please always The installer sources can be found in our GitHub repo, please review the script source sources before running it on your machines. 

After the installer finishes, you can access Unimus at:
http://localhost:8085/
(substitute 'localhost' for the address of your Unimus server) 

We recommend taking a look at this article on how to configure Unimus:
Initial configuration > Configuration wizard

Installing Java

...

Supported OS

Ubuntu:

No Format
apt-get install openjdk-8-jre

 

However, if your distribution doesn't have Java 8 in the default repositories, you can add Oracle repos.

Ubuntu 12 / 14 / 15 / 16

No Format
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer oracle-java8-unlimited-jce-policy

Debian 8 Jessie

No Format
echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main" | tee /etc/apt/sources.list.d/webupd8team-java.list
echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main" | tee -a /etc/apt/sources.list.d/webupd8team-java.list
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EEA14886
apt-get update
apt-get install oracle-java8-installer

Debian 7 Wheezy

No Format
echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu precise main" | tee /etc/apt/sources.list.d/webupd8team-java.list
echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu precise main" | tee -a /etc/apt/sources.list.d/webupd8team-java.list
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EEA14886
apt-get update
apt-get install oracle-java8-installerUbuntu 16 and newer
Ubuntu 12, 14

Debian:

No Format
Debian 10 (Buster) and newer
Debian 8 (Jessie), 9 (Stretch)