Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 464 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 464 Bytes

LinuxServerMonitoring

Simple Web App to monitor basic system information.

This program assumes that node and npm are installed and that a web server has been set up and properly configured.

Installation

  1. Clone the repo and cd into directory.
  2. Run npm install.

Current Usage

  1. Run node server.js.
  2. Go to localhost:8080/index.html in a browser.

This project contains an MIT license. Feel free to use and modify your own copy as you see fit.