diff --git a/Home.md b/Home.md index f4a0206..4af904f 100644 --- a/Home.md +++ b/Home.md @@ -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* -[https://gitea.fallenjedi.org/FallenJedi.org/LAMP-Server/wiki/Install-and-Use] +**To install, just download it to the home drive or the directory where you want it saved.** -*For Instructions on how to uninstall* -[https://gitea.fallenjedi.org/FallenJedi.org/LAMP-Server/wiki/Uninstall] +To run it in cli run +`.\install-LAMP-phpMyAdmin-PHP82.sh` -*For instructions on adding a VHost aka Virtual Host* -[https://gitea.fallenjedi.org/FallenJedi.org/LAMP-Server/wiki/Add-a-Virtual-Host] +It will run in a loop and install + +- 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] \ No newline at end of file