Created
March 27, 2022 19:22
-
-
Save LinauxTerminology/a5cd04e8b897788daa1d7202f488abf4 to your computer and use it in GitHub Desktop.
I'll Do Install OpenLiteSpeed On Ubuntu20.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
Author
LinauxTerminology
commented
Mar 27, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment