Skip to content

tobsowo/OwncloudPie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 

Repository files navigation

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.

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!

About

Shell script for installing Owncloud on the Raspberry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%