Application | Port Number |
---|---|
Apache Zeppelin |
8080 |
Apache Geode |
LOCATOR: 10334 & 1099 (JMX) |
Spring XD |
Admin: 9393 |
JDK 7 or 8 required. Installers available in the installers folder.
On Mac:
-
Unzip
Kitematic-0.7.4-Mac.zip
and execute the installer.
On Linux:
-
Ubuntu:
apt-get -y install docker.io
-
CentOS:
yum -y install docker docker-registry
On Windows: Sorry. ;)
Details about and more instructions about Docker: https://docs.docker.com/installation/
tar -xzvpf apache-geode-1.0.0-incubating-SNAPSHOT.tar.gz cd ~/apache-geode-1.0.0-incubating-SNAPSHOT/bin **gfsh**
tar -xzvpf apache-geode-1.0.0-incubating-SNAPSHOT.tar.gz cd ~/zeppelin-0.6.0-incubating-SNAPSHOT/bin ./zeppelin-daemon.sh start
unzip spring-xd-1.2.0.RELEASE-dist.zip cd ~/spring-xd-1.2.0.RELEASE/bin xd/bin/xd-singlenode
For xd-shell shell/bin/xd-shell
git clone https://github.com/cloudfoundry-incubator/lattice.git cd lattice git checkout v0.2.6 vagrant up --provider virtualbox