Skip to content

LennartRoeder/PiCloud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

PiCloud

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 the script installs the Apache 2 webserver together with some needed Apache modules and the SQLite database package. Afterwards it downloads and installs Owncloud 4.0.5, which is the newest release at this time.

This script was tested on the Raspbian distribution from 2012-07-15.

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 PiCloud setup script with

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

The script is executed with

cd PiCloud
chmod +x picloud_setup.sh
sudo ./picloud_setup.sh

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

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%