applait / grouphone-web-legacy

Legacy Web client for Grouphone (Not maintained)
0 stars 0 forks source link

Grouphone

Web client server for Grouphone that powers grouphone.me.

Install

Pre-requisites

Install Grouphone

Prep installation

Run these commands:

Start the Grouphone web client server

This will start Grouphone on the APP_IP and APP_PORT specified in the configuration.

Run on different port

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

However, it is preferred you use config.js to pass in those values.

Development

If you trying to help with the development of the Grouphone web client server, take a look at Development Guide.