Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

How can I install microgateway without internet connection?

How can I install microgateway without internet connection?

Solved Solved
0 1 175
1 ACCEPTED SOLUTION

Former Community Member
Not applicable

The best way would be to download the source code from a release here: https://github.com/apigee-internal/microgateway/releases

Then run npm install from a machine that has internet connectivity. This will allow you to create a tarball you can copyntocany machine.

Another option is to run docker. The docker image already has MG installed.

View solution in original post

1 REPLY 1

Former Community Member
Not applicable

The best way would be to download the source code from a release here: https://github.com/apigee-internal/microgateway/releases

Then run npm install from a machine that has internet connectivity. This will allow you to create a tarball you can copyntocany machine.

Another option is to run docker. The docker image already has MG installed.