cbsd / modules-api

CBSD module serving API service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

api

CBSD module serving API service

This module requires the beanstalkd, cbsd-mq-router and cbsd-mq-api, please install first, e.g:

pkg install -y beanstalkd cbsd-mq-router cbsd-mq-api

To install module:

  • cbsd module mode=install api
  • echo 'api.d' >> ~cbsd/etc/modules.conf
  • cbsd initenv

Quick start:

service beanstalkd enable

service cbsd-mq-router enable

service cbsd-mq-api enable

service beanstalkd start

service cbsd-mq-router start

service cbsd-mq-api start

Refer to the documentation page: https://www.bsdstore.ru/en/13.x/wf_api_ssi.html

About

CBSD module serving API service

License:BSD 2-Clause "Simplified" License


Languages

Language:Shell 100.0%