Create Apache VirtualHosts & generate server config files at /var/www/html/cms/config/
Runs sudo bash /root/create_cms_vhost.sh on this server with your parameters. Generates HTTPβHTTPS and SSL virtual host configs, then runs Certbot.
π€ Upload Script to Server
Upload create_cms_vhost.sh from your computer directly to /root/ on this server.
β οΈ Requires: www-data ALL=(ALL) NOPASSWD: /bin/cp, /bin/chmod in sudoers.
Creates /var/www/html/cms/config/<domain>/.env and /logo/ folder with uploaded brand assets directly on this server.
Loading...
Creates a new MySQL database on the given host using the same schema as cms_sandbox (187KB, full CMS structure). The cms_sandbox.sql file must be present in the same directory as this panel.
Creating database and importing schema... this may take 10β30 seconds.