Tested and work with 2GB RAM VM in Digitalocean and Vultr
Copy and Paste this line in your fresh install Centos7
bash <( curl -k https://raw.githubusercontent.com/wimil/openlitespeed-centos-autoinstall/master/install.sh )
This scripts will install
- Openlitespeed web server
- MariaDB 10.4.8
- PHP 7.3
- PHPMyAdmin 4.8.2
- Simple Scripts to start|stop|restart|reload openlitespeed web server
- Simple Scripts to create vhost
https://yourhostorip:7080
before access, create your username and password with this command
/usr/local/lsws/admin/misc/admpass.sh
or
lsws admin
https://yourhostorip:8090
Your MariaDB root password is auto generated and stored in /root/.MariaDB
This only symlink to /usr/local/lsws/bin/lswsctrl
lsws start
type 'lsws help' to list command
/scripts/lscreate
and fill your domain name, ftp username and ftp password.
/scripts/certbot
Enter your domain, and certificate is auto installed to your domain. Please make sure vhost create by /scripts/lscreate
Specialy Thank to Hosting Indonesia for support and donation.