You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
asyncnomi d2cfeb7b82 update ip 3 years ago
static added front 3 years ago
.gitignore .gitignore 3 years ago
LICENSE added front 3 years ago
README.md update ip 3 years ago
index.js update ip 3 years ago
package.json init 3 years ago

README.md

Website for Metz's BDE List

Installation:

  1. Requirements:
  • Create a bde-list user in sudoers: sudo useradd -m -s /bin/bash -G sudo bde-list and connect to it.
  • Install nvm: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash
  • Install node: nvm install 18.12.1 && nvm use 18.12.1
  • Install pm2: npm install pm2 -g
  • Install nginx: sudo apt-get install nginx
  1. Installation:
  • Clone this repo
  • Install dependencies: npm i
  • Run the server: sudo pm2 start index.js --name bde-liste -i max