How can I install microgateway without internet connection?

How can I install microgateway without internet connection?

Solved Solved
0 1 140
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.