Skip to content

Commit 69924b6

Browse files
Documentation edits made through Mintlify web editor
1 parent 485432d commit 69924b6

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed
176 KB
Loading

self-hosting/installation.mdx

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ sidebarTitle: Overview
66
---
77

88
The typical components of a self-hosted production environment are:
9+
910
<Frame caption="Self-hosted PowerSync architecture">
10-
<img src="/images/self-hosting/powersync-architecture-diagram-self-host.png"/>
11+
![](/images/powersync-architecture-diagram-self-host.png)
1112
</Frame>
1213

1314
The self-hosted deployment is run via Docker. A Docker image is distributed via [Docker Hub](https://hub.docker.com/r/journeyapps/powersync-service). Run PowerSync using:
@@ -27,11 +28,17 @@ See [here](https://github.com/powersync-ja/self-host-demo/blob/main/config/power
2728
In order to run the PowerSync Service, the following activities are required:
2829

2930
<CardGroup>
30-
<Card title="Configure source database" icon="database" href="/installation/database-setup"horizontal />
31-
<Card title="Configure PowerSync Service" icon="gears" href="/self-hosting/installation/powersync-service-setup"horizontal />
32-
<Card title="Configure sync bucket storage" icon="database" href="/self-hosting/installation/powersync-service-setup#configure-sync-bucket-storage" horizontal/>
33-
<Card title="Connect PowerSync to database" icon="plug" href="/self-hosting/installation/powersync-service-setup#database-connection" horizontal/>
34-
<Card title="Define sync rules" icon="list-check" href="/self-hosting/installation/powersync-service-setup#sync-rules" horizontal/>
35-
<Card title="Import PowerSync client SDK" icon="file-import" href="/installation/client-side-setup"horizontal />
36-
<Card title="Set up app backend" icon="server" href="/installation/app-backend-setup"horizontal />
31+
<Card title="Configure source database" icon="database" href="/installation/database-setup" horizontal />
32+
33+
<Card title="Configure PowerSync Service" icon="gears" href="/self-hosting/installation/powersync-service-setup" horizontal />
34+
35+
<Card title="Configure sync bucket storage" icon="database" href="/self-hosting/installation/powersync-service-setup#configure-sync-bucket-storage" horizontal />
36+
37+
<Card title="Connect PowerSync to database" icon="plug" href="/self-hosting/installation/powersync-service-setup#database-connection" horizontal />
38+
39+
<Card title="Define sync rules" icon="list-check" href="/self-hosting/installation/powersync-service-setup#sync-rules" horizontal />
40+
41+
<Card title="Import PowerSync client SDK" icon="file-import" href="/installation/client-side-setup" horizontal />
42+
43+
<Card title="Set up app backend" icon="server" href="/installation/app-backend-setup" horizontal />
3744
</CardGroup>

0 commit comments

Comments
 (0)