Skip to content
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

Offline installation #20

Closed
kixxalot opened this issue Feb 21, 2019 · 3 comments
Closed

Offline installation #20

kixxalot opened this issue Feb 21, 2019 · 3 comments
Assignees
Labels
question Further information is requested
Milestone

Comments

@kixxalot
Copy link

kixxalot commented Feb 21, 2019

When dealing with sensitive datasets, the users and machine running Arcade may be on a sublan disconnected from the net by a firewall. In that case it would be great if there was a way to install Arcade on a machine without requiring internet.

(Obviously the current way of running Arcade via Docker does require net access upon the first startup, as Docker will then try and download required files that are not yet in its cache)

@kixxalot
Copy link
Author

kixxalot commented Feb 21, 2019

Note: this is possible by:

  1. running the docker-compose command on a machine with internet access,
  2. saving the 4 created docker images one by one, via e.g. docker save arcadeanalytics/arcadeanalytics > arcadeanalytics.tar
  3. transferring these images to the machine without net access,
  4. loading the images via e.g. docker load < arcadeanalytics.tar
  5. start the app with the docker-compose command, which now does not need to pull anything from the net anymore

However, it seems that like this the web UI port 8080 cannot be changed. Please correct me if I'm wrong.

@robfrank
Copy link
Contributor

you can change the mapping inside the compose as you prefer:

    ports:
      - 8080:8080

@robfrank robfrank self-assigned this Feb 21, 2019
@robfrank robfrank added the question Further information is requested label Feb 21, 2019
@kixxalot
Copy link
Author

Thanks!

@robfrank robfrank added this to the v1.0.0-RC1 milestone Mar 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants