SurfSense/surfsense_web/content/docs/installation.mdx

20 lines
708 B
Text
Raw Normal View History

2025-04-24 01:39:56 -07:00
---
title: Installation
description: Current ways to use SurfSense
---
# Installing SurfSense
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:
2025-04-24 01:39:56 -07:00
2025-04-24 19:51:31 -07:00
## Docker Installation
2025-04-24 01:39:56 -07:00
2025-04-24 19:51:31 -07:00
This method provides a containerized environment with all dependencies pre-configured. Less Customization.
2025-04-24 01:39:56 -07:00
[Learn more about Docker installation](/docs/docker-installation)
2025-04-24 19:51:31 -07:00
## Manual Installation (Preferred)
2025-04-24 01:39:56 -07:00
For users who prefer more control over the installation process or need to customize their setup, we also provide manual installation instructions.
[Learn more about Manual installation](/docs/manual-installation)