Information about external plugins or other apps
Documentation about exsiting plugins can be found here: About the built-in plugins.
For "external" plugin, exist the sub directory: external_plugins
If you use
virtualenv, the path is e.g. here:
- /home/FooBar/PyLucid_env/src/pylucid/pylucid_project/external_plugins/
If you use the standalone package, the path is e.g. here:
- /var/www/YourSite/pylucid_project/external_plugins/
- clone/checkout external plugins in a directory outside from
PyLucid, e.g.: /pylucid_plugins/
- symlink the plugin folder into external_plugins
Note: The server process (e.g. fastCGI) must be restarted, because all plugins would be only initialized at the 'start'.
Here a example how to 'install' the System Information plugin via git:
If you don’t have git, but suversion, you can checkout with this command instead of "git clone":
a other example can you find at Howto support the django-sync-server app.