https://github.com/code-egg/lslb1clk
One click installation of LiteSpeed Web ADC
https://github.com/code-egg/lslb1clk
http3 litespeed-web-adc load-balancer lscache lslb1clk
Last synced: 2 months ago
JSON representation
One click installation of LiteSpeed Web ADC
- Host: GitHub
- URL: https://github.com/code-egg/lslb1clk
- Owner: Code-Egg
- Created: 2023-05-24T04:55:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-06T03:15:49.000Z (about 3 years ago)
- Last Synced: 2025-03-17T13:55:34.353Z (over 1 year ago)
- Topics: http3, litespeed-web-adc, load-balancer, lscache, lslb1clk
- Language: Shell
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lslb1clk
[
](https://en.wikipedia.org/wiki/Bash_(Unix_shell))
Description
--------
This script is design for application quick install and testing porpuse.
lslb1clk is a one-click installation script for LiteSpeed Web ADC Server. Using this script,
you can quickly and easily install LSADC and some example config setup.
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`. [Read More](https://litespeedtech.com/products/litespeed-web-adc/webadc-pricing)
# How to use
---------
## Install Pre-Requisites
For CentOS/RHEL Based Systems
```bash
yum install git -y; git clone https://github.com/Code-Egg/lslb1clk.git
```
For Debian/Ubuntu Based Systems
```bash
apt install git -y; git clone https://github.com/Code-Egg/lslb1clk.git
```
## Install
### Pure LSADC
``` bash
lslb1clk/lslb1clk.sh
```
### Specified serial number
``` bash
lslb1clk/lslb1clk.sh -L xxxxxxxxxxxxx
```
### Predefined configuration
**Vultr Scaling Example:**
``` bash
lslb1clk/lslb1clk.sh --scaling-vultr
```
## Uninstall
### Uninstall LSADC
``` bash
lslb1clk/lslb1clk.sh --uninstall
```
# Problems/Suggestions/Feedback/Contribution
Please raise an issue on the repository, or send a PR for contributing.