Pydio Installation Guide

  • Hi,


    ok that worked however there are several items to consider so for everyone who does the same:


    1) Default Pydio is installed to /usr/share/pydio
    2) ; was missing in your example in first line.


    So the working advanced seetings look like:



    3) in your step number 10 there is this line-item
    10.apt-get update
    apt-get install php5 php5-fpm php5-mysql php5-curl php5-json php5-gd php5-intl php5-mbstring php5-xml php5-zip php5-exif php5-apcu php5-cli php5-mcrypt apt-transport-https


    if you do that than you get this error (missing packages)


    In step number 9a: modify of php.ini

    Code
    nano /etc/php5/fpm/php.ini

    This would be the right folder.


    than php.ini is updated - and service is restarted. Correct resta´rt would be:



    Code
    /etc/init.d/php5-fpm restart



    Maybe you correct your post on first page otherwise beginners like me are lost


    Thanks


    Alex

  • My server is offline, that's why I couldn't give the correct path.
    Anyway, the Repo installation method is recommended.


    I think these packages are for php7, so if you're using php5, you can't ignore those missing depencies.


    Code
    E: Paket php5-mbstring kann nicht gefunden werden.
    E: Paket php5-xml kann nicht gefunden werden.
    E: Paket php5-zip kann nicht gefunden werden.
    E: Paket php5-exif kann nicht gefunden werden.

    OMV v5.0
    Asus Z97-A/3.1; i3-4370
    32GB RAM Corsair Vengeance Pro

  • Hi tinh_x7,


    I want to ask you how do I create a Pydio site in NGINX ? When I click edit server, I can't access any path in the Dorectory field. So I clicked (+) Add Shared Folder, same thing I can' t insert any device in the Device field ?


    Can you tell me what do I do wrong please ?


    Thanks


    OMV 3.0
    Pydio 7.0.3

  • Where did you installed the Pydio at?


    If it's in the system drive, then you don't need to define the path.
    If it's in the data drive, then it should be like /media/abcd123..../www/pydio

    OMV v5.0
    Asus Z97-A/3.1; i3-4370
    32GB RAM Corsair Vengeance Pro

  • Look in here: nano /etc/php5/fpm/php.ini


    Code
    file_uploads = On
    post_max_size = 20G
    upload_max_filesize = 20G
    max_file_uploads = 20000
    output_buffering = Off

    OMV v5.0
    Asus Z97-A/3.1; i3-4370
    32GB RAM Corsair Vengeance Pro

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!