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 :
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;
3. Then continue with;
Once the installation is finished you can open http://127.0.0.1/owncloud
Continue to make your admin username and password ...
Owncloud by agungaskcom, on Flickr
Second, Install Owncloud Client to another PC in here;
http://owncloud.org/sync-clients/
linux3 by agungaskcom, on Flickr
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 ...
Owncloud by agungaskcom, on Flickr
Second, Install Owncloud Client to another PC in here;
http://owncloud.org/sync-clients/
linux3 by agungaskcom, on Flickr