Skip to content

Instantly share code, notes, and snippets.

@JogoShugh
Last active August 29, 2015 14:06
Show Gist options
  • Save JogoShugh/e27124260d88502664fd to your computer and use it in GitHub Desktop.
Save JogoShugh/e27124260d88502664fd to your computer and use it in GitHub Desktop.

How to run CommitStream from scratch with commits from a source GitHub repo

This is a work in progress. As this evolves, we update this narrative.

Scenario

Given you have a GitHub repository that has commits matching the VersionOne asset mention pattern, like S-12345, D-00312, etc, and you want to start seeing those correlated with those assets inside VersionOne's asset detail view, then:

Install VersionOne with CommitStream loader build

Install EventStore

  • Download a 3.0+ build of EventStore from http://geteventstore.com/downloads/ and install it on a server
    • Running example: http://v1eventstore.cloudapp.net:2113
      • Login info: if it's not running, you'll need to SSH to the box and start EventStore, here's how:
        • TODO: document this part
      • Note: as mentioned above, this is the location that the CommitStream-core-developing VersionOne build contains

Import commits and create EventStore projections

Open VersionOne and see commits!

  • You should now be able to navigate to an asset detail in your VersionOne instance and see commits.
  • Note: yes the commits are hard-coded, and we are fixing that now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment