Sunday, February 26, 2012

Working Offline with Cloud Foundry in Windows

Cloud Foundry has this article on working offline without connecting to the internet. In this way you will not need the token and can work with no connection. My Micro Cloud Foundry v1.1.0 VM is installed on a Windows box
image
You can create a SSH tunnel using openSSH. Once installed you should be able to open a new command prompt and use the ssh command :-
image
Or you should be able to create PuTTY to create a SSH tunnel between your windows box and the VM as shown below:-
image
image
You can confirm that it is working by opening a new command window using following commands:-
vmc target api.vcap.me
vmc login admin@vcap.me
Then bring up the browser verify
image
image

No comments:

Post a Comment

Thank you for your feedback