-
Notifications
You must be signed in to change notification settings - Fork 38
Build Joomla(with CyberPanel) Image
Follow this guide to build a Joomla + CyberPanel image/template/snapshot. Basically, it's similar to CyberPanel, but the welcome banner will display the Joomla CLI command.
Choose the Long Term Support version for the base image, e.g. Ubuntu 20.04.
Select a basic plan from the cloud platform.
You can use a single command to install Joomla (with CyberPanel) easily. It is totally free and does not require any kind of license.
bash <( curl -sk https://raw.githubusercontent.com/litespeedtech/ls-cloud-image/master/Setup/cyberjoomlasetup.sh )
This installation may take around 8-12 minutes to finish.
bash <( curl -sk https://raw.githubusercontent.com/litespeedtech/ls-cloud-image/master/Cloud-init/claunch.sh )
This step may clean up all SSH access methods, which means once you exit the server, you will not be able to SSH back
Launch script will do the following:
This is just a basic SSH console welcome message template. The banner will do the following:
-
Check the public IP address
-
Show the CyberPanel URL
-
Show how to Joomla installation command
-
Display how to get panel login access
-
Display how to get SQL access
-
Check if the CyberPanel version is up to date.
-
Regenerate SSL Certificate
-
Regenerate Django secret key
-
Regenerate phpMyAdmin key
-
Regenerate SQL password
-
Regenerate CyberPanel password
-
Regenerate PowerDNS password
-
Regenerate pure-ftp password
-
Clean up passwords
-
Clean up SSH keys
-
Clean up logs
Start building your image by SnapShot, Image, or Template, which are provided by cloud providers, and that's it. You can now launch any type of server from the snapshot you just built.