https://github.com/sohag-pro/singlecommand
Setup a LAMP server on Ubuntu for Laravel in minutes
https://github.com/sohag-pro/singlecommand
laravel php vps-setup
Last synced: about 1 year ago
JSON representation
Setup a LAMP server on Ubuntu for Laravel in minutes
- Host: GitHub
- URL: https://github.com/sohag-pro/singlecommand
- Owner: sohag-pro
- Created: 2024-11-08T22:05:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-29T16:50:58.000Z (over 1 year ago)
- Last Synced: 2025-05-01T15:07:56.802Z (about 1 year ago)
- Topics: laravel, php, vps-setup
- Language: Shell
- Homepage:
- Size: 27.3 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SingleCommand
# Setup a LAMP server on Ubuntu for Laravel in minutes
## LAMP stack (Can choose Nginx also)
**GUIDE:** [Setting Up Your Web Server in Minutes: A Beginner's Guide](https://notes.sohag.pro/setting-up-your-web-server-in-minutes-a-beginners-guide)
### Prerequisites
- [x] Ubuntu 22.04 LTS
- [x] sudo access
- [x] Your GitHub repository URL
- [ ] Domain name (optional)
- [ ] SSL certificate (optional)
- [ ] Add A record in your DNS (required if you have a domain name and want to get an SSL certificate)
- [ ] Internet connection
- [ ] 5 minutes of your time
- [ ] A cup of coffee
### Note: This script is tested on Ubuntu 22.04 LTS
```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/sohag-pro/SingleCommand/main/lamp.sh)"
```