Storm is an enterprise task scheduler that runs blazingly fast and scales to thousands of tasks.
- Install nodejs v4.5.
- Install jdk v1.8
- Install coffee-script with
npm install coffee-script -g
- Install and start mongodb. If you already have a running mongodb instance and want to use it you can skip that step
- [Windows]
npm install --global --production windows-build-tools
from an elevated PowerShell or CMD.exe (run as Administrator).
- [Linux]
- Make sure Python is in your environment variables v2.7.x
python --version
- You may need to set LD_LIBRARY_PATH like $JDK_HOME/jre/lib/amd64/server in your
~\.profile
- Make sure Python is in your environment variables v2.7.x
- Get Storm from here
- Extract the archive file.
cd $STORM_HOME
STORM_HOME is the location where you extracted the contents of the downloaded storm archive.- [Windows]
npm install --msvs_version=2015
- [Linux/OSX]
npm install
- [Linux]
./storm
- [Windows]
storm.bat
- open a web browser
- go to http://localhost:8080 or if you are using development version go to http://localhost:9090