From 3b2bf6142873f67abf7292502bfbb94ada48b5f1 Mon Sep 17 00:00:00 2001 From: rainbow napkin Date: Sat, 7 Dec 2024 21:15:37 +0000 Subject: [PATCH] Update Setting up a fresh install of Canopy over Debian 12 Bookworm --- install-debian.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install-debian.md b/install-debian.md index 86eb3e1..b82945a 100644 --- a/install-debian.md +++ b/install-debian.md @@ -5,10 +5,11 @@ title: Setting up a fresh install of Canopy over Debian 12 Bookworm + ## Step-by-step procedure for Setting up a fresh install of Canopy over Debian 12 Bookworm: Before installing make sure you have already prepped your [database](mongodb-debian). ## Installation -1. Install pre-reqs `sudo apt install nodejs npm` +1. Install node.js and NPM `sudo apt install nodejs npm` 2. Yoink a copy of canopy `git clone https://gitlab.com/rainbownapkin/canopy.git && cd canopy' 3. Install dependencies from NPM `npm install` 4. Copy a new config file off of the included reference `cp config.example.json config.json`