Skip to content

nghiant2710/Resin-Owncloud6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages