commit b655a3c0ddc9bfa89e741066e696466a8a89f74e Author: fadmin Date: Sat Jun 13 10:53:11 2026 -0400 Add Home diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..21e167e --- /dev/null +++ b/Home.md @@ -0,0 +1,6 @@ +### **How to use them together:** +Save `install_lamp.sh`, `uninstall_lamp.sh`, and the n `manage_vhosts.sh` script in the same folder. + +Make them all executable: `chmod +x *.sh` + +Run `sudo ./install_lamp.sh`. It will install everything, configure PHP 8.2, prompt for your root DB password, and immediately open up the loop menu to let you create your new Virtual Hosts. \ No newline at end of file