Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.4 KB

README.md

File metadata and controls

32 lines (18 loc) · 1.4 KB

#OwnCloud 6 in Resin.io

Introduction

This project installs OwnCloud 6 on Resin.io.

This is a sample project of how to use Dockerfile to install packages and configure to run it on Resin.io.

This project is inspired by https://registry.hub.docker.com/u/comzone/rpi-owncloud6/.

Resin.io Setup & Deployment

  1. If you haven't got a Resin.io alpha account, visit alpha.resin.io and sign up.
  2. Start a new applicaton on Resin.io download the .zip file, format the SD card in FAT32 and extract it to your SD card.
  3. Insert the SD card into the Raspberry Pi, power it up using the micro-usb cable and connect it to the internet.
  4. After about 10 minutes your new device should show up on your application dashboard.
  5. You can now clone the Resin-Owncloud6 repo:

$ git clone https://github.com/nghiant2710/Resin-Owncloud6.git

Then add the resin remote:

$ git remote add resin [email protected]:<myUserName>/<myApplicationName>.git

And finally push the code to your Raspberry Pi:

$ git push resin master

You can start OwnCloud by accessing <yourPiIPAddress>:<portNumber>/owncloud> (Example: 192.168.2.123:80/owncloud) on your web browser. In this project, only port 80 and 443 are exposed and accessible.

Owncloud Login Page