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

Feature/start UI with vserver #735

Merged
merged 3 commits into from Jul 13, 2023
Merged

Conversation

bartvanb
Copy link
Member

@bartvanb bartvanb commented Jun 26, 2023

Fix #730

- adding options to config file to start it
- Added documentation
- minor improvements to code
Copy link
Contributor

@frankcorneliusmartin frankcorneliusmartin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor comment, approved nonetheless

@@ -35,3 +35,6 @@

# Maximum time to start up RabbitMQ in seconds
RABBIT_TIMEOUT = 300

# Default port to start the UI on
DEFAULT_UI_PORT = 4200
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why 4200? I know it does not matter, but ill forget this. Could we make it 5001 of 5555?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

4200 is just the default port for an Angular app, but indeed that is not obvious to the average vantage6 user. I changed it to 5001, so that is right next to the default v6 server port

@bartvanb bartvanb merged commit 50f0153 into release/3.11 Jul 13, 2023
1 check passed
@bartvanb bartvanb deleted the feature/start-ui-with-vserver branch July 13, 2023 11:55
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

Successfully merging this pull request may close these issues.

None yet

2 participants