Install a Lightweight WordPress container with OpenLiteSpeed 1.6.5+ & PHP 7.3+ based on Ubuntu 18.04 Linux.
Install a Lightweight WordPress container with OpenLiteSpeed 1.6.5+ & PHP 7.3+ based on Ubuntu 18.04 Linux.
@ -109,6 +110,11 @@ Use the root domain in this command, and it will check for a certificate and aut
```
```
./bin/cert.sh example.com
./bin/cert.sh example.com
```
```
### Update Web Server
To upgrade web server to latest stable version, run
```
bash bin/webadmin.sh -lsup
```
### Accessing the Database
### Accessing the Database
After installation, you can use Adminer (formerly phpMinAdmin) to access the database by visiting http://127.0.0.1:8080. The default username is `root`, and the password is the same as the one you supplied in the `.env` file.
After installation, you can use Adminer (formerly phpMinAdmin) to access the database by visiting http://127.0.0.1:8080. The default username is `root`, and the password is the same as the one you supplied in the `.env` file.