mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 16:56:22 +02:00
feat: new docs
This commit is contained in:
parent
4be3a811e8
commit
da2d606a43
6 changed files with 501 additions and 166 deletions
21
surfsense_web/content/docs/installation.mdx
Normal file
21
surfsense_web/content/docs/installation.mdx
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
title: Installation
|
||||
description: Current ways to use SurfSense
|
||||
full: true
|
||||
---
|
||||
|
||||
# Installing SurfSense
|
||||
|
||||
There are two ways to install and use SurfSense:
|
||||
|
||||
## Docker Installation (Preferred)
|
||||
|
||||
The recommended way to install SurfSense is using Docker. This method provides a containerized environment with all dependencies pre-configured.
|
||||
|
||||
[Learn more about Docker installation](/docs/docker-installation)
|
||||
|
||||
## Manual Installation
|
||||
|
||||
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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue