Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/code-egg/lsws1clk
One click installation of LiteSpeed Web Server
https://github.com/code-egg/lsws1clk
hacktoberfest litespeed lscache lsws1clk magento2 wordpress
Last synced: about 20 hours ago
JSON representation
One click installation of LiteSpeed Web Server
- Host: GitHub
- URL: https://github.com/code-egg/lsws1clk
- Owner: Code-Egg
- License: mit
- Created: 2019-11-16T03:03:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T08:35:17.000Z (2 months ago)
- Last Synced: 2024-09-08T08:52:19.665Z (2 months ago)
- Topics: hacktoberfest, litespeed, lscache, lsws1clk, magento2, wordpress
- Language: Shell
- Homepage:
- Size: 308 KB
- Stars: 13
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lsws1clk
[![Build Status](https://github.com/Code-Egg/lsws1clk/workflows/lsws1clk/badge.svg)](https://github.com/Code-Egg/lsws1clk/actions)
[](https://en.wikipedia.org/wiki/Bash_(Unix_shell))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|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](https://www.litespeedtech.com/products/litespeed-web-server/lsws-pricing)
# How to use
---------## Install Pre-Requisites
For CentOS/RHEL Based Systems
```bash
yum install git -y; git clone https://github.com/Code-Egg/lsws1clk.git
```For Debian/Ubuntu Based Systems
```bash
apt install git -y; git clone https://github.com/Code-Egg/lsws1clk.git
```## Install
### Pure LSWS
``` bash
lsws1clk/lsws1clk.sh --pure
```
### Specified serial number
``` bash
lsws1clk/lsws1clk.sh -L xxxxxxxxxxxxx
```
### WordPress
``` bash
lsws1clk/lsws1clk.sh -W
```
### Magento
``` bash
lsws1clk/lsws1clk.sh -M
```
### Magento + Sample data
``` bash
lsws1clk/lsws1clk.sh -M -S
```
### OpenCart
``` bash
lsws1clk/lsws1clk.sh -O
```
### PrestaShop
``` bash
lsws1clk/lsws1clk.sh -P
```
### Mautic
``` bash
lsws1clk/lsws1clk.sh --mautic
```### Drupal
``` bash
lsws1clk/lsws1clk.sh --drupal
```## Uninstall
### Uninstall LSWS and LSPHP
``` bash
lsws1clk/lsws1clk.sh --uninstall
```
### Uninstall LSWS, LSPHP, all packages and document
``` bash
lsws1clk/lsws1clk.sh --uninstall-all
```## Benchmark
* Test client:
online tool - [load.io](https://loader.io/) with 5000 clients* Test Server:
[DigitalOcean](https://www.digitalocean.com/) $5 plan server* Target:
WordPress v5.3 main page* Result:
5000 request per seconds without any error![](/img/loader-2.png)
![](/img/loader-3.png)
# Problems/Suggestions/Feedback/Contribution
Please raise an issue on the repository, or send a PR for contributing.