-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--template parameter example for zs-client.phar vhostAdd, vhostEdit, vhostValidateTemplate #87
Comments
The --template option accepts as a value local-file-name or the actual template content. If you run the command with --help it will show you more information:
|
Thanks for your answer and updates. In the meantime I got a more elaborate answer from Zend Support which answered my question in just the right amount of detail. Especially the .tpl extension requirement and pointing me to the examples located in /usr/local/zend/share/. Maybe it is worth it to add this to the documentation as well. Answer from Zend Support:
|
We are in the process of setting up continuous integration on Jenkins. We are having troubles setting up the required vhosts for Zend Server through zs-client.phar.
The problem I have is that I have no clue on how to specify the value for the template parameter in the commands vhostAdd, vhostEdit, vhostValidateTemplate
php /usr/local/bin/zs-client.phar vhostAdd --target=servertarget --name=vhostname --port=port --template=<???>
Can you provide an example for the --template parameter usage?
The text was updated successfully, but these errors were encountered: