Shop

My New Shop
MTS Creations

Subscribe to My YouTube Channel

Thursday, April 3, 2014

RaspberryPi OwnCloud Setup

  1. Install Raspbian on the SD card
  2. Setup Raspbian as desired
  3. apt-get update
  4. apt-get upgrade
  5. apt-get install mysql-server
  6. ( link )
    wget http://download.opensuse.org/repositories/isv:ownCloud:community/Debian_7.0/Release.key
  7. apt-key add - < Release.key
  8. echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/community/Debian_7.0/ /' >> /etc/apt/sources.list.d/owncloud.list
  9. apt-get update
  10. apt-get install owncloud
  11. http://127.0.0.1/owncloud

No comments: