Code-Egg / lslb1clk

One click installation of LiteSpeed Web ADC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lslb1clk

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

How to use


Install Pre-Requisites

For CentOS/RHEL Based Systems

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

For Debian/Ubuntu Based Systems

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

Install

Pure LSADC

lslb1clk/lslb1clk.sh

Specified serial number

lslb1clk/lslb1clk.sh -L xxxxxxxxxxxxx

Predefined configuration

Vultr Scaling Example:

lslb1clk/lslb1clk.sh --scaling-vultr

Uninstall

Uninstall LSADC

lslb1clk/lslb1clk.sh --uninstall

Problems/Suggestions/Feedback/Contribution

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

About

One click installation of LiteSpeed Web ADC


Languages

Language:Shell 100.0%