Difference between revisions of "Administration Plugins"
From Scalix Wiki
(Correct deployscript) |
(Added deploy example) |
||
Line 3: | Line 3: | ||
The installation of plugins is described in the administrator guide. | The installation of plugins is described in the administrator guide. | ||
In the 11.0.1 documentation the deployscript is described as '''sxcfgPlugin''', but the correct name is '''sxcfplugin.py'''. | In the 11.0.1 documentation the deployscript is described as '''sxcfgPlugin''', but the correct name is '''sxcfplugin.py'''. | ||
+ | |||
Line 10: | Line 11: | ||
[http://downloads.scalix.com/ark/addpf.sh addpf.sh] | [http://downloads.scalix.com/ark/addpf.sh addpf.sh] | ||
+ | |||
+ | To install it, download the file and then run this command: | ||
+ | |||
+ | sxcfgplugin.py --deploy -l addpf.sh -u sxadmin -i <instancename> |
Revision as of 19:39, 23 February 2007
Scalix Wiki -> Administration Plugins
The installation of plugins is described in the administrator guide. In the 11.0.1 documentation the deployscript is described as sxcfgPlugin, but the correct name is sxcfplugin.py.
Create a Public Folder and optionally assign it an email address
Use the addpf plugin to create a Public Folder.
To install it, download the file and then run this command:
sxcfgplugin.py --deploy -l addpf.sh -u sxadmin -i <instancename>