Skip to content

pRizz/chatangle-full-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatangle-full-stack

A package that easily deploys Chatangle, full stack, with npm.

Prerequisites

Ensure that these ports are open for these purposes:

Protocol Port Reason
TCP 14265 IRI Node API
TCP 14600 IRI Node Neighboring
UDP 14600 IRI Node Neighboring
TCP 15600 Nelson Node Neighboring
TCP 16600 Nelson Node API
TCP 8085 Chatangle Front End
TCP 8008 Chatangle Back End

Installation Instructions

There are a few ways to install and run this. The recommended way is to use the docker image because it is the simplest and quickest.

Docker Installation

First, have docker installed. Then run:

sudo docker run -d -p 14265:14265 -p 14600:14600 -p 14600:14600/udp -p 15600:15600 -p 16600:16600 -p 8085:8085 -p 8008:8008 prizz/chatangle-full-stack

NPM Installation

NPM Installation From NPM

Install globally with

npm i -g chatangle-full-stack

NPM Installation From GitHub

Install globally with

npm i -g pRizz/chatangle-full-stack

Running

When installed globally, run with

chatangle-full-stack

To run this in the background:

nohup chatangle-full-stack &

About

A package that easily deploys Chatangle, full stack, with npm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published