Skip to content

Commit 01020f0

Browse files
author
Daniil Alekseev
committed
2 parents c2874a7 + 67de289 commit 01020f0

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ vim config.json
2424

2525
### Second run
2626
```bash
27-
python application_start.py
28-
```
27+
pm2 start application_start.py
28+
```

docs/ru/README_RU.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Установка
2+
3+
### Установка Python модуля
4+
```bash
5+
pip install -r requirements.txt
6+
```
7+
8+
### Установка NodeJS модуля
9+
```bash
10+
npm i pm2 -g
11+
```
12+
13+
# Использование
14+
15+
### Первый запуск
16+
```bash
17+
python application_start.py
18+
```
19+
20+
### Заполнение конфигурационного файла
21+
```bash
22+
vim config.json
23+
```
24+
25+
### Второй запуск
26+
```bash
27+
pm2 start application_start.py
28+
```

0 commit comments

Comments
 (0)