mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
19 lines
1.3 KiB
Markdown
Vendored
19 lines
1.3 KiB
Markdown
Vendored
# Quick Start
|
|
## Choose the setup
|
|
|
|
**Local only desktop/laptop** - Allows a single instance on a desktop and will save the notes locally on that desktop.
|
|
|
|
1. [Desktop installation](Installation%20%26%20Setup/Desktop%20Installation.md)
|
|
|
|
**Server with web only access** - Installs the application on the server and allows access from any web browser on any device, including mobile.
|
|
|
|
1. [Server installation](Installation%20%26%20Setup/Server%20Installation.md)
|
|
2. [Mobile frontend](Installation%20%26%20Setup/Mobile%20Frontend.md) (optional)
|
|
3. [PikaPods managed hosting](https://www.pikapods.com/pods?run=trilium-next)
|
|
|
|
**Combination of server and desktop/laptop** - Install the application on both a server, for web access and data synchronisation, and desktop instance(s). This allows all the data to be stored on the server and either accessed from the web browser, or the desktop application. The desktop application will sync and store the data locally so that it can be used when offline.
|
|
|
|
1. [Server installation](Installation%20%26%20Setup/Server%20Installation.md)
|
|
2. [Mobile frontend](Installation%20%26%20Setup/Mobile%20Frontend.md) (optional)
|
|
3. [Desktop installation](Installation%20%26%20Setup/Desktop%20Installation.md)
|
|
4. [Synchronization](Installation%20%26%20Setup/Synchronization.md) |