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
Previous revision
Next revision Both sides next revision
web_services:pydio [2014/02/06 11:23]
tschulz [App Repo and Install Pydio]
web_services:pydio [2014/02/06 11:28]
tschulz [Pydio]
Line 1: Line 1:
-====== Pydio ======+====== Pydio Setup with Ubuntu 12.04 ======
  
-<file vsftpd /​etc/​vsftpd.conf>​+ 
 +===== FTP Authentication ===== 
 +  - Configure winbind to authenticate through active directory 
 +  - Install vsftpd 
 +  - Use the following config: ​<file vsftpd /​etc/​vsftpd.conf>​
 listen=YES listen=YES
 anonymous_enable=NO anonymous_enable=NO
Line 14: Line 18:
 rsa_cert_file=/​etc/​ssl/​private/​vsftpd.pem rsa_cert_file=/​etc/​ssl/​private/​vsftpd.pem
 </​file>​ </​file>​
- +  - create **HOMEDIRROOT** e.g. **/​vol1/​homes/​** 
-<file bash /​scripts/​create_homes.sh>​+  - run the following script to create home directories: ​<file bash /​scripts/​create_homes.sh>​
 #!/bin/sh #!/bin/sh
  
Line 27: Line 31:
 done done
 </​file>​ </​file>​
- 
 ===== App Repo and Install Pydio ===== ===== App Repo and Install Pydio =====
  
Line 37: Line 40:
 wget -O - http://​dl.ajaxplorer.info/​repos/​charles@ajaxplorer.info.gpg.key | sudo apt-key add - wget -O - http://​dl.ajaxplorer.info/​repos/​charles@ajaxplorer.info.gpg.key | sudo apt-key add -
 sudo apt-get update sudo apt-get update
-sudo apt-get install pydio mysql-server smbclient+sudo apt-get install pydio mysql-server smbclient ​vsftpd
 cp /​usr/​share/​doc/​pydio/​apache2.sample.conf /​etc/​apache2/​sites-enabled/​pydio.conf cp /​usr/​share/​doc/​pydio/​apache2.sample.conf /​etc/​apache2/​sites-enabled/​pydio.conf
 </​file>​ </​file>​
web_services/pydio.txt · Last modified: 2014/02/07 15:12 by tschulz