1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-24 00:01:24 +02:00
Files
OpenIntegrations/docs/en/md/Addons/Melezh/Start/First-start.mdx

39 lines
1.6 KiB
Plaintext
Raw Normal View History

2025-05-27 19:03:00 +03:00
---
id: First-start
2025-06-02 23:19:15 +03:00
title: First launch and project creation
2025-05-27 19:03:00 +03:00
sidebar_position: 2
---
2025-06-02 21:46:48 +03:00
This section describes the initial launch and first steps after installing Melezh on your device.
2025-05-27 19:03:00 +03:00
2025-06-02 21:46:48 +03:00
## Launching
2025-05-27 19:03:00 +03:00
2025-06-02 21:46:48 +03:00
Regardless of the operating system or installation method, after completion, Melezh should be available in the terminal (command line) via the `melezh` command.
2025-05-27 19:03:00 +03:00
2025-06-02 21:46:48 +03:00
> On Windows, a reboot might be required, but you can also launch it directly via the Start menu shortcut.
2025-05-27 19:03:00 +03:00
2025-06-02 21:46:48 +03:00
When launched, you'll see the initial Melezh screen:
2025-05-27 19:03:00 +03:00
2025-06-02 21:46:48 +03:00
![Launching Melezh](../../../../static/img/Docs/Melezh/en/3.gif)
2025-05-27 19:03:00 +03:00
2025-06-02 21:46:48 +03:00
You can view all available Melezh methods by running `melezh --help`. Calling any Melezh method without parameters will display its purpose and argument list:
2025-05-27 19:03:00 +03:00
2025-06-02 21:46:48 +03:00
![Launching Melezh](../../../../static/img/Docs/Melezh/en/5.gif)
2025-05-27 19:03:00 +03:00
2025-06-03 20:21:22 +03:00
## Creating a project
2025-05-27 19:03:00 +03:00
2025-06-02 21:46:48 +03:00
To begin working with Melezh, you need to create a **project** - a file that will store main settings and handler information. Use the `CreateProject` command and specify the save path in the `--path` argument:
2025-05-27 19:03:00 +03:00
2025-06-02 21:46:48 +03:00
![Launching Melezh](../../../../static/img/Docs/Melezh/en/4.gif)
2025-05-27 19:03:00 +03:00
<hr/>
2025-06-03 20:21:22 +03:00
## Project configuration
2025-05-27 19:03:00 +03:00
2025-06-02 21:46:48 +03:00
Further project configuration can be done in two ways:
2025-05-27 19:03:00 +03:00
2025-06-02 21:46:48 +03:00
+ **Using the Command Line Interface**
Configure the project by executing additional `melezh` commands in the terminal. Available commands and their arguments are listed in the *Command Line Interface* section and the built-in application help.
2025-05-27 19:03:00 +03:00
2025-06-02 21:46:48 +03:00
+ **Using the Web Interface**
In addition to the CLI, Melezh includes a built-in Web UI for interactive project management. Learn more about the web interface in the *Web Interface* section.