There was an error while loading. Please reload this page.
var ldnode = require('ldnode') var ldp = ldnode.createServer({ key: '../localhost.key', cert: '../localhost.cert', root: '../accounts/, verbose: true, webid: true }) ldp.listen(8443, function() { // Started Linked Data Platform })
Optionally as JSON
[{ "name" : "LD Node", "script" : "./ldnode.js", "args" : "['-v']", "env": { "DEBUG": "*", } }]
sudo pm2 startup