apla / dataflo.ws

workflow processing for javascript
108 stars 21 forks source link

Examples: Error on executing #17

Closed Arsca closed 11 years ago

Arsca commented 11 years ago

Hi,

On execution of the example, it throws this error:

instance is: local PROBABLY HARMFUL: can't access etc/local/fixup file. create one and define local configuration fixup. No daemon named "example" found in configuration

It seems that the ./yql/etc/local/fixup file is missing as is the parent 'local' -directory. Unfortunately there are no further information how this file should be created.

rgrds,

katspaugh commented 11 years ago

Thanks, @Arsca, I'll have a look.

Right now, a quick fix:

The daemon name is actually yql, so it should be dataflows daemon yql. Daemons are configured here: https://github.com/apla/dataflo.ws/blob/master/example/yql/etc/project#L6

As for the fixup file – it's optional, so it was only a warning you'd gotten. However, we definitely should document how to create fixups.