Skip to content

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

License

Notifications You must be signed in to change notification settings

DanielNoohi/SwiftWebSetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages