Skip to content

Commit bead3c9

Browse files
authored
Added v-quick-install-app CLI commands
1 parent eb1f636 commit bead3c9

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

docs/docs/reference/cli.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5436,6 +5436,34 @@ v-purge-nginx-cache user domain.tld
54365436

54375437
This function purges nginx cache.
54385438

5439+
## v-quick-install-app app
5440+
5441+
[Source](https://github.com/hestiacp/hestiacp/blob/release/bin/v-quick-install-app)
5442+
5443+
list available web applications for quick installation
5444+
5445+
**Options**:
5446+
5447+
**Description**:
5448+
5449+
The `v-quick-install-app app` command is used to retrieve a list of web applications that can be quickly installed through the `v-quick-install-app install` command in the Hestia Control Panel. This command provides a convenient overview of supported applications and their versions, allowing users to choose which application they would like to deploy on their server. The names of the applications are case sensitive.
5450+
5451+
## v-quick-install-app install
5452+
5453+
[Source](https://github.com/hestiacp/hestiacp/blob/release/bin/v-quick-install-app)
5454+
5455+
quickly install web applications
5456+
5457+
**Options**: `[USER] [DOMAIN] [APP_TYPE] [APP_OPTIONS]`
5458+
5459+
**Examples of WordPress installation**:
5460+
5461+
```bash
5462+
v-quick-install-app install username example.com WordPress username="wp_user" email="wp_user@example.com" password="your_password" site_name="Site name" database_host="localhost" database_name="db" database_user="user"
5463+
```
5464+
5465+
The `v-quick-install-app` command is used to automate the installation of web applications on a server managed by Hestia Control Panel. This function helps users quickly deploy applications by specifying a few parameters instead of manually going through the installation process.
5466+
54395467
## v-rebuild-all
54405468

54415469
[Source](https://github.com/hestiacp/hestiacp/blob/release/bin/v-rebuild-all)

0 commit comments

Comments
 (0)