From 2ffa456a75ad831fd435213cdfe9b0681cae458d Mon Sep 17 00:00:00 2001 From: Sethupathi Asokan Date: Sun, 29 Sep 2024 10:55:34 +0530 Subject: [PATCH] Added instruction for starting the servers and viewing the logs --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 86f5dd6..c25328d 100644 --- a/README.md +++ b/README.md @@ -95,3 +95,15 @@ _m4a, mp3, webm, mp4, mpga, wav, mpeg_ **[Frontend Setup instructions](https://github.com/joshsoftware/lingo.ai/blob/dev/app/README.md)** +**Start the services** + +For Python server: _sudo service lingo-uvicorn restart_ + +For Next UI: _sudo service lingo-ui restart_ + +**Log** + + For Python server: _journalctl -u lingo-uvicorn_ + +For Next UI: _journalctl -u lingo-ui_ +