06Aug 2014 Install Pydio (former Ajaxplorer) on Debian/Ubuntu by root ⋅ Leave a Comment Setup repository and install the package: Shell echo "deb http://dl.ajaxplorer.info/repos/apt stable main deb-src http://dl.ajaxplorer.info/repos/apt stable main" > /etc/apt/sources.list.d/pydio.list wget -O - http://dl.ajaxplorer.info/repos/charles@ajaxplorer.info.gpg.key | sudo apt-key add - apt-get update apt-get install pydio 12345 echo "deb http://dl.ajaxplorer.info/repos/apt stable maindeb-src http://dl.ajaxplorer.info/repos/apt stable main" > /etc/apt/sources.list.d/pydio.listwget -O - http://dl.ajaxplorer.info/repos/charles@ajaxplorer.info.gpg.key | sudo apt-key add -apt-get updateapt-get install pydio Apache setup If you want to access Pydio at http://localhost/pydio do: Read More →