0

i'm trying to install cloudfoundry on my own server , i used this steps here

,the installation complete successfully and all service run without any problem.

but when i use vmc target api.vcap.me the targtting process failed !

when is check the vcap access log this line appeared when i try to connect : 168.144.196.107 - [14/Dec/2012:16:38:44 -0500] "GET /info HTTP/1.1" 404 214 "-" "Ruby" 41.9.133.520 response_time:0.001

any help please ?

Note : i edit my hosts file to accept api.vcap.me

Thanks in advance .

eyadof
  • 318
  • 3
  • 12

1 Answers1

1

The document you followed is out-dated. I would like to recommend you follow the official document here on GitHub: https://github.com/cloudfoundry/vcap. That should give you a very detailed and updated steps to build your own PAAS server up.

William Gu
  • 852
  • 1
  • 8
  • 14