readme added

pull/9/head
prplV 2024-08-22 16:00:11 +03:00
parent 9ec2375a4e
commit 373e4742d0
2 changed files with 41 additions and 2 deletions

39
README.md Normal file
View File

@ -0,0 +1,39 @@
# runner-rs (amd64/linux)
![Logo](https://blog.desdelinux.net/wp-content/uploads/2023/07/rust-logo.png)
Приложение для контроля и управления процессами с мониторингом зависимостей
## Для сборки требуется
- `rustup (>=1.27.1)`
## Локальный запуск
1. Клонирование репозитория `runner-rs`
~~~bash
git clone https://link-to-project
~~~
2. Переход в каталог проекта
~~~bash
cd runner-rs/
~~~
3. Сборка релизной версии
~~~bash
cargo build --release
~~~
4. Запуск исполняемого файла
~~~bash
./target/release/runner-rs
~~~
либо
~~~bash
cargo run --release
~~~

View File

@ -53,8 +53,8 @@
], ],
"services": [ "services": [
{ {
"hostname": "google.com", "hostname": "localhost",
"port": 443, "port": 6379,
"triggers": { "triggers": {
"wait": 14, "wait": 14,
"delay": 1, "delay": 1,