Do I have to make any changes to the setup scripts for deploying GitHub sample proxies. My corporate network has proxy

 
0 4 109
4 REPLIES 4

@kuladeep kumar surisetti ,

Welcome to Apigee Community. Do you see any errors while deploying same ?

Hi @kuladeep kumar surisetti -

If you use the script to deploy the sample proxies, you need to modify /setup/setenv.sh, as described in the readme here: https://github.com/apigee/api-platform-samples

However, you can also zip a sample proxy (from the sample proxy's /apiproxy folder) and manually create a new proxy in your organization as a proxy bundle.

Hope that helps.

Hi @Floyd Jones

Thanks a lot for the reply.I did this task from a Linux VM and it worked fine. I was wondering if there is a way to do it from Windows too. I tried Proxy bundle approach too. It didn't work for me.. Will go thru the vidoe and see if anything is done differently.

Hey @kuladeep kumar surisetti - Regarding the API proxy bundle approach, be sure the /apiproxy folder is in the zip at the top level (and is the only folder). Also, try zipping from the command line if you're not already.

On Windows, I'd recommend using the Cygwin emulator to do the deployment from the command line. It may require running the doc2unix utility on the files, as described in the Troubleshooting section here: https://github.com/apigee/api-platform-samples/tree/master/setup.