Skip to content

Instantly share code, notes, and snippets.

@petedavis
Last active August 29, 2015 14:21
Show Gist options
  • Save petedavis/8f9bb64f4d2a3eff5b88 to your computer and use it in GitHub Desktop.
Save petedavis/8f9bb64f4d2a3eff5b88 to your computer and use it in GitHub Desktop.
geteventstore.com startup batch file
@echo off
start %~dp0\EventStore.ClusterNode.exe --db ./db --log ./logs
:: Delay for 2s to allow eventstore to start before opening the browser
PING -n 3 127.0.0.1>nul
:: default login is admin:changeit
start http://127.0.0.1:2113/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment