https://github.com/muka/servioticy-mgr
Minimal service manager for servioticy
https://github.com/muka/servioticy-mgr
Last synced: about 2 months ago
JSON representation
Minimal service manager for servioticy
- Host: GitHub
- URL: https://github.com/muka/servioticy-mgr
- Owner: muka
- License: apache-2.0
- Created: 2014-10-27T10:23:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-29T09:28:41.000Z (about 9 years ago)
- Last Synced: 2025-02-05T04:49:30.400Z (4 months ago)
- Language: JavaScript
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
servioticy-mgr
==============Minimal service manager for servioticy.
Intended to be used with https://github.com/servioticy/servioticy-vagrant
**Not stable, but works**
##Install
`sudo npm i -g muka/servioticy-mgr`
##Usage
`sudo servioticy start`
`sudo servioticy stop`
`sudo servioticy restart`
`sudo servioticy status`
###Per service
List managed services:
`sudo servioticy services`
Start elastic search
`sudo servioticy start elasticsearch`
Is node bridge up?
`sudo servioticy status bridge`
###List of managed services
Managed services by startup order:
- [90] elasticsearch
- [100] couchbase
- [150] userDB
- [200] jetty
- [300] apollo
- [350] kestrel
- [400] storm
- [500] bridge###Adding more services
See `./components/` js for an overview of how to add other components.
priority indicates the order of startup (where lower comes first)
##License
Apache2