An open API service indexing awesome lists of open source software.

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

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)"
```