-
Notifications
You must be signed in to change notification settings - Fork 0
pm2
Melvin Carvalho edited this page May 4, 2016
·
5 revisions
- mysql
- add mysql user
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