You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: How to install SurfSense - Docker or from source
4
4
icon: Download
5
5
---
6
6
7
-
# Installing SurfSense
8
-
9
-
There are two ways to install SurfSense, but both require the repository to be cloned first. Clone [SurfSense](https://github.com/MODSetter/SurfSense) and then:
10
-
11
-
## Docker Installation
12
-
13
-
This method provides a containerized environment with all dependencies pre-configured. Less Customization.
14
-
15
-
[Learn more about Docker installation](/docs/docker-installation/install-script)
16
-
17
-
## Manual Installation (Preferred)
18
-
19
-
For users who prefer more control over the installation process or need to customize their setup, we also provide manual installation instructions.
20
-
21
-
[Learn more about Manual installation](/docs/manual-installation)
SurfSense runs as a Python backend + Next.js frontend. You can either spin it up with Docker or set everything up yourself.
11
+
12
+
**Not sure which to pick?** Docker gets you up and running fastest. Go manual if you want to build SurfSense with us or need full control over the stack.
13
+
14
+
<Cards>
15
+
<Card
16
+
icon={<Container />}
17
+
title="Docker Installation"
18
+
description="All dependencies pre-configured, up and running in minutes"
19
+
href="/docs/docker-installation"
20
+
/>
21
+
<Card
22
+
icon={<Wrench />}
23
+
title="Manual Installation"
24
+
description="Set up each component yourself for full control"
0 commit comments