This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

[STICKY] OwnCloud on Zorin

agungaskcom

Sun Nov 11, 2012 6:53:48 pm

OwnCloud is file sharing like a DropBox. U can share Ur music, foto, files etc only use intranet with Ur group.
I use it because I wanted to save bandwidth when receiving or sending files from multiple tables employee ;)
My network topology as follows :
Internet ---- Switch --- client 1 - 10

First, Install Owncloud in my own PC;
1. Download and extract OwnCloud then move into home directory
http://mirrors.owncloud.org/releases/owncloud-4.5.1.tar.bz2

2. Install the supporting application;
Code:
sudo apt-get install apache2 php5 php5-sqlite php5-json php5-gd
sudo apt-get install curl libcurl3 libcurl3-dev php5-curl zip


3. Then continue with;
Code:
sudo cp -r owncloud /var/www
cd /var/www; sudo chown -R www-data:www-data owncloud


Once the installation is finished you can open http://127.0.0.1/owncloud
Continue to make your admin username and password ...

Image
Owncloud by agungaskcom, on Flickr

Second, Install Owncloud Client to another PC in here;
http://owncloud.org/sync-clients/

Image
linux3 by agungaskcom, on Flickr

blfriis

Mon Nov 12, 2012 10:02:09 pm

Second, Install Owncloud Client to another PC in here;
http://owncloud.org/sync-clients/

From here it goes wrong for me, it seems like I cant add the key and then I cant update or install the client... Access denied and coundn't locate the pac
what am i doing wrong..

agungaskcom

Tue Nov 13, 2012 6:24:32 pm

Hai blfriis,

If U use Zorin 6, U can try this
Code:
sudo su
echo 'deb http://download.opensuse.org/repositories/isv:ownCloud:community/xUbuntu_12.04/ /' >> /etc/apt/sources.list.d/owncloud-client.list
wget http://download.opensuse.org/repositories/isv:ownCloud:community/xUbuntu_12.04/Release.key
apt-key add - < Release.key
apt-get update
apt-get install owncloud-client

* Note :
- when the update will be felt long at the
Ign http://download.opensuse.org InRelease
Get:51 http://download.opensuse.org Release.gpg [189 B]
Get:52 http://download.opensuse.org Release [496 B]
Ign http://download.opensuse.org Release
100% [Waiting for headers]..........

it will take a lot of time :(
- delete the key and the repository after installing

Image
owncloud by agungaskcom, on Flickr

@swarfendor437
I'm lazy to move from one desk to another desk to pickup data etc and don't want to use bandwidth (email etc) :D
So I using cloud ;)

blfriis

Tue Nov 13, 2012 7:43:55 pm

Thank you agungaskcom now it works.. great :-)