Sign inSign up

vinston/kylo

By vinston

Updated about 8 years ago

Docker customize image for kylo: http://kylo.io

Image
0

615

vinston/kylo repository overview

Kylo Images with following version kylo:0.8.0 kylo:0.8.2.6 kylo:0.9.0.1 kylo:0.9.1 kylo:0.9.1-dev

With Available following Services Spark Image Details CentOS 6.5 Hadoop 2.6.0 Spark 1.6.0 JDK 1.8 Nifi Hive Activemq MySQL

How to run

  1. Start container docker run -it -v :/var/share -p 8400:8400 -p 8079:8079 -p 3306:3306 -p 10000:10000 vinston/kylo:0.9.1 bash
  2. After few mins, access http://localhost:8400 from host browser and login with vinston/vinston
  3. After login, import template first, then create a categoly, then start to import feed.

Kylo Development Image For development use run the following steps, it will produce without kylo services and ui app, it will have the following services running and update in your application.properties file. Hadoop 2.6.0 Spark 1.6.0 JDK 1.8 Nifi Hive Activemq MySQL

Steps:

  1. Start container docker run -it -v :/var/share -p 8079:8079 -p 3306:3306 -p 10000:10000 -p 61616:61616 -p 9000:9000 vinston/kylo:0.9.1-dev bash
  2. update application.proprties to the above ports to start
  3. then start your kylo and enjoy!

Tag summary

Content type

Image

Digest

Size

7.7 GB

Last updated

about 8 years ago

docker pull vinston/kylo:0.9.1