-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the feature
"As an admin I want to consolidate service installation using So That installation is less error-prone.
Describe the problems your feature request solves
There is a service_setup.py script for installation of influxdb, mongodb, rabbitmq services. And then, there is a separate installation for Thingsboard given in THINGSBOARD.md. Consolidating these steps into service_setup.py is desirable.
Describe the solution you'd like
Add all the steps given in THINGSBOARD.md into services script. Please remember that ThinhsBoard installation requires running script/thingsboard.py for user setup. This code needs to be invoked from script/service_setup.py.
Similarly, the Thingsboard installation steps need to be added to services CLI as well.
Success Criterion
Checklist:
- service_setup.py is updated
- Services CLI is updated
- Test coverage is added
- No qlty issues
- Documentation is updated
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request