perm fix
Some checks failed
CI / linting (push) Has been cancelled

This commit is contained in:
Dennis Eichhorn 2025-04-02 16:00:16 +00:00
parent 8e4b1ec3cc
commit e19e526cd1

View File

@ -62,6 +62,7 @@ mysql -u root -p
CREATE USER 'YOUR_DB_USERNAME'@'%' IDENTIFIED BY 'YOUR_DB_PASSWORD';
CREATE DATABASE oms';
GRANT ALL PRIVILEGES ON oms.* TO 'YOUR_DB_USERNAME'@'%';
FLUSH PRIVILEGES;
cat << EOF > /etc/apache2/sites-available/000-jingga.conf
<VirtualHost *:80>