mark_nl
(Mark Verlinde)
July 25, 2018, 9:08am
38
Horde and activesync works on a raspberry in a first test with Outlook as client!
Enable unofficial epel repo and install horde:
mv /etc/yum.repos.d/epel.repo ~
cat > /etc/yum.repos.d/epel.repo << EOF
[epel]
name=Epel rebuild for armhfp
baseurl=https://armv7.dev.centos.org/repodir/epel-pass-1/
enabled=1
gpgcheck=0
EOF
yum clean all
yum install https://nethserver.globalcortex.net/mirror/devtest/nethserver-horde-0.0.1-1.16.gd07f9c5.ns7.noarch.rpm
Enable activesync (which installs the activesyn…
nethserver-horde-0.0.1-1.16.gd07f9c5
is available in the nethserver(arm)-testing repository
to install it:
yum install --enablerepo=nethserver-testing,epel-pass1 nethserver-horde
note: No need to configure an extra epel repository
On 7.4.1804-Devel the epel-pass1
repo is configured in /etc/yum.repos.d/NethServer.ns-epel
just not enabled by default.
cc @m.traeumner
3 Likes