Update Home
+10
-7
@@ -1,13 +1,13 @@
|
|||||||
# Welcome to the Wiki for my Linux script to install Apache, MySQL and PHP.
|
# Welcome to the Wiki for my Linux script to install Apache, MySQL, and PHP.
|
||||||
## **I designed this script for Fedora.**
|
## **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, download it to the home drive or the directory where you want it saved.**
|
||||||
|
|
||||||
To run, give the script execution runtime metadata permissions by using
|
To run, you will need to give the script execution runtime permissions using the command below
|
||||||
`chmod +x install-LAMP-phpMyAdmin-PHP82.sh`
|
`chmod +x install-LAMP-phpMyAdmin-PHP82.sh`
|
||||||
|
|
||||||
Then run it in cli run using
|
To run the install for LAMP, use the following command
|
||||||
`.\install-LAMP-phpMyAdmin-PHP82.sh`
|
`.\install-LAMP-phpMyAdmin-PHP82.sh`
|
||||||
|
|
||||||
It will run in a loop and install
|
It will run in a loop and install
|
||||||
@@ -21,9 +21,12 @@ It will run in a loop and install
|
|||||||
- Activate the host with Apache
|
- Activate the host with Apache
|
||||||
|
|
||||||
|
|
||||||
### **To uninstall, just download it to the home drive or the directory where you want it saved.**
|
### **To uninstall, download it to the home drive or the directory where you want it saved.**
|
||||||
|
|
||||||
To run it in cli run
|
This script will also need execution runtime permissions. To give it the permissions, use:
|
||||||
|
`chmod +x uninstall-LAMP-phpMyAdmin-PHP82.sh
|
||||||
|
|
||||||
|
To run the uninstall of LAMP, use the following command:
|
||||||
`.\uninstall-LAMP-phpMyAdmin-PHP82.sh`
|
`.\uninstall-LAMP-phpMyAdmin-PHP82.sh`
|
||||||
|
|
||||||
It will uninstall
|
It will uninstall
|
||||||
@@ -34,7 +37,7 @@ It will uninstall
|
|||||||
|
|
||||||
### **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
|
To add a virtual host, use the following command:
|
||||||
`.\add_vhost.sh`
|
`.\add_vhost.sh`
|
||||||
|
|
||||||
It will prompt you for the following and set up
|
It will prompt you for the following and set up
|
||||||
|
|||||||
Reference in New Issue
Block a user