1.0.3 • Published 7 years ago

chatangle-full-stack v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

chatangle-full-stack

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

Prerequisites

Ensure that these ports are open for these purposes:

ProtocolPortReason
TCP14265IRI Node API
TCP14600IRI Node Neighboring
UDP14600IRI Node Neighboring
TCP15600Nelson Node Neighboring
TCP16600Nelson Node API
TCP8085Chatangle Front End
TCP8008Chatangle 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 &
1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago