Skip to content

Instantly share code, notes, and snippets.

@LinauxTerminology
Created March 27, 2022 19:22
Show Gist options
  • Save LinauxTerminology/a5cd04e8b897788daa1d7202f488abf4 to your computer and use it in GitHub Desktop.
Save LinauxTerminology/a5cd04e8b897788daa1d7202f488abf4 to your computer and use it in GitHub Desktop.
I'll Do Install OpenLiteSpeed On Ubuntu20.04
If you need code server Setup contact with me:
Email: [email protected]
Skype: https://join.skype.com/
Telegram:https://t.me/LinauxTerminology
WhatsApp: +8801408694088
Imo: +8801408694088
#!/bin/sh
#Install OpenLiteSpeed
sudo -i
wget -O - http://rpms.litespeedtech.com/debian/enable_lst_debain_repo.sh | bash
sudo apt update
sudo apt install openlitespeed -y
systemctl status openlitespeed
#Install PHP 7.4 OpenLiteSpeed Version
sudo apt install lsphp74 lsphp74-common lsphp74-mysql lsphp74-dev lsphp74-curl
#Install and Configure MySQL
sudo apt install mariadb-client mariadb-server
systemctl start mariadb
systemctl enable mariadb
http://your-server-ip:7080
@LinauxTerminology
Copy link
Author

Screenshot from 2022-03-27 13-35-12
Screenshot from 2022-03-27 13-35-16
Screenshot from 2022-03-27 13-37-07
Screenshot from 2022-03-27 13-37-11
Screenshot from 2022-03-27 13-37-14
Screenshot from 2022-03-27 13-37-36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment