CyberPanel Joomla
Generated on 31 Dec 2021 from the CyberPanel Joomla catalog page
OpenLiteSpeed is the Open Source edition of LiteSpeed Web Server Enterprise and contains all of the essential features, including HTTP/3 support. OLS provides enormous scalability and an accelerated hosting platform for Joomla. This One-Click gives you OpenLiteSpeed, CyberPanel, Joomla, LiteSpeed Cache, and other useful applications.
Software Included
Package | Version | License |
---|---|---|
Joomla | 3.0.10 | GPLv2 |
Cyberpanel | 2.1.2 | GPLv3 |
OpenLiteSpeed | 1.7.14 | GPLv3 |
PHP | 8.0 | proprietary |
Rainloop | 1.14.0 | AGPLv3 |
PowerDNS | 4.1.1 | GPLv2 |
Creating an App using the Control Panel
Click the Deploy to DigitalOcean button to create a Droplet based on this 1-Click App. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account.
Creating an App using the API
In addition to creating a Droplet from the CyberPanel Joomla 1-Click App using the control panel, you can also use the DigitalOcean API. As an example, to create a 4GB CyberPanel Joomla Droplet in the SFO2 region, you can use the following curl
command. You need to either save your API access token) to an environment variable or substitute it in the command below.
curl -X POST -H 'Content-Type: application/json' \
-H 'Authorization: Bearer '$TOKEN'' -d \
'{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image": "litespeedtechnol-cyberpaneljoomla"}' \
"https://api.digitalocean.com/v2/droplets"
Getting Started After Deploying CyberPanel Joomla
From a terminal on your local computer, connect to the Droplet as root. Make sure to substitute the Droplet’s IP address.
ssh root@use_your_droplet_ip
Quick setup:
- Create website:
cyberpanel createWebsite --package Default --owner admin --domainName example.com --email [email protected] --php 7.4
- Create Joomla:
cyberpanel installJoomla --domainName example.com --password yourpassword --siteTitle "Demo Site"
- Issue SSL:
cyberpanel issueSSL --domainName example.com
If you prefer GUI, then you can follow the Optional Setup to set up everything from the control panel.
For more support
Please visit our Quick Start page for details on how to access your Joomla One Click and complete your configuration.