• Stars
    star
    142
  • Rank 257,513 (Top 6 %)
  • Language
    Shell
  • Created over 8 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

One click installation of Open LiteSpeed

ols1clk

Build Status

Description

ols1clk is a one-click installation script for OpenLiteSpeed. Using this script, you can quickly and easily install OpenLiteSpeed with it’s default settings. We also provide a -W parameter that will install WordPress at the same time but it must still be configured through the wp-config.php page. By default, a MariaDB database will be set up using this script, you can also specify other DB if needed. If you already have a WordPress installation running on another server, it can be imported into OpenLiteSpeed with no hassle using the --wordpresspath parameter. To completely install WordPress with your OpenLiteSpeed installation, skipping the need for the wp-config.php page, use the --wordpressplus flag. This can be used with --wpuser, --wppassword, --wplang, and --sitetitle to configure each of the settings normally set by wp-config.php.

Installation

Our One-Click script comes with several options. Here are two commmon usages.

Install OpenLiteSpeed, LSPHP, MariaDB, WordPress, and LiteSpeed Cache plugin:

bash <( curl -k https://raw.githubusercontent.com/litespeedtech/ols1clk/master/ols1clk.sh ) -w

Install OpenLiteSpeed and LSPHP only:

bash <( curl -k https://raw.githubusercontent.com/litespeedtech/ols1clk/master/ols1clk.sh )

See below for additional options and usage examples.

Options:

./ols1clk.sh [option] [option] …
Opt Options Description
--adminuser [USERNAME] To set the WebAdmin username for OpenLiteSpeed instead of admin.
-A --adminpassword [PASSWORD] To set the WebAdmin password for OpenLiteSpeed instead of using a random one.
--adminport [PORTNUMBER] To set the WebAdmin console port number instead of 7080.
-E --email [EMAIL] To set the administrator email.
--lsphp [VERSION] To set the LSPHP version, such as 82. We currently support versions '71 72 73 74 80 81 82'.
--mariadbver [VERSION] To set MariaDB version, such as 10.9. We currently support versions '10.2 10.3 ...10.11'.
-W --wordpress To install WordPress. You will still need to complete the WordPress setup by browser
--wordpressplus [SITEDOMAIN] To install, set up, and configure WordPress, also LSCache will be enabled
--wordpresspath [WP_PATH] To specify a location for the new WordPress installation or use for an existing WordPress.
-R --dbrootpassword [PASSWORD] To set the database root password instead of using a random one.
--dbname [DATABASENAME] To set the database name to be used by WordPress.
--dbuser [DBUSERNAME] To set the WordPress username in the database.
--dbpassword [PASSWORD] To set the WordPress table password in MySQL instead of using a random one.
--prefix [PREFIXNAME] To set the WordPress table prefix.
--listenport [PORT] To set the HTTP server listener port, default is 80.
--ssllistenport [PORT] To set the HTTPS server listener port, default is 443.
--wpuser [WP_USER] To set the WordPress admin user for WordPress dashboard login. Default value is wpuser.
--wppassword [PASSWORD] To set the WordPress admin user password for WordPress dashboard login.
--wplang [WP_LANGUAGE] To set the WordPress language. Default value is "en_US" for English.
--sitetitle [WP_TITLE] To set the WordPress site title. Default value is mySite.
--pure-mariadb To install OpenLiteSpeed and MariaDB.
--pure-mysql To install OpenLiteSpeed and MySQL.
--pure-percona To install OpenLiteSpeed and Percona.
--with-mysql To install OpenLiteSpeed/App with MySQL.
--with-percona To install OpenLiteSpeed/App with Percona.
--proxy-r To set a proxy with rewrite type.
--proxy-c To set a proxy with config type.
-U --uninstall To uninstall OpenLiteSpeed and remove installation directory.
-P --purgeall To uninstall OpenLiteSpeed, remove installation directory, and purge all data in MySQL.
-Q --quiet To use quiet mode, won't prompt to input anything.
-V --version To display the script version information.
-v --verbose To display more messages during the installation.
--update To update ols1clk from github.
-H --help To display help messages.

Examples

Examples Description
./ols1clk.sh To install OpenLiteSpeed with a random WebAdmin password.
./ols1clk.sh --lsphp 81 To install OpenLiteSpeed with lsphp80.
./ols1clk.sh -A 123456 -e [email protected] To install OpenLiteSpeed with WebAdmin password "123456" and email [email protected].
./ols1clk.sh -R 123456 -W To install OpenLiteSpeed with WordPress and MySQL root password "123456".
./ols1clk.sh --wordpressplus a.com To install OpenLiteSpeed with a fully configured WordPress installation at "a.com".

FAQ

How do I create additional Virtual Hosts from the console?

Run the following command to create an additional virtual host in a few seconds. The example document root will be /var/www/www.example.com. Be sure to substitute your own domain.

/bin/bash <( curl -sk https://raw.githubusercontent.com/litespeedtech/ls-cloud-image/master/Setup/vhsetup.sh ) -d www.example.com

How do I create additional Virtual Hosts with WordPress from the console?

The first time you create an additional Virtual Host, the script will need to get your database root password from /usr/local/lsws/password. If you have custom value, please update /usr/local/lsws/password or echo the password to the specified location: /root/.db_password.

echo 'root_mysql_pass="DB_ROOT_PASSWORD"' > /root/.db_password

Then run the following command to create an additional virtual host with the WordPress.

/bin/bash <( curl -sk https://raw.githubusercontent.com/litespeedtech/ls-cloud-image/master/Setup/vhsetup.sh ) -d www.example.com -w

How to I create additional Virtual Hosts and LE certificates from the console?

Please be sure that your domain is already pointing to the server.

Then run the following command to create an additional virtual host with a Let's Encrypt certificate applied. Be sure to substitute your own domain and your email address.

/bin/bash <( curl -sk https://raw.githubusercontent.com/litespeedtech/ls-cloud-image/master/Setup/vhsetup.sh ) -d www.example.com -le [email protected] -f

Note: The -f option is to force https redirection

Support & Feedback

If you still have a question after reading these instructions, you have a few options:

More Repositories

1

lsquic

LiteSpeed QUIC and HTTP/3 Library
C
1,279
star
2

openlitespeed

Our high-performance, lightweight, open source HTTP server
C++
957
star
3

ols-docker-env

OpenLiteSpeed Docker Environment
Shell
194
star
4

lscache_wp

LiteSpeed Cache for WordPress
PHP
180
star
5

ls-qpack

QPACK compression library for use with HTTP/3
C
74
star
6

ols-dockerfiles

Shell
46
star
7

lscache-laravel

LSCache for Laravel framework
PHP
46
star
8

ls-hpack

LiteSpeed HPACK (RFC7541) Library
C
41
star
9

lsmcd

LiteSpeed Memcache Compatible Persistent HA replication Cache Server
C++
39
star
10

ls-cloud-image

Shell
36
star
11

lsws-docker-env

LiteSpeed Enterprise Docker Environment
Shell
30
star
12

lscache-joomla

LSCache plugin for Joomla
PHP
30
star
13

magento2-LiteSpeed_LiteMage

LiteMage Cache Extension for Magento 2
PHP
29
star
14

lscache_prestashop

LiteSpeed Cache Plugin for Prestashop
PHP
26
star
15

lscache-opencart

PHP
26
star
16

lsws-dockerfiles

LiteSpeed Docker Files
Shell
17
star
17

lscache-drupal

LSCache Plugin for Drupal
PHP
14
star
18

lscache-xf2

LSCache Plugin for XenForo 2
PHP
8
star
19

gdoc

Documentation and tool tips for LiteSpeed Web Server, Web ADC, and OpenLiteSpeed.
PHP
8
star
20

ls-sfparser

Structured fields (formerly structured headers) parser, see RFC 8941.
C
7
star
21

lsws-magento-docker-env

Shell
7
star
22

litespeed-prometheus-exporter

Go
7
star
23

qmin

QMIN is a compression mechanism for QUIC headers
C
6
star
24

helm-chart

helm-chart
Mustache
5
star
25

third-party

Third party libraries used by some of our software
Shell
4
star
26

lsmcd_cpanel_plugin

User CPanel plugin for lsmcd
CSS
4
star
27

benchmarks

Various benchmarks
C
4
star
28

openlitespeed-doc

Documentation for OpenLiteSpeed
SCSS
3
star
29

wp-dashboard-notifier

Dashboard notifier for WordPress
PHP
3
star
30

lscache_mediawiki

PHP
3
star
31

packages

Downloadable packages
2
star
32

ngx2ols

PHP
2
star
33

lscache_xf

LiteSpeed Cache for XenForo
PHP
2
star
34

experiment

C
1
star