orangeqs.juice.cli.install#
Juice CLI install command.
Module Contents#
Functions#
Installs all OrangeQS Juice services as systemd services. |
|
Installs and configures influxDB2 instance. |
|
Installs and configures Jupyterhub Server for OrangeQS Juice. |
|
Installs and configures telegraf to monitor OrangeQS Juice System. |
|
Installs OrangeQS Juice. |
API#
- orangeqs.juice.cli.install.install_services(restart: bool, rebuild: bool, systemd_reload: bool, parallel_build: bool) None#
Installs all OrangeQS Juice services as systemd services.
- orangeqs.juice.cli.install.install_influxdb2(restart: bool, systemd_reload: bool) None#
Installs and configures influxDB2 instance.
- orangeqs.juice.cli.install.install_jupyterhub(restart: bool, rebuild: bool, systemd_reload: bool) None#
Installs and configures Jupyterhub Server for OrangeQS Juice.