Fastest startup method on Mac #14578
-
This is my current webUI startup procedure.
Is there a way to start it faster? On Windows, it seems to start just by double-clicking webui.bat. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Right click Or you can rename it to |
Beta Was this translation helpful? Give feedback.
-
Thank you for your reply. If set the .sh document to open in Terminal by default and put that file in the dog, I can launch it with one click. This is certainly fast. But I didn't use this. This is because the web UI crashes a lot, and every time click webui.sh, a new terminal window opens in an unpredictable location on the screen and gets in the way. The copy-and-paste method I wrote in my first post is time-consuming. However, when it crashes, if I press the up arrow key on my keyboard in the same terminal window, the pasted command appears, and I can then press the return key to launch the webUI again. This means i can keep terminal window displayed in the same location. |
Beta Was this translation helpful? Give feedback.
Right click
webui.sh
> Open with > Terminal.Or you can rename it to
webui.command
. Either way, you should then be able to double click it.