Ubuntu Installation

Standard Ubuntu Installation Instructions for EnterMedia

                 *** This documentation is deprecated, please refer ***                                 ***            to EM10 - Docker Deployment                    ***

Ubuntu is ground zero for open source innovation. EnterMedia is proud to provide Ubuntu installation instructions, along with support for other Linux OS versions. Ubuntu installation is fast and simple using our repos. Ubuntu Installation for Entermedia Download the latest version of Ubuntu on the official website.

  • Update your apt sources to include universe and multiverse packages:
 sudo add-apt-repository universe sudo add-apt-repository multiverse 
  • With Ubuntu 14.10 or earlier, you may also need to add the ppa for OpenJDK 8:
 sudo add-apt-repository ppa:openjdk-r/ppa 
  • Add the EnterMediaDB repo and its GPG key:
 sudo add-apt-repository "deb http://packages.entermediadb.org/repo/apt stable main" sudo wget -O /etc/apt/trusted.gpg.d/entermediadb.gpg http://packages.entermediadb.org/repo/apt/entermediadb.gpg 
  • Finally, update apt sources and install EnterMediaDB:
 sudo apt-get update sudo apt-get install entermediadb 

Next Step: Deploy EnterMediaDB Instances [button url="/knowledge/9/entermediadb-command-line/"]Deploy EnterMediaDB[/button]