-
Open the Terminal application on Linux
-
Need to check the .sh file permission
-
Set execute permission using chmod command if the file is not executable. 'chmod +x script-name-here.sh'
-
To run shell script file:
sudo ./LAMP-with-packages.sh
Another option:
sudo sh LAMP-with-packages.sh
OR
sudo LAMP-with-packages.sh
- Apache2 OR Nginx
- MySQL
- PostgreSQL
- PHP
- Docker
- Node
- Composer
- Brave
- PHPCS