the nice README of the perl toolkit (viperltoolkit/doc/guide.html) contains the following line of sample code:
Example: Vim::login(service_url => "https://esx-server-3", user_name => "root", password => "secret");
In fact, it should be "https://esx-server-3/sdk" (in my humble opinion)
It's not very important but it's just a little misleading... I lost some time figuring it out, so I thought maybe you'd like to change it :-)
Now it works great, thanks a lot for this toolkit!!!
Thanks for reporting this issue. I've filed a bug and it will be addressed in the next beta release.
The README assumes you are installing on linux and does not work on Windows, as for example MAKE is not available by default on windows.
I have written a howto install on windows: http://www.run-virtual.com/?page_id=150
You might want to add it into the official documentation.
Log in to post a comment.
the nice README of the perl toolkit (viperltoolkit/doc/guide.html) contains the following line of sample code:
Example: Vim::login(service_url => "https://esx-server-3", user_name => "root", password => "secret");
In fact, it should be "https://esx-server-3/sdk" (in my humble opinion)
It's not very important but it's just a little misleading... I lost some time figuring it out, so I thought maybe you'd like to change it :-)
Now it works great, thanks a lot for this toolkit!!!
Thanks for reporting this issue. I've filed a bug and it will be addressed in the next beta release.
The README assumes you are installing on linux and does not work on Windows, as for example MAKE is not available by default on windows.
I have written a howto install on windows: http://www.run-virtual.com/?page_id=150
You might want to add it into the official documentation.