-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to install/use godel behind a firewall #600
Comments
Thanks for filing this issue. I checked and the documentation for this on the project Wiki is not fully complete. I would like to update that documentation to address the offline case, but in the meantime want to reply to this issue to provide guidance. The bottom line is that, in order to run godel, the correct godel distribution and plugins/assets for the platform all need to be in the If possible, the easiest workaround would be to run If that's not possible, here are the instructions for doing this manually -- the steps themselves aren't hard, but there are 10-20 total plugins/assets that would likely need to be downloaded manually:
You can use the following commands to do this (if there are firewall issues, replace the "download" step with manually obtaining the TGZ instead):
At this point, if you run However, at this point godel will attempt to resolve its plugins and assets, and since these are also done over the Internet you're likely to run into errors like the following:
The easiest way to do this is probably the following:
This will make it such that the godel resolver will resolve locally. For example, after I did this in a local environment with no network access for the first plugin, running
Writing this out does make it clear that this process (fully boot-strapping a given version including all plugins/assets in an offline environment) is more difficult than it could be -- I'll give some thought as to whether there's a low-cost way to improve this (even just including a one-liner to download all necessary TGZ files would be something that would make this much easier but doesn't currently exist). |
What happened?
Downloaded a release package
godel-2.40.0.tgz
.Untarred the package into
godel-2.40.0
Tried to understand "how" to install godel. Tried running
godelw
which immediately tried to download the package again. Which never completed (waited 10 minutes) likely stalled because I am behind a very restrictive firewall.What did you want to happen?
Install and use godel v2.40.0
The text was updated successfully, but these errors were encountered: