Closed jamesreprise closed 1 year ago
Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.
Trivial Change
Code
Architecture
We have been sure to receive the @izmalk seal of approval as he was the original discoverer of the linked issues!
What is the goal of this PR?
We can now launch TypeDB from any folder in Windows (provided TypeDB has been added to the user's environment). TypeDB also gets launched in a new window, which the user can freely close or quit via Ctrl+C without interruption once they are finished.
Fixes https://github.com/vaticle/typedb/issues/6780 Fixes https://github.com/vaticle/typedb/issues/6781
What are the changes implemented in this PR?
We've refactored 'typedb.bat' to use the absolute path rather than relative, allowing the command to be used from anywhere. We've added the keyword
start
before running the server via Java. This launches the server in a new window.