mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-20 23:21:06 +02:00
docs: document conda one-click installer
This commit is contained in:
parent
099e3331bd
commit
2c30139ce7
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
|
@ -151,6 +151,15 @@ SurfSense provides two installation methods:
|
||||||
|
|
||||||
2. **[Manual Installation (Recommended)](https://www.surfsense.net/docs/manual-installation)** - For users who prefer more control over their setup or need to customize their deployment.
|
2. **[Manual Installation (Recommended)](https://www.surfsense.net/docs/manual-installation)** - For users who prefer more control over their setup or need to customize their deployment.
|
||||||
|
|
||||||
|
3. **Conda One-Click Installer (Experimental)** - Create a ready-to-use Conda environment and install backend/frontend dependencies automatically.
|
||||||
|
- Requires Miniconda/Anaconda plus Node.js 18+ (for the web UI).
|
||||||
|
- From the repository root run:
|
||||||
|
```bash
|
||||||
|
chmod +x oneclick-conda-install.sh
|
||||||
|
./oneclick-conda-install.sh
|
||||||
|
```
|
||||||
|
- Use `SURFSENSE_ENV_NAME` and `SURFSENSE_PYTHON_VERSION` env vars to customise the Conda environment.
|
||||||
|
|
||||||
Both installation guides include detailed OS-specific instructions for Windows, macOS, and Linux.
|
Both installation guides include detailed OS-specific instructions for Windows, macOS, and Linux.
|
||||||
|
|
||||||
Before installation, make sure to complete the [prerequisite setup steps](https://www.surfsense.net/docs/) including:
|
Before installation, make sure to complete the [prerequisite setup steps](https://www.surfsense.net/docs/) including:
|
||||||
|
|
@ -303,4 +312,3 @@ For detailed contribution guidelines, please see our [CONTRIBUTING.md](CONTRIBUT
|
||||||
|
|
||||||
---
|
---
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue