cognitect-labs / vase

Data driven microservices
Eclipse Public License 1.0
374 stars 40 forks source link

Alternative PR - fix sample to work immediately #52

Closed deg closed 7 years ago

deg commented 7 years ago

NOTE: this PR is missing a bit in the sampl's readme file. See the line "THIS PR NEEDS HELP HERE". I did not detail the steps to install Datomic Free, because I've never done this. Before accepting this PR, please fix or remove this line.

ddeaguiar commented 7 years ago

@deg here's some info for the README regarding Datomic free.

  1. Add the Datomic free download url (https://my.datomic.com/downloads/free)
  2. Be sure to mention that the version used by Vase should be downloaded. It's currently "0.9.5554".
  3. After decompressing the archive, cd in to the datomic free dir and copy config/samples/free-transactor-template.properties to config/transactor.properties.
  4. From the root datomic free directory, start the transactor via bin/transactor config/transactor.properties.
  5. Update the datomic uri's in the resource/*.edn files to use datomic free.

Once this is done, the app can be started via lein run.

deg commented 7 years ago

Just a heads up... I updated this PR per @ddeaguiar's comments a few days back, but forgot to comment here. This is ready to go, from my perspective.