mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 01:06:23 +02:00
feat: update installation documentation with new structure and content for manual installation
This commit is contained in:
parent
f8558b6c6a
commit
0cf3acc3c1
3 changed files with 21 additions and 15 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"title": "Connectors",
|
||||
"icon": "Cable",
|
||||
"icon": "Unplug",
|
||||
"pages": [
|
||||
"google-drive",
|
||||
"gmail",
|
||||
|
|
|
|||
|
|
@ -1,21 +1,27 @@
|
|||
---
|
||||
title: Installation
|
||||
description: Current ways to use SurfSense
|
||||
description: How to install SurfSense - Docker or from source
|
||||
icon: Download
|
||||
---
|
||||
|
||||
# Installing SurfSense
|
||||
import { Card, Cards } from 'fumadocs-ui/components/card';
|
||||
import { Container, Wrench } from 'lucide-react';
|
||||
|
||||
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:
|
||||
SurfSense runs as a Python backend + Next.js frontend. You can either spin it up with Docker or set everything up yourself.
|
||||
|
||||
## Docker Installation
|
||||
**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.
|
||||
|
||||
This method provides a containerized environment with all dependencies pre-configured. Less Customization.
|
||||
|
||||
[Learn more about Docker installation](/docs/docker-installation/install-script)
|
||||
|
||||
## Manual Installation (Preferred)
|
||||
|
||||
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)
|
||||
<Cards>
|
||||
<Card
|
||||
icon={<Container />}
|
||||
title="Docker Installation"
|
||||
description="All dependencies pre-configured, up and running in minutes"
|
||||
href="/docs/docker-installation"
|
||||
/>
|
||||
<Card
|
||||
icon={<Wrench />}
|
||||
title="Manual Installation"
|
||||
description="Set up each component yourself for full control"
|
||||
href="/docs/manual-installation"
|
||||
/>
|
||||
</Cards>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Manual Installation
|
||||
description: Setting up SurfSense manually for customized deployments (Preferred)
|
||||
description: Setting up SurfSense manually for customized deployments
|
||||
icon: Wrench
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue