Install the Storm Package
Prerequisite: Storm requires version 2.6 or higher of the default system Python interpreter.
- To install the Storm RPMs, run the following command on each client cluster node and gateway node: - For RHEL/CentOS/Oracle Linux: - yum install storm
- For SLES: - zypper install storm
- For Ubuntu and Debian: - apt-get install storm
 ![[Important]](../common/images/admon/important.png) - Important - Ubuntu and Debian users must manually create the - /etc/storm/confdirectory and the storm.yaml file that resides there.
- Run the following command to create the conf directory: - sudo mkdir -p /etc/storm/conf
- Run the following command to create the - storm.yamlfile:- sudo touch /etc/storm/conf/storm.yaml

