Update Home

2026-06-11 15:17:32 -04:00
parent d8f5b9e524
commit bf99df185c
+39 -7
@@ -1,15 +1,47 @@
**Welcome to the Wiki for my Linux script to install Apache, MySQL and PHP. I designed this script for Fedora.** *Welcome to the Wiki for my Linux script to install Apache, MySQL and PHP. I designed this script for Fedora.*
*For instructions on how to install and use* **To install, just download it to the home drive or the directory where you want it saved.**
[https://gitea.fallenjedi.org/FallenJedi.org/LAMP-Server/wiki/Install-and-Use]
*For Instructions on how to uninstall* To run it in cli run
[https://gitea.fallenjedi.org/FallenJedi.org/LAMP-Server/wiki/Uninstall] `.\install-LAMP-phpMyAdmin-PHP82.sh`
*For instructions on adding a VHost aka Virtual Host* It will run in a loop and install
[https://gitea.fallenjedi.org/FallenJedi.org/LAMP-Server/wiki/Add-a-Virtual-Host]
- Apache
- 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**
- 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 run it in cli run
`.\uninstall-LAMP-phpMyAdmin-PHP82.sh`
It will uninstall
- Apache
- 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 run it in the CLI run
`.\add_vhost.sh`
It will prompt you for the following and set up
- Virtual hostname (Use FQDN)
- Activate Virtual Host with Apache
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]