prooph / link

Automated Workflow Processing
BSD 3-Clause "New" or "Revised" License
13 stars 1 forks source link

Check precondition before install #41

Closed codeliner closed 9 years ago

codeliner commented 9 years ago

The event store requires a configured connection therefor the install script needs to be invoked before running the system set up. If no connection is available the system should show the user a hint instead of an exception.

codeliner commented 9 years ago

Issue is solved. the install script now activates an eventstore config which configures a memory connection for temporary use. The set up routine then overrides the memory connection with the default sqlite filesystem connection.