API layer for Grouphone
- Give write permissions to the
storagedirectory. - Copy
config.js.sampletoconfig.jsin the same directory. - Change values in
config.jsif necessary. npm installnpm run certnode server.js
The port to run the server can be overriden by passing the port number
as third argument to node server.js. E.g. to run on port 80, you
would do this:
# node server.js 80