Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 378 Bytes

File metadata and controls

15 lines (11 loc) · 378 Bytes

NodeJS-PasteServer

A NodeJS based Pasteserver to share code and text.

Install and start server

git clone https://github.com/VironLab/NodeJS-PasteServer
cd NodeJS-PasteServer
npm install
# edit config.js and start server
node server.js

To enable https insert SSL certificate and Private Key in the folder .SSL/ and insert the cert names into config.js