#OwnCloud 6 in Resin.io
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/.
- If you haven't got a Resin.io alpha account, visit alpha.resin.io and sign up.
- Start a new applicaton on Resin.io download the .zip file, format the SD card in FAT32 and extract it to your SD card.
- Insert the SD card into the Raspberry Pi, power it up using the micro-usb cable and connect it to the internet.
- After about 10 minutes your new device should show up on your application dashboard.
- 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.