Help me get GES running on Linux

But TCP client works now. We’re getting somewheres

https://gist.github.com/trbngr/9d7e84c841bc2c14cc02

I bet I just need to tweak nginx config now.

BINGO!

Thanks so much you guys!

To recap for future guys…

eventstore.config

Set ExtIp to the IP from your ifconfig eth0

nginx

set proxy_pass to http://IPFromifconfig:yourport

Yes, it’s not really expected that you’d want to bind HTTP only on localhost but TCP on an external IP.

Greg any thoughts on adding that? Should be a relatively minor change.

This could be done...

eventstore.config

Set ExtIp to the IP from your ifconfig eth0

nginx
set proxy_pass to http://IPFromifconfig:yourport

Yes.

Ok. On to projections. :wink:

They won’t start.

RunProjections: All

Nothing in the GES log

Chrome:

image.png

Enabling projections to run is not the same as starting them - they’ll be stopped by default.

I can’t start them either. I’ll start a new thread for this shortly.