From 940fed974f0a97f0a18b81c3eb03c8480102a472 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Fri, 30 May 2025 04:53:01 +0200 Subject: [PATCH] Update 000_intro.md --- website/docs/admin/000_intro.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/website/docs/admin/000_intro.md b/website/docs/admin/000_intro.md index cc5d6822..bea9cd9c 100644 --- a/website/docs/admin/000_intro.md +++ b/website/docs/admin/000_intro.md @@ -51,9 +51,31 @@ The installation script supports [optional flags](/install) that can be used to If you encountered any errors while running the installation script, please copy & paste the installation log file to [the community forums](https://community.openpanel.org). + + + +```bash +--- +- name: Install OpenPanel on target machine + hosts: all + become: true + vars: + openpanel_install_flags: "--debug --username=admin --password=super123" # Customize your flags here, full list: https://openpanel.com/install + + tasks: + - name: Download and run OpenPanel installer + shell: | + curl -sSL https://openpanel.org | bash -s -- {{ openpanel_install_flags }} + args: + executable: /bin/bash +``` + + +**THIS DROPLET MAGE IS OUTDATED - LOOKING FOR MAINTAINERS** + OpenPanel is available as a 1-Click app (droplet) on DigitalOcean. Click on the button to spin a droplet with OpenPanel already installed: [![droplet](/img/do-btn-blue.svg)](https://marketplace.digitalocean.com/apps/openpanel?refcode=6498bfc47cd6&action=deploy)