eduveks / plunto

Moderated and multi-room web chat.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

plunto web chat

Moderated and multi-room web chat.

Installation

The requirements and the server, easy-peasy:

Automatic

In your terminal, execute the command below into the Netuno root folder to install and autoconfigure the application:

./netuno app github=eduveks/plunto

This requires GIT command.

Then start the Netuno with the Pluto application:

./netuno server app=plunto

At first time will take some time because of the auto-execution of the NPM installs.

Manual

Clone this project inside of the apps folder in the Netuno root, for example:

cd netuno/apps
git clone https://github.com/eduveks/plunto.git

And set the configurations inside of the Plunto app folder:

cd netuno/apps/plunto

Copy from base configuration and edit to make your own adjustments:

cp config/sample.json config/_development.json

Now just need to start the Netuno Server, but with the Plunto Web Chat as the main application:

./netuno server app=plunto

At the first time, may execute the NPM installs automatically.

Local Development Links

After starting the Pluto application and finished the NPM installs, these links below will be available.

Backoffice:

Website:

🙌 have fun.

About

Moderated and multi-room web chat.

License:Apache License 2.0


Languages

Language:JavaScript 89.6%Language:HTML 5.0%Language:CSS 2.9%Language:Less 2.5%