Skip to content

REST server to supply images with contents from other REST data services

License

Notifications You must be signed in to change notification settings

kfaubel/newsServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

NewsServer provides images and config files with a simple express web server

Installation

$ cd <path to server location>
$ npm install                    # pulls the server
$ sudo npm install pm2 -g        # pm2 runs and monitors the server - See: https://pm2.keymetrics.io/docs/usage/quick-start/
$ pm2 start server.js            # starts the node server on port 80

Start at system startup

/etc/rc.local

cd <path to server location>
pm2 start server.js >> /home/user/logs/newserver.log 2>&1

About

REST server to supply images with contents from other REST data services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published