File README.SUSE of Package YOURLS
Config: ------- Open /etc/yourls/config.php with a raw text editor and fill in the required settings Create database: ---------------- MariaDB [(none)]> CREATE DATABASE yourls; MariaDB [(none)]> GRANT ALL PRIVILEGES ON yourls.* TO 'yourls'@'localhost' IDENTIFIED BY 'yourls_passwd'; MariaDB [(none)]> FLUSH PRIVILEGES; Start: ------ Point your browser to http://your-own-domain-here.com/admin/