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

updating ekos-web? #4

Open
airscottdenning opened this issue Dec 11, 2020 · 1 comment
Open

updating ekos-web? #4

airscottdenning opened this issue Dec 11, 2020 · 1 comment

Comments

@airscottdenning
Copy link

Hi Rick,

How do I update ekos-web? Will this update through the normal apt update/full-upgrade process or do I need to do something different because it's running in docker?

Thanks!
Scott

@rickbassham
Copy link
Owner

This is not included in the PPA, so apt-get won't update it. Go to the location where you cloned the source originally, and run this:

git pull
docker build -t ekos-web .
docker run -p 3000:3000 -it ekos-web

That should get you the latest.

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

No branches or pull requests

2 participants