вторник, 23 июля 2013 г.

Ajaxplorer 5 - Installation Guide - CentOS 6.3 / Установка Ajaxplorer 5 на CentOS 6.3



Installation:


SSL
http://ajaxplorer.info/f/topic/problem-with-installing-ajaxplorer-on-centos-6-3/
http://www.server-world.info/en/note?os=CentOS_6&p=ssl

Activate Share function

    It gives you possibility to share files and directories separately, and more than that - possibility to share files with people have not accounts in your Ajaxplorer system. The last means, you just tell the users that have accounts in your system how to use Share function and they are free to share anything they would like (of their files) to anyone.
    + can set the amount of days the link will be alive
    + can set the count of maximum downloads.
    + can set the password for the file you share (not possible for shared directory)





To make it work you had to (my way):

1. Make directory public in /var/lib/ajaxplorer/
2. Set chmod 777 /var/lib/ajaxplorer/public/
3. Create virtual directory in httpd.conf
    vi /etc/httpd/conf/httpd.conf

    <IfModule alias_module>
         Alias /public/ "/var/lib/ajaxplorer/public/"

   <Directory "/var/lib/ajaxplorer/public/">
        Options Indexes FollowSymLinks Includes ExecCGI
        AllowOverride all
        Order allow,deny
        Allow from all
  </Directory>
  </IfModule>

4. Restart Apache - service httpd restart
5. Go Settings  >  Global Configurations  >  Core Configs  >  AjaXplorer Main Options 
6. Set  Download Foder:  /var/lib/ajaxplorer/public
           Download URL:   http://<you.domain.com>/public/



Setup Mail Notifications:













Комментариев нет:

Отправить комментарий