https://github.com/cbsd/modules-api
CBSD module serving API service
https://github.com/cbsd/modules-api
Last synced: 6 months ago
JSON representation
CBSD module serving API service
- Host: GitHub
- URL: https://github.com/cbsd/modules-api
- Owner: cbsd
- License: bsd-2-clause
- Created: 2021-02-23T10:58:45.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-02T18:48:32.000Z (over 1 year ago)
- Last Synced: 2025-02-02T19:33:57.235Z (over 1 year ago)
- Language: Shell
- Size: 85 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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://github.com/cbsd/cbsd/blob/develop/share/docs/general/cbsd_api.md](https://github.com/cbsd/cbsd/blob/develop/share/docs/general/cbsd_api.md)