VirtuBox / ubuntu-plesk-server

Script to setup a preconfigured Plesk server on Ubuntu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ubuntu Plesk Server

This repository contains a bash script to automate Plesk Obsidian deployment on Ubuntu.

Description

The script settings can be defined in an interactive way by running the script with the flag --interactive, or fully non-interactive with arguments like --mariadb 10.3 to define MariaDB-server version.

Requirements

  • Ubuntu 22.04 LTS
  • Ubuntu 20.04 LTS
  • Ubuntu 18.04 LTS

Deploying Plesk

Interactive install

Interactive installation is available with argument --interactive

bash <(wget -O - vtb.cx/plesk || curl -sL vtb.cx/plesk) --interactive

Custom install

Default setup with MariaDB 10.6

bash <(wget -O - vtb.cx/plesk || curl -sL vtb.cx/plesk) -y

About

Script to setup a preconfigured Plesk server on Ubuntu

License:Other


Languages

Language:Shell 100.0%