Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen gezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
de:services:storage_services:gwdg_cloud_share:client_installation [2017/06/26 15:46] clauman [Download] |
de:services:storage_services:gwdg_cloud_share:client_installation [2019/11/29 15:15] mdietri gelöscht |
||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
+ | ====== Client-Installation ====== | ||
+ | |||
+ | ===== Download ===== | ||
+ | |||
+ | Download für alle Clients für Windows, OS X und Linux sowie iOS- und Android-Clients stehen unter https://cloudshare.gwdg.de/download_client zur Verfügung. | ||
+ | |||
+ | Direkte Downloads für Version 11.3.476: | ||
+ | * [[https://powerfolder.gwdg.de/download_client/GWDG_Cloud_Share_Latest_Installer.exe|Windows-Installer]] | ||
+ | * Windows MSI installer für Windows-Softwareverteilung, siehe auch [[https://wiki.powerfolder.com/pages/viewpage.action?pageId=8224843#UpdatingClients/Deployingclientstousersordevices-DeployingonWindowsusingMSI|PowerFolder-Dokumentation]] für Optionen mit dem Installer. | ||
+ | * [[https://powerfolder.gwdg.de/client_deployment/GWDG_Cloud_Share_Latest_Installer_x86.msi|x86]] | ||
+ | * [[https://powerfolder.gwdg.de/client_deployment/GWDG_Cloud_Share_Latest_Installer_x64.msi|x64]] | ||
+ | Beispiel für Installation ohne Autostart mit Hilfe des [[http://msdn.microsoft.com/en-us/library/aa367536(v=vs.85).aspx|ADDLOCALproperty]]: | ||
+ | |||
+ | msiexec /i GWDG_Cloud_Share_Latest_Installer_x64.msi INSTALLLEVEL=0 | ||
+ | ADDLOCAL=ServerConfig,GWDG_Cloud_Share,DLLs,Bundled_JRE,IconOverlays,FolderBasePathFeature,MetaInfor | ||
+ | mation | ||
+ | /qb! | ||
+ | * [[https://powerfolder.gwdg.de/client_deployment/GWDG_Cloud_Share_Latest_Mac.dmg|OS X-Image]] | ||
+ | * Liste der [[https://cloudshare.gwdg.de/download_client|Linux-Pakete]] | ||
+ | * [[https://play.google.com/store/apps/details?id=de.dal33t.gwdgcloudshare.GWDGCloudShare|Andoid-Client]] | ||
+ | * [[https://itunes.apple.com/app/gwdg-cloud-share/id640593456|iOS-Client]] | ||
+ | |||
+ | ===== Linux-Repositories ===== | ||
+ | |||
+ | Für Linux stehen zwei Repositories der GWDG zur Verfügung: | ||
+ | |||
+ | ==== deb-Repository (z.B. Debian/Ubuntu) ==== | ||
+ | |||
+ | - Das [[http://packages.gwdg.de/gwdg-cloud-share-clients/deb/|Repository]] und der [[http://packages.gwdg.de/gwdg-cloud-share-clients/deb/gwdg-cloud-share-clients.gpg|GPG-Key]] (ID "6B36076B") können mit dem folgenden Paket installiert und eingerichtet werden: [[http://packages.gwdg.de/gwdg-cloud-share-clients/deb/gwdg-cloud-share-repo_latest_all.deb|gwdg-cloud-share-repo_latest_all.deb]] | ||
+ | - Die Paketverwaltung auffrischen und das Client-Paket installieren:<code> | ||
+ | apt-get update | ||
+ | apt-get install gwdg-cloud-share | ||
+ | </code> | ||
+ | |||
+ | ==== rpm-Repository für zypper (SUSE) ==== | ||
+ | |||
+ | Das [[http://packages.gwdg.de/gwdg-cloud-share-clients/rpm|rpm-Repository]] der GWDG kann per zypper hinzugefügt werden. | ||
+ | |||
+ | - Repository hinzufügen:<code> | ||
+ | zypper addrepo -f -t YUM packages.gwdg.de/gwdg-cloud-share-clients/rpm powerfolder | ||
+ | </code> | ||
+ | - Paketverwaltung aktualisieren und Paket installieren:<code> | ||
+ | zypper refresh | ||
+ | zypper install gwdg-cloud-share | ||
+ | </code> | ||
+ | |||
+ | ==== rpm-Repository für yum (z.B. RedHat/Fedora/CentOS) ==== | ||
+ | |||
+ | Das [[http://packages.gwdg.de/gwdg-cloud-share-clients/rpm|rpm-Repository]] der GWDG kann für yum hinzugefügt werden. | ||
+ | |||
+ | - Das Repository unter /etc/yum.repos.d/gwdg-cloud-share.repo hinzufügen:<code> | ||
+ | [GWDGCloudShare] | ||
+ | name=GWDG Cloud Share | ||
+ | baseurl=http://packages.gwdg.de/gwdg-cloud-share-clients/rpm/$basearch/ | ||
+ | gpgkey=http://packages.gwdg.de/gwdg-cloud-share-clients/rpm/repodata/repomd.xml.key | ||
+ | gpgcheck=1 | ||
+ | enabled=1 | ||
+ | </code> | ||
+ | - Paket gwdg-cloud-share installieren:<code> | ||
+ | yum install gwdg-cloud-share | ||
+ | </code> | ||