Installation Checklist

Creating the MySQL user and database

sudo mysql -uroot -p
[sudo] password for aundro:
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 14306
Server version: 10.1.48-MySQL-0+deb9u2 Debian 9.13
MySQL [(none)]> create user lumina@localhost;
Query OK, 0 rows affected (0.00 sec)
MySQL [(none)]> set password for lumina@localhost = PASSWORD('<snipped>');
Query OK, 0 rows affected (0.00 sec)
MySQL [(none)]> grant all on *.* to lumina@localhost;
Query OK, 0 rows affected (0.00 sec)

New Lumina server

Download the required files

Installation

Initializing the database

Choose either the Lumina setup or the Teams setup (if the Teams add-on is part of your subscription).

Lumina setup

The Lumina server manages user authentication.

Teams setup

The Teams server (vault server) manages user authentication.

Testing and starting the server

In case of startup problems, check the troubleshooting section.

Creating the administrator (Lumina setup)

Last updated

Was this helpful?