https://github.com/emrtnm/lamp-bash-script-for-ubuntu
Lamp Bash Script For Ubuntu
https://github.com/emrtnm/lamp-bash-script-for-ubuntu
bash bash-script bash-scripting environment fedora lamp lemp php server ubuntu ubuntu2004
Last synced: 6 months ago
JSON representation
Lamp Bash Script For Ubuntu
- Host: GitHub
- URL: https://github.com/emrtnm/lamp-bash-script-for-ubuntu
- Owner: emrtnm
- License: gpl-3.0
- Created: 2022-08-10T08:06:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T17:45:19.000Z (about 1 year ago)
- Last Synced: 2025-05-17T23:13:01.136Z (7 months ago)
- Topics: bash, bash-script, bash-scripting, environment, fedora, lamp, lemp, php, server, ubuntu, ubuntu2004
- Language: Shell
- Homepage:
- Size: 55.7 KB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lamp Bash Script For Ubuntu
This script is written using the shell, in order to quickly deploy PHP environment for Ubuntu Servers. Simple but it is efficient and safe.
## Includes
- Apache2
- PHP 5.6
- PHP 7.4
- PHP 8.1
- PHP 8.2
- MySQL5.7
- MySQL8
- phpMyAdmin4.9
- phpMyAdmin5.2
## PHP Extensions
**For All Version**: gd, mysql, imap ,curl, intl, pspell, recode, sqlite3, tidy, xmlrpc, xsl, zip, mbstring, soap, opcache, memcache, json, readline, xml
## How To Use
The easiest way to get started is to clone the repository:
```bash
# Get the repo
sudo git clone https://github.com/emrtnm/lamp-bash-script-for-ubuntu.git
# Chmod
sudo chmod +x ./lamp.sh
# Run
./lamp.sh
```
## List of Packages
- 0 = PHP5.6 + MySQL8
- 1 = PHP7.4 + MySQL8
- 2 = PHP7.4 + MySQL8 + PhpMyAdmin
- 3 = PHP8.1 + MySQL8
- 4 = PHP8.1 + MySQL8 + PhpMyAdmin
- 5 = PHP5.6 + MySQL5.7
- 6 = PHP5.6 + MySQL5.7 + PhpMyAdmin
- 7 = Add Domain
- 8 = Remove Domain
- 9 = Repair Chmod For Domain
- 10 = PHP8.2 + MySQL8
- 11 = PHP8.2 + MySQL8 + PhpMyAdmin
- 99 = Remove All Components!
## License
This project is open-sourced software licensed under the [GPL-3.0 license](https://opensource.org/license/gpl-3-0/).
### Make A Contribute!
**#ubuntu** **#lamp** **#bash** **#scripts** **#apache** **#php** **#mysql5** **#mysql** **#phpmyadmin**
**#php8** **#mysql8**