Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 898 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 898 Bytes

SwiftWebSetup

A blazing-fast Ubuntu web server setup script for developers and sysadmins.

  1. Update, Upgrade, and Clean the server:

    • Update
    • Upgrade
    • Dist-Upgrade
    • AutoRemove
    • AutoClean
    • Clean
  2. Install Useful Packages:

apache2 php libapache2-mod-php php-mysql php-cli php-common php-curl php-gd php-json php-mbstring php-xml php-zip

Run

Tested on: Ubuntu 18+, Debian 11+

wget "https://raw.githubusercontent.com/DanielNoohi/SwiftWebSetup/main/web-install.sh" -O web-install.sh && chmod +x web-install.sh && bash web-install.sh

Docker - Lighting Fast Web Server Setup

Tested on: Ubuntu 18+, Debian 11+

wget "https://raw.githubusercontent.com/DanielNoohi/SwiftWebSetup/main/docker-way.sh" -O docker-way.sh && chmod +x docker-way.sh && bash docker-way.sh