Line 1: |
Line 1: |
| {{Languages|Pydio}} | | {{Languages|Pydio}} |
− | | + | {{usefulnote/fr}} |
| ===Mainteneur=== | | ===Mainteneur=== |
| [[User:VIP-ire|Daniel B.]]<br /> | | [[User:VIP-ire|Daniel B.]]<br /> |
Line 6: |
Line 6: |
| mailto:daniel@firewall-services.com | | mailto:daniel@firewall-services.com |
| | | |
| + | === Version === |
| + | La version pour SME9 est disponible sur le dépôt de Firewall Services. |
| + | {{#smeversion: smeserver-pydio }} |
| + | [[Version::contrib9|fws]][[Has SME9::true| ]] |
| | | |
| === Description === | | === Description === |
Line 13: |
Line 17: |
| Si Pydio est installé, vous verrez une nouvelle option dans la configuration des dossiers partagés, vous demandant si vous souhaitez activer l'accès à ce dossier partagé par Pydio. | | Si Pydio est installé, vous verrez une nouvelle option dans la configuration des dossiers partagés, vous demandant si vous souhaitez activer l'accès à ce dossier partagé par Pydio. |
| | | |
− | === Requirement === | + | === Systèmes requis === |
| | | |
− | Cette contrib a été développé et testé sur SME Server 8 et plus. Elle ne fonctionnera probablement pas sur SME 7 et moins. | + | Cette contrib a été développé et testé sur SME Server 8 et plus. Elle ne fonctionnera probablement pas sur SME 7. |
| | | |
| === Installation === | | === Installation === |
| | | |
− | Configurez les dépôts Firewall-Services, rpmforge et EPEL : | + | Configurez les dépôts Firewall-Services et EPEL : |
| + | |
| + | {{:Fws}} |
| + | {{:Epel}} |
| | | |
− | db yum_repositories set fws repository \
| |
− | BaseURL http://repo.firewall-services.com/centos/\$releasever \
| |
− | EnableGroups no GPGCheck yes \
| |
− | Name "Firewall Services" \
| |
− | GPGKey http://repo.firewall-services.com/RPM-GPG-KEY \
| |
− | Visible yes status disabled
| |
− | /sbin/e-smith/db yum_repositories set rpmforge repository \
| |
− | Name 'Dag - EL5' \
| |
− | BaseURL 'http://apt.sw.be/redhat/el5/en/$basearch/dag' \
| |
− | EnableGroups no \
| |
− | GPGCheck yes \
| |
− | GPGKey http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt \
| |
− | Visible no \
| |
− | Exclude freetype,htop,iptraf,rsync,syslinux \
| |
− | status disabled
| |
− | db yum_repositories set epel repository \
| |
− | Name 'Epel - EL5' \
| |
− | BaseUrl 'http://download.fedoraproject.org/pub/epel/5/$basearch' \
| |
− | MirrorList 'http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=$basearch' \
| |
− | EnableGroups no \
| |
− | GPGCheck yes \
| |
− | GPGKey http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL \
| |
− | Visible no \
| |
− | status disabled
| |
| signal-event yum-modify | | signal-event yum-modify |
| | | |
| * Installez les RPMS | | * Installez les RPMS |
| | | |
− | yum --enablerepo=fws --enablerepo=rpmforge --enablerepo=epel --enablerepo=smecontribs install smeserver-pydio | + | yum --enablerepo=fws --enablerepo=epel --enablerepo=smecontribs install smeserver-pydio |
| | | |
− | * Redémarrez les services services | + | * Redémarrez les services |
| | | |
| signal-event webapps-update | | signal-event webapps-update |
Line 76: |
Line 59: |
| Certains paramètres sont disponibles à partir de la base de données, dans l'entrée pydio | | Certains paramètres sont disponibles à partir de la base de données, dans l'entrée pydio |
| | | |
| + | * '''AdminInterface''': activate the setting interface that is disabled by default. 'enabled' to activate. You will then have to edit the /var/lib/pydio/plugins/auth.serial/admin/rights.ser file to change the "ajxp.admin";b:0 to"ajxp.admin";b:1 ( or any user you want to access).Be careful changes done with the setting panel might be erased by sme events ( unless using ManualConf enabled) |
| + | * '''ManualConf''': if set to '''enabled''' will avoid to update configuration. usefull if you want to handle yourself the settings. However you won't have new share folder integrated in your configuration. |
| * '''Authentication''': Control the way users are authenticated. Correct values are '''http''' (apache protects the access, users need to login with their own credentials), or '''LemonLDAP''' which uses [[LemonLDAP-NG]] to grant access to the application | | * '''Authentication''': Control the way users are authenticated. Correct values are '''http''' (apache protects the access, users need to login with their own credentials), or '''LemonLDAP''' which uses [[LemonLDAP-NG]] to grant access to the application |
| * '''AliasOnPrimary''': can be enabled or disabled (default is enabled). This prop lets you disable the access to Pydio on your primary domain (the alias /pydio won't be added in apache configuration). This is useful if you want the application to be available only with a virtualhost. | | * '''AliasOnPrimary''': can be enabled or disabled (default is enabled). This prop lets you disable the access to Pydio on your primary domain (the alias /pydio won't be added in apache configuration). This is useful if you want the application to be available only with a virtualhost. |
Line 128: |
Line 113: |
| db domains set exchange.$(db configuration get DomainName) domain Content Primary Description 'Pydio' \ | | db domains set exchange.$(db configuration get DomainName) domain Content Primary Description 'Pydio' \ |
| DocumentRoot /usr/share/pydio Nameservers internet TemplatePath WebAppVirtualHost \ | | DocumentRoot /usr/share/pydio Nameservers internet TemplatePath WebAppVirtualHost \ |
− | LemonLDAP enabled | + | Authentication LemonLDAP |
| signal-event domain-create exchange.$(db configuration get DomainName) | | signal-event domain-create exchange.$(db configuration get DomainName) |
| signal-event webapps-update | | signal-event webapps-update |
Line 154: |
Line 139: |
| | | |
| ---- | | ---- |
− | [[Category:Contrib]] | + | [[Category:Deprecated_Contrib/fr]] |
− | [[Category: Webapps]] | + | [[Category: Webapps/fr]] |