First install Composer and PHP for the jailed user. This article has the steps composer require aws/aws-sdk-php — as the jailed user There might be an error – fopen(/usr/share/php/Composer/Autoload/../../../doc/composer/copyright): failed to open stream: No such file or directory You can copy the file using the root login mkdir -p /var/www/clients/client1/web1/usr/share/doc/composer cp /usr/share/doc/composer/copyright /var/www/clients/client1/web1/usr/share/doc/composer/ chown web1:client1… Continue reading Installing Amazon SDK on ISPConfig systems
Tag: jailkit
ISPConfig with Jailkit – allowing custom or other commands for users
By default Jailkit allows certain commands or applications only. Below is the process to allow your users to access other commands or any custom command. Here I wanted users to access PHP commandline and composer If needed then first install those applications normally as root Add entries for the applications/commands to the jailkit config file… Continue reading ISPConfig with Jailkit – allowing custom or other commands for users