Public Access
Add meeting assistant speech and summary automation
This commit is contained in:
@@ -39,6 +39,26 @@ Run the server:
|
||||
dotnet run --project MeetingAssistant
|
||||
```
|
||||
|
||||
## Local Autostart and Restart
|
||||
|
||||
For the local Windows workstation, use the snippets restart helper instead of running the app directly when you want a durable background instance:
|
||||
|
||||
```powershell
|
||||
powershell -ExecutionPolicy Bypass -File C:\Manuel\snippets\restart-meeting-assistant.ps1
|
||||
```
|
||||
|
||||
The restart helper publishes `MeetingAssistant\MeetingAssistant.csproj` as `net10.0-windows` into a fresh temp folder under `C:\Manuel\meeting-assistant\tmp\meeting-assistant-runtime`. Only after that publish succeeds does it stop any active Meeting Assistant instance on port `5090` and start the newly published executable detached from the script.
|
||||
|
||||
The detached starter writes logs and the last process id to:
|
||||
|
||||
```text
|
||||
%LOCALAPPDATA%\MeetingAssistant\Logs\meeting-assistant.out.log
|
||||
%LOCALAPPDATA%\MeetingAssistant\Logs\meeting-assistant.err.log
|
||||
%LOCALAPPDATA%\MeetingAssistant\Logs\meeting-assistant.pid
|
||||
```
|
||||
|
||||
This script is also the intended autostart target. Add a Windows Startup shortcut to `C:\Manuel\snippets\restart-meeting-assistant.ps1` when the app should rebuild and restart automatically after login.
|
||||
|
||||
The initial endpoints are:
|
||||
|
||||
```text
|
||||
|
||||
Reference in New Issue
Block a user