Raspberry PI OwnCloud installation

Recently I purchased a raspberry PI B +. Have on a XMPP chat server installed Prosody and the current owncloud7.

The installation of Owncloud:

    1. 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.
    2. 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.
    3. Now we can all configs Apache2 and they ownCloud with
      apt-get install owncloud
      install.
    4. 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.
    5. 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.
    6. Our Owncloud is now ready for use.
    7. Now we enter in the browser https://ip-addresse to the RPI/owncloud
      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.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.