Recently I purchased a raspberry PI B +. Have on a XMPP chat server installed Prosody and the current owncloud7.
The installation of Owncloud:
- With
sudo echo ' deb http://download.opensuse.org/repositories/isv: ownCloud:devel/xUbuntu_13.10/ /' > /etc/apt/soruces.list.d/owncloud.list
Add the repository for the OwnCloud. - Now apt needs the signature, the we with
wget http://download.opensuse.org/repositories/isv: ownCloud:devel/xUbuntu_13.10/Release.key
and
apt-key add - < Release.key
Add. - Now we can all configs Apache2 and they ownCloud with
apt-get install owncloud
install. - Because an old version was installed but now, we must still the current
wget https://download.owncloud.org/community/owncloud-7.x.x.tar.bz2
Download and with
sudo tar xjf owncloud-7.x.x.tar-c / usr/share /. tar.bz2
unzip it to the directory / usr/share. - Now we enable even the modules of header mod-ssl, mod, mod-rewrite u mod-env with
sudo a2enmod ssl header rewrite env
and start Apache with
sudo service apache2 restart
new. - Our Owncloud is now ready for use.
- Now we enter in the browser
https://ip-addresse to the RPI/ownc
loud
and already the owncloud opens. now must we open an administrator account and enter the type and name of database database administrator. She's already finished.