Unverified Commit ba936326 authored by Vladislav Gumerov's avatar Vladislav Gumerov Committed by GitHub

Update README.md

parent baa8618a
# system-load # system-load
A web application that displays the current load on a Linux system in real time. # system-load
- CPU load;
- total amount of RAM and amount of free RAM; Веб-приложение, которое отображает текущую нагрузку на Linux-систему в реальном времени, а именно:
- процент загрузки CPU;
- общее количество RAM и количество доступной RAM;
- load average. - load average.
## Deployment ## Развёртывание
The public folder from the repository is placed on the server. In the server settings, specify the path to the folder. 1. Скачать репозиторий.
2. Файл data.php из папки server разместить на сервере.
3. В файле src/address.js в переменную 'URL' поместить адрес до файла data.php (Например http://77.246.159.121/server/data.php)
4. Открыть консоль в репозитории и прописать 'npm i' для установки модулей, а затем 'npm start' для запуска локального сервера.
5. Перейти в браузере по адресу http://localhost:3000/
## Screenshot ## Скриншот
![screenshot](https://github.com/AstR0x/system-load/blob/master/img/screenshot.png) ![screenshot](https://github.com/AstR0x/system-load/blob/master/img/screenshot.png)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment