athena-oss / athena

An automation platform with a plugin architecture that allows you to easily create and share services.
https://athena-oss.github.io/athena/
Apache License 2.0
92 stars 25 forks source link

Add support for configurable plugins directory #29

Closed rafaelspinto closed 7 years ago

rafaelspinto commented 7 years ago

To use this approach you can run athena in the following way :

$ ATHENA_PLGS_DIR=/path/to/plugins/dir athena <command> <args>

But you need to be aware that if you want to use the base plugin, you should create a symlink in the plugins custom directory to the base plugin, eg.:

$ ln -s /path/to/athena/plugins/base /path/to/custom/plugins/dir/base
rafaelspinto commented 7 years ago

Done with release v0.10.0