There shouldn't be anything jupyterhub-specific for offline installation.
Since JupyterHub is a Python package and it requires
configurable-http-proxy, a nodejs package, any mechanism for offline
installation of Python and nodejs packages will work. For instance, you can
use `pip wheel` for the Python packages:

    pip wheel jupyterhub

and npm shrinkwrap for the javascript:

    npm install configurable-http-proxy
    npm shrinkwrap

Then pack up the results, send them to the target machine, and unpack them.

Alternately, you can do it all with conda constructor
<https://github.com/conda/constructor> or conda pack
<https://github.com/conda/conda-pack>.

-Min

On Mon, Dec 3, 2018 at 4:42 PM Mani kandan <[email protected]>
wrote:

> Hi Everyone,
>
> Greetings!!
>
> I am currently working on a project which requires Jupyter hub
> installation on Linux Redhat 7.5. Problem is that I don't have internet
> access from Linux server due to security reasons.
>
> I searched in google for almost 2 weeks. I could find a proper document
> for offline installation. I downloaded all dependent packages in a server
> with internet access using conda and python PIP both and moved the packages
> to the server without an internet connection. Somehow I am not able to
> install all the packages, its throwing multiple errors.
>
> Is there any document available for Jupyter Hub offline installation?
> Could somebody help me with the installation?
>
> Thanks in advance.
>
> Regards,
> Manikandan.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Project Jupyter" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jupyter/7a679a6b-c57d-45a0-8e0b-bfebef729864%40googlegroups.com
> <https://groups.google.com/d/msgid/jupyter/7a679a6b-c57d-45a0-8e0b-bfebef729864%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/CAHNn8BUkNrk6dA%3Dw9URdwwGA%2B1tY_Aq%2BxS7Y62G2SwKuocakfg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to