From b655a3c0ddc9bfa89e741066e696466a8a89f74e Mon Sep 17 00:00:00 2001 From: fadmin Date: Sat, 13 Jun 2026 10:53:11 -0400 Subject: [PATCH] Add Home --- Home.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Home.md 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