Skip to content

Commit

Permalink
link documentation with linto deployment tool
Browse files Browse the repository at this point in the history
  • Loading branch information
damienlaine authored Oct 16, 2024
1 parent 00afd5a commit 9e7aaed
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@
- Record on the go
- Synchronize your media with LinTO studio

## Install and use
## Installation and Usage

Since LinTO Studio relies on a complex set of LinTO services, such as transcription services, we **highly recommend** using our deployment tool:

[https://github.com/linto-ai/linto](https://github.com/linto-ai/linto)

Alternatively, you can use Docker Compose to run the app directly (web interface and API), but note that it won't be fully functional.

```
docker-compose up -d
Expand All @@ -50,10 +56,11 @@ SMTP_PSWD=password
[email protected]
```

### Transcription service
### Transcription Service

By default, LinTO Studio uses the LinTO API Gateway for transcription. If you want to use Studio with a different gateway, set the environment variable as follows:


For more information, visit: [https://github.com/linto-ai/linto](https://github.com/linto-ai/linto)

By default LinTO Studio uses the LinTO API Gateway to do transcription. To use Studio with another gateway, set environnement variables
```
GATEWAY_SERVICES="API Gateway service endpoint"
```

0 comments on commit 9e7aaed

Please sign in to comment.