Liman supports Ubuntu 20.04 (Focal Fossa). The Liman package is in the Aciklab DEB repository. But it is recommended to add different repositories for other dependent packages (PHP and PostgreSQL).
1. Adding PHP 7.3 on Ubuntu 20.04
With the following repository and update, PHP 7.3 version will be available on Ubuntu.
sudo apt install software-properties-common
sudo add-apt-repository ppa:ondrej/php
sudo apt update
2. Adding PostgreSQL 13.x on Ubuntu 20.04
Liman MYS needs PostgreSQL 13.x version due to various corporate needs as infrastructure. Since there are no PostgreSQL 13.x packages in Ubuntu official repositories, the following repository must be added:
In order to install the current Liman from the repository, the following two commands are required.
sudo apt update
sudo apt install liman
5. Creating an admin password and entering the interface
The first thing to do after installation is to create an Administrator password. For this, we need the following two commands.
sudo su liman
sudo php /liman/server/artisan administrator
At the end of this step, you will see your username and password to log in from the Liman web interface. If you write the IP address of the server on which you installed the Liman on your web browser and log in with this information, you will be logged into the Web interface of the Liman.