• Stars
    star
    347
  • Rank 122,141 (Top 3 %)
  • Language
    Shell
  • Created over 12 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Shell script for installing Owncloud on the Raspberry Pi

OwncloudPie

Shell script for installing and updating Owncloud on the Raspberry Pi. The script either performs a new installation of the newest Owncloud release or, if already installed, performs an upgrade to the newest release. When doing a new installation, you can choose between the Apache 2 or the NGiNX webserver.

The script downloads and installs the latest Owncloud version that can be found in the file at http://owncloud.org/releases/Changelog.

Quick Start

If you don't want to enter multiple commands, just copy and paste the string below into your Terminal:

sudo apt-get update && sudo apt-get install -y git dialog && git clone git://github.com/petrockblog/OwncloudPie.git && cd OwncloudPie && chmod +x owncloudpie_setup.sh && chmod +x owncloudpie_setup.sh && sudo ./owncloudpie_setup.sh

Usage

First of all, make sure that Git is installed:

sudo apt-get update
sudo apt-get install -y git dialog

Then you can download the latest OwncloudPie setup script with

cd
git clone git://github.com/petrockblog/OwncloudPie.git

The script is executed with

cd OwncloudPie
chmod +x owncloudpie_setup.sh
sudo ./owncloudpie_setup.sh

For more information visit the blog at http://petrockblog.wordpress.com or the repository at https://github.com/petrockblog/OwncloudPie.

Have fun!

More Repositories

1

SNESDev-RPi

Simulates a virtual keyboard for two SNES controllers that are connected to the GPIO pins of the Raspberry Pi (TM)
Shell
51
star
2

PowerBlock

Driver for petrockblock.com PowerBlock
Shell
40
star
3

ControlBlockService

This is the driver for the ControlBlock, a power switch and input/output/gameapd gadget for the Raspberry Pi
C++
33
star
4

Xarcade2Jstick

This user-space driver maps the Xarcade Tankstick to two game pads
C
28
star
5

ControlBlockService2

This is the driver for the ControlBlock re.v 2.X, a power switch and input/output/gameapd gadget for the Raspberry Pi
C++
19
star
6

RPi-MCP23S17

This Python module abstracts the GPIO expander MCP23S17 for usage on the Raspberry Pi.
Python
13
star
7

ESConfigEdit

Sets or removes system information from system configuration files of Sets or removes system information from system configuration files of Sets or removes system information from system configuration files of EmulationStation.
Python
8
star
8

iCade-SNES-Adapter

Exemplary code to the blog post
C
6
star
9

PowerBlockling

This repository contains the driver for the PetRockBlock.com PowerBlockling
Shell
4
star
10

RetroPiePackages

This repository contains the scripts for generating and maintaining the APT packages of the RetroPie project.
C
2
star
11

InputStation

Graphical front-end for generating game controller configuration files.
C++
2
star
12

SNES-Adapter-PCB

1
star
13

udemy_windows10iotcore

This repository contains support material for the online course "Getting Started with Windows 10 IoT Core Development"
C++
1
star
14

petrockutil

This is a command line utility for interacting with petrockblock.com devices
Go
1
star