Code-Egg / lsws1clk

One click installation of LiteSpeed Web Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lsws1clk

Build Status

Description

This script is design for application quick install and testing porpuse.

lsws1clk is a one-click installation script for LiteSpeed Web Server. Using this script, you can quickly and easily install:

LSWS+PHP+DB Application Cache Plugin
V WordPress V
V Magento2 V
V OpenCart
V PrestaShop V
V Mautic
V Drupal V

The script come with trial license by default which has 15 days for free. After that, you may want to apply with your license. Or you can apply your serial number with --license xxxxxxxx. License start from $0. Read More

How to use


Install Pre-Requisites

For CentOS/RHEL Based Systems

yum install git -y; git clone https://github.com/Code-Egg/lsws1clk.git

For Debian/Ubuntu Based Systems

apt install git -y; git clone https://github.com/Code-Egg/lsws1clk.git

Install

Pure LSWS

lsws1clk/lsws1clk.sh --pure

Specified serial number

lsws1clk/lsws1clk.sh -L xxxxxxxxxxxxx

WordPress

lsws1clk/lsws1clk.sh -W

Magento

lsws1clk/lsws1clk.sh -M

Magento + Sample data

lsws1clk/lsws1clk.sh -M -S

OpenCart

lsws1clk/lsws1clk.sh -O

PrestaShop

lsws1clk/lsws1clk.sh -P

Mautic

lsws1clk/lsws1clk.sh --mautic

Drupal

lsws1clk/lsws1clk.sh --drupal

Uninstall

Uninstall LSWS and LSPHP

lsws1clk/lsws1clk.sh --uninstall

Uninstall LSWS, LSPHP, all packages and document

lsws1clk/lsws1clk.sh --uninstall-all

Benchmark

  • Test client: online tool - load.io with 5000 clients

  • Test Server: DigitalOcean $5 plan server

  • Target: WordPress v5.3 main page

  • Result: 5000 request per seconds without any error

Problems/Suggestions/Feedback/Contribution

Please raise an issue on the repository, or send a PR for contributing.

About

One click installation of LiteSpeed Web Server

License:MIT License


Languages

Language:Shell 100.0%