I've seen some examples of using Vagrant to quickly build dev machines. I see that the provisioning step in Vagrant allows you to "automatically install software, alter configurations, and more on the machine as part of the vagrant up process."
However, the final step of installing Zend Server involves opening a browser to Zend Server and setting the password and accepting the EULA. Is there a way to automate this?
Well, a few more minutes of research would have rendered this for me, but maybe this will save someone else a little time.
Zend Server CLI has a command in /usr/local/zend/bin/ called zs-manage that has a command bootstrap-single-server that appears that it can configure the password, EULA and order/license information, taking the browser out of the loop.
http://files.zend.com/help/Zend-Server-6-IBMi/content/bootstrap-single-server.htm