skeleton-htmengine-app icon indicating copy to clipboard operation
skeleton-htmengine-app copied to clipboard

README on supervisord.conf issue

Open ryanjmccall opened this issue 9 years ago • 1 comments

This repo's README suggests that the [supervisord] "environment" property points to the htmengine conf dir. However, this example (https://github.com/htm-community/htmengine-traffic-tutorial/blob/master/python-engine/conf/supervisord.conf) points "environment" at the conf dir of the user's custom "skeleton" project. Additionally the [include] "files" property instead points points to the supervisor-base.conf in htmengine. @oxtopus

ryanjmccall avatar Jun 12 '16 17:06 ryanjmccall

Yes, you're right. For that matter, the value should match the APPLICATION_CONFIG_PATH value described in section 3: https://github.com/htm-community/skeleton-htmengine-app/blob/master/README.md#3-set-application_config_path-in-your-environment

I believe the include directive should point to htmengine conf as is described in the readme.

oxtopus avatar Jun 13 '16 03:06 oxtopus