From 831094af313a689165c9ec3db2f2051f5841761c Mon Sep 17 00:00:00 2001 From: mattronix Date: Thu, 2 Nov 2023 17:34:39 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index c7f8830..fc51437 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,6 @@ cd printer-manager-admin composer install sudo mysql_secure_installation sudo mysql -u root -p - CREATE DATABASE printer_manager_admin; CREATE USER 'printer-manager-admin'@'localhost' IDENTIFIED BY 'your_password'; GRANT ALL PRIVILEGES ON printer_manager_admin.* TO 'printer-manager-admin'@'localhost'; @@ -110,20 +109,15 @@ php artisan migrate php artisan make:filament-user vim /etc/apache2/sites-enabled/000-default.conf (set DocumentRoot /var/www/html/printer-manager-admin/public) vim /etc/apache2/apache2.conf add the following: - Options Indexes FollowSymLinks AllowOverride All Require all granted - Then Run: - a2en enable rewrite systemctl restart apache2 - You are good to go! - ```