digital-dream-labs / vector-web-setup

Tool to perform initial configuration of Vector robots.
MIT License
65 stars 57 forks source link

User should be able to override web port #5

Closed grant-olson closed 4 years ago

grant-olson commented 4 years ago

Currently we run on port 8000 which is a popular port for many little web servers. We want to keep this as the default but allow users to specify a different port in case it conflicts with something on their system. vector-web-setup serve --port 8888 should allow a user to do that.