Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Kapua » Kapua on Windows(Kapua on Windows)
Kapua on Windows [message #1767806] Tue, 11 July 2017 10:16 Go to next message
Ramesh Babu Atta is currently offline Ramesh Babu AttaFriend
Messages: 2
Registered: July 2017
Junior Member
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] Tue, 29 August 2017 03:02 Go to previous messageGo to next message
Steelix Ruin is currently offline Steelix RuinFriend
Messages: 5
Registered: August 2017
Junior Member
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] Tue, 05 September 2017 02:12 Go to previous messageGo to next message
Steelix Ruin is currently offline Steelix RuinFriend
Messages: 5
Registered: August 2017
Junior Member
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 08:53 Go to previous message
Milan Ggg is currently offline Milan GggFriend
Messages: 28
Registered: March 2017
Junior Member
@ 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 Apr 16 17:04:41 GMT 2024

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

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

Back to the top