Skip to content

a node.js fullstack web application that shows system information (nodesysinfo)

License

Notifications You must be signed in to change notification settings

claudianus/system-information

Repository files navigation

What is system-information

This is a node.js fullstack web application that shows system information

Screenshot

screenshot

How to install and host on your server (Ubuntu 18.04)

Install node.js if you haven't installed node.js yet

# https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions
$ curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
$ sudo apt-get install -y nodejs

First of all you need to download this repo

$ git clone https://github.com/claudianus/system-information.git
$ cd system-information

Then install dependencies

$ npm install

and start the app (server)

# start the server but if you're in production pm2(http://pm2.keymetrics.io/) is recommended
$ npm start

That's it

About

a node.js fullstack web application that shows system information (nodesysinfo)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published