Update Setting up a fresh install of Canopy over Debian 12 Bookworm
parent
43ba015980
commit
3b2bf61428
|
|
@ -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:
|
## 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).
|
Before installing make sure you have already prepped your [database](mongodb-debian).
|
||||||
## Installation
|
## 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'
|
2. Yoink a copy of canopy `git clone https://gitlab.com/rainbownapkin/canopy.git && cd canopy'
|
||||||
3. Install dependencies from NPM `npm install`
|
3. Install dependencies from NPM `npm install`
|
||||||
4. Copy a new config file off of the included reference `cp config.example.json config.json`
|
4. Copy a new config file off of the included reference `cp config.example.json config.json`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue