Skip to content

Unpacking the distribution#

The distribution is an archive luna_v.5.78.0, where v.5.78.0 is a numeric identifier denoting the version of LUNA PLATFORM.

The archive includes the configuration files required for installation and use. It does not include the Docker service images, these need to be downloaded from the Internet separately.

Move the distribution to a directory on your server before installing. For example, move the files to the /root/ directory. It should not contain any other distribution or license files other than the target files.

Create a directory to unzip the distribution file.

mkdir -p /var/lib/luna

Move the distribution to the directory c LUNA PLATFORM.

mv /root/luna_v.5.78.0.zip /var/lib/luna

Open the distribution folder.

cd /var/lib/luna

Unzip the files.

unzip luna_v.5.78.0.zip