Depuis la version 1.6 geeklog supporte une installation automatique des plugins, mais tous les plugins ne propose pas encore cette fonctionnalité.
1. As one of your site's Root users
2. If the installation do not completed successfully you can heck the geeklog error.log for errors.
Plugins can also be installed by uploading their tarball (from Geeklog's Plugins Admin panel).
The manual install as outlined below should work for both old and new versions of Geeklog.
For details, you should always refer to the README that comes with the plugin. A general overview of plugins and install details is also provided as part of the Geeklog Documentation Project here . In general, however, a plugin will be installed like this:
Depending on your setup and server access, you should either upload the tarball and unpack it remotely or unpack the tarball locally and upload the extracted files and folders afterwards.
The public_html directory in the tarfile is copied to the webtree under <plugin name>. e.g. if my geeklog web is in /path/to/geeklog/public_html/ then the public_html from the tarfile is copied to /path/to/geeklog/public_html/<plugin name>
The admin directory in the tarfile is copied to the admin webtree. e.g. if my geeklog admin webtree is in /path/to/geeklog/public_html/admin/ then the admin directory from the tarfile is copied to /path/to/geeklog/public_html/admin/plugins/<plugin name>
Log into your Geeklog site and go to the Plugins admin panel (from the Admins Block) :
If this is a new install (plugin doesn't exist in the gl_plugins table), then you should find it listed in the “New Plugin” section at the end of the Plugins page. Click on the “Install” link there to initiate the plugin install.
If this is an upgrade, then you should find the plugin listed with the other installed plugins, sporting a note asking you to update it. Click on the edit link (the little pen icon). On the next page, you will find an “Update” button. Click it to initiate the plugin update.
That's it!