Installing OpenNebulaApps

The installation of the software is really easy. You only need to download the package for your distribution and install it using the package manager. Configuration and external dependencies are described in each app's documentation.

inlinetoc

Planning the Installation

The software should be installed in a machine that already has OpenNebula installed and configured. If you want to use Sunstone plugins for the apps make sure it works correctly.

Installation

Installing from packages

Download the package from the downloads page, and install it using the corresponding command as root:

  • RPM:

<xterm> # rpm -i oneapps_4.0.0.rpm </xterm>

  • DEB:

<xterm> # dpkg -i oneapps_4.0.0.deb </xterm>

Installing from source

OpenNebula can be installed in two modes: system-wide, or in self-contained directory. In either case, you do not need to run OpenNebula as root. These options can be specified when running the install script: <xterm> ./install.sh <install_options> </xterm> where <install_options> can be one or more of:

OPTION VALUE
-u user that will run OpenNebula, defaults to user executing install.sh
-g group of the user that will run OpenNebula, defaults to user executing install.sh
-d target installation directory. If defined, it will specified the path for the self-contained install. If not defined, the installation will be performed system wide
-h prints installer help

Configuration

Head to each app guide for further configuration and dependency installation.