User Tools

Site Tools


web_services:pydio

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
web_services:pydio [2014/02/06 11:28]
tschulz [Pydio]
web_services:pydio [2014/02/06 11:28]
tschulz
Line 1: Line 1:
 ====== Pydio Setup with Ubuntu 12.04 ====== ====== Pydio Setup with Ubuntu 12.04 ======
  
 +===== App Repo and Install Pydio =====
 +
 +  - Add the  pydio repo<​file apt /​etc/​apt/​sources.list.d/​pydio.list>​
 +deb http://​dl.ajaxplorer.info/​repos/​apt stable main
 +deb-src http://​dl.ajaxplorer.info/​repos/​apt stable main
 +</​file>​
 +  - Install Packages<​file bash>
 +wget -O - http://​dl.ajaxplorer.info/​repos/​charles@ajaxplorer.info.gpg.key | sudo apt-key add -
 +sudo apt-get update
 +sudo apt-get install pydio mysql-server smbclient vsftpd
 +cp /​usr/​share/​doc/​pydio/​apache2.sample.conf /​etc/​apache2/​sites-enabled/​pydio.conf
 +</​file>​
 +  - Create mysql database<​file>​
 +mysql -p
 +create database pydio
 +</​file>​
 +  - Navigate to **http://​[HOSTNAME]/​pydio/​**
 +  - Select mysql as a database
  
 ===== FTP Authentication ===== ===== FTP Authentication =====
Line 31: Line 49:
 done done
 </​file>​ </​file>​
-===== App Repo and Install Pydio ===== 
- 
-  - Add the  pydio repo<​file apt /​etc/​apt/​sources.list.d/​pydio.list>​ 
-deb http://​dl.ajaxplorer.info/​repos/​apt stable main 
-deb-src http://​dl.ajaxplorer.info/​repos/​apt stable main 
-</​file>​ 
-  - Install Packages<​file bash> 
-wget -O - http://​dl.ajaxplorer.info/​repos/​charles@ajaxplorer.info.gpg.key | sudo apt-key add - 
-sudo apt-get update 
-sudo apt-get install pydio mysql-server smbclient vsftpd 
-cp /​usr/​share/​doc/​pydio/​apache2.sample.conf /​etc/​apache2/​sites-enabled/​pydio.conf 
-</​file>​ 
-  - Create mysql database<​file>​ 
-mysql -p 
-create database pydio 
-</​file>​ 
-  - Navigate to **http://​[HOSTNAME]/​pydio/​** 
-  - Select mysql as a database 
web_services/pydio.txt · Last modified: 2014/02/07 15:12 by tschulz