Skip to content

Commit

Permalink
Added instruction for starting the servers and viewing the logs
Browse files Browse the repository at this point in the history
  • Loading branch information
sethu authored Sep 29, 2024
1 parent d0f5166 commit 2ffa456
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_

0 comments on commit 2ffa456

Please sign in to comment.