@identity-box/box-office

0.1.41 • Public • Published

Box Office

A service to handle identity requests on IdBox.

Since version 0.1.38 all Identity Box services are ESM-only. No building is required.

Installation

On your identity-box, first create a folder where you want your service to be installed (we recommend that you use the name of the service as the name of the folder). Then install the service as follows:

$ npx github:/identity-box/cli install-service box-office

Usage

To directly run the service, use:

yarn box-office start

With PM2

You can take of advantage of pm2 to start an identity-box service. Make sure you have pm2 installed globally:

$ npm install pm2 -g

Start service

$ pm2 start ecosystem.config.cjs

List all services

$ pm2 list

Settings on a service

$ pm2 show box-office

Logs

To show both stdout and stderr logs run:

$ pm2 logs box-office

This shows all the logs of box-office and outputs the last 15 lines (the default).

To see only standard output logs, and print more lines from the output use:

$ pm2 logs box-office --out --lines 150

Restart process after editing ecosystem

$ pm2 delete ecosystem.config.cjs
$ pm2 start ecosystem.config.cjs

Readme

Keywords

Package Sidebar

Install

npm i @identity-box/box-office

Weekly Downloads

1

Version

0.1.41

License

ISC

Unpacked Size

10.5 kB

Total Files

13

Last publish

Collaborators

  • everydayproductive