Skip to main content



      Home
Home » Eclipse Projects » Eclipse Kapua » Kapua on Windows(Kapua on Windows)
Kapua on Windows [message #1767806] Tue, 11 July 2017 06:16 Go to next message
Eclipse UserFriend
Hi,

Can I run Kapua platform on Windows platform?

Thanks & Regards
Ramesh Babu Atta
Re: Kapua on Windows [message #1771634 is a reply to message #1767806] Mon, 28 August 2017 23:02 Go to previous messageGo to next message
Eclipse UserFriend
I'm sure you can do this.
At least you can use docker on windows to depoly the kapua's docker containers on the windows.

if you are use win10 and support Hyper-V, you can use the newest docker on windows, else you can use DockerWindowsTool instead it.

then type these:
$ docker run -td --name kapua-sql -p 8181:8181 -p 3306:3306 kapua/kapua-sql
$ docker run -td --name kapua-elasticsearch -p 9200:9200 -p 9300:9300 elasticsearch:5.4.0 -Ecluster.name=kapua-datastore -Ediscovery.type=single-node -Etransport.host=_site_ -Etransport.ping_schedule=-1 -Etransport.tcp.connect_timeout=30s
$ docker run -td --name kapua-broker --link kapua-sql:db --link kapua-elasticsearch:es -p 1883:1883 -p 61614:61614 kapua/kapua-broker
$ docker run -td --name kapua-console --link kapua-sql:db --link kapua-broker:broker --link kapua-elasticsearch:es -p 8080:8080 kapua/kapua-console
$ docker run -td --name kapua-api --link kapua-sql:db --link kapua-broker:broker --link kapua-elasticsearch:es -p 8081:8080 kapua/kapua-api

Of course, I am also testing it on windows, and everything is going well
Re: Kapua on Windows [message #1772052 is a reply to message #1771634] Mon, 04 September 2017 22:12 Go to previous messageGo to next message
Eclipse UserFriend
Something, I forgot to say. If you use Hyper-V and win10 with the newest docker on windows, you must use Linux Container.
However, my kapua platform is going well on the windows.

Best regards.
Re: Kapua on Windows [message #1772069 is a reply to message #1772052] Tue, 05 September 2017 04:53 Go to previous message
Eclipse UserFriend
@ Ramesh Babu AttaFriend

I used Kitematic software, it can be found for Mac OS X 10.8+ and Windows 7+ (64-bit), if you want to avoid docker terminal :). It is GUI based tool for running docker containers.

Regards,

Milan
Previous Topic:Kapua and Eurotech Everywhere
Next Topic:iot applications help
Goto Forum:
  


Current Time: Tue Jul 08 02:47:32 EDT 2025

Powered by FUDForum. Page generated in 0.07182 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top