Update Home

2026-06-11 15:23:45 -04:00
parent 70adc8d999
commit 2b23043ff6
+4 -11
@@ -2,7 +2,7 @@
## **I designed this script for Fedora.**
**To install, just download it to the home drive or the directory where you want it saved.**
### **To install, just download it to the home drive or the directory where you want it saved.**
To run it in cli run
`.\install-LAMP-phpMyAdmin-PHP82.sh`
@@ -13,14 +13,12 @@ It will run in a loop and install
- MySQL
- PHP
**Then it will loop and ask if you want to create a virtual host. It will prompt you for the FQDN. The script will create the following**
### **Then it will loop and ask if you want to create a virtual host. It will prompt you for the FQDN. The script will create the following**
- The directory in /var/www/
- Activate the host with Apache
Back to the Wiki
[https://gitea.fallenjedi.org/FallenJedi.org/LAMP-Server/wiki]
**To uninstall, just download it to the home drive or the directory where you want it saved.**
### **To uninstall, just download it to the home drive or the directory where you want it saved.**
To run it in cli run
`.\uninstall-LAMP-phpMyAdmin-PHP82.sh`
@@ -31,10 +29,7 @@ It will uninstall
- MySQL
- PHP
Back to the Wiki
[https://gitea.fallenjedi.org/FallenJedi.org/LAMP-Server/wiki]
**To set up a Virtual Host, run the script below**
### **To set up a Virtual Host, run the script below**
To run it in the CLI run
`.\add_vhost.sh`
@@ -45,5 +40,3 @@ It will prompt you for the following and set up
The script will loop and ask if you would like to set up another virtual host.
Back to the Wiki
[https://gitea.fallenjedi.org/FallenJedi.org/LAMP-Server/wiki]