You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the bash completion system has been installed for one ezpublish instance, you still need to symlink ezp.php to every ezpublish root you want to use completion for.
Ideally, once everything has been implemented for one instance, it should be possible to have an automated procedure that easily installs the script for another instance.
Random notes:
Need:
ezp.php, somewhere
doesn't have to be at the eZ Publish root,
as long as it is executed from here
sh script => /etc/bash_completion.d/ezp
an ezp command, that executes ezp.php with all arguments
symlink to a $PATH directory:
/usr/local/bin/ezp -> /var/www/engineering/ezpublish/ezp.php
shell script that executes ezp.php
probably the best solution
shell alias ezp '/path/to/ezp.php'
need +x mode
The text was updated successfully, but these errors were encountered:
When the bash completion system has been installed for one ezpublish instance, you still need to symlink ezp.php to every ezpublish root you want to use completion for.
Ideally, once everything has been implemented for one instance, it should be possible to have an automated procedure that easily installs the script for another instance.
Random notes:
Need:
/usr/local/bin/ezp -> /var/www/engineering/ezpublish/ezp.php
probably the best solution
need +x mode
The text was updated successfully, but these errors were encountered: