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
web_services:pydio [2014/02/06 11:30]
tschulz [FTP Authentication]
web_services:pydio [2014/02/07 15:12] (current)
tschulz [App Repo and Install Pydio]
Line 10: Line 10:
 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 vsftpd+sudo apt-get install pydio mysql-server smbclient vsftpd ​php5-mysql php5-sqlite
 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>​
Line 49: Line 49:
         chown -R $i $HOMEDIRROOT/​$i         chown -R $i $HOMEDIRROOT/​$i
 done done
 +</​file>​
 +  - Login to Pydio as a admin user
 +  - Create a ftp workspace with the following settings<​file>​Host:​ 127.0.0.1
 +Port: 21
 +Path: /
 +Secure: No
 +Active: Yes
 +Session credentials:​ Yes
 +</​file>​
 +  - Under Application Core->​Authentication use the following settings:<​file>​
 +Instance Type: FTP Authentication
 +FTP Login Screen: No
 +Repository: the <ftp workspace you just created>
 +Transmit Clear Pass: Yes
 +Auto Create User: Yes
 </​file>​ </​file>​
web_services/pydio.1391707854.txt.gz · Last modified: 2014/02/06 11:30 by tschulz