Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Request: make it easy to use this tool #68

Open
AndroidDeveloperLB opened this issue Jun 13, 2016 · 3 comments
Open

Request: make it easy to use this tool #68

AndroidDeveloperLB opened this issue Jun 13, 2016 · 3 comments

Comments

@AndroidDeveloperLB
Copy link

AndroidDeveloperLB commented Jun 13, 2016

The installation and running process takes so many steps, including installing of multiple apps.

Please make it easier to use. To me, it doesn't make sense to have Java+python+go installed, and even then, run the whole thing in the web browser...

Maybe make it a part of the IDE ?

@acr92
Copy link

acr92 commented Jun 24, 2016

I've made a Docker image. You can run:

docker run -p 9999:9999 -it blystad/battery-historian-2

(Source: https://github.com/Blystad/battery-historian-docker )

@AndroidDeveloperLB
Copy link
Author

What's "docker" ? Does it work even on Windows OS ?

@acr92
Copy link

acr92 commented Jun 24, 2016

https://docs.docker.com/docker-for-windows/

Long story short, it allows applications to run inside sandboxes, with all their dependencies resolved. So you avoid having to manually install a bunch of things. It's in public beta for Windows at the moment, but it probably works better on Linux and OS X at the moment. There's some thousand videos and online resources on the topic, just a quick Google search away :)

Pro-tip: Developing on OS X/Linux makes dependency installation a lot easier. To the degree that installing dependencies for Battery Historian only requires this command:
image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants