Go to file
Valentin 75220e3b60 correction de ce maudit bug en fait .nuxtrc c'est un fichier pas un dossier 2024-02-26 17:57:56 +01:00
assets correction de ce maudit bug en fait .nuxtrc c'est un fichier pas un dossier 2024-02-26 17:57:56 +01:00
utils début du script install 2024-02-23 14:28:42 +01:00
README.md installation de caddy dans le script install 2024-02-23 15:01:45 +01:00
install.sh correction de ce maudit bug en fait .nuxtrc c'est un fichier pas un dossier 2024-02-26 17:57:56 +01:00

README.md

Deployment DCDN

Deployment Debian (os) + Caddy (webserver) + Directus (cms) + Nuxt (front).

Installation

On a fresh install as root user

  1. Upgrade

apt update && apt upgrade -y

  1. Install git

apt install -y git

  1. Download and make the instal script executable

git clone https://figureslibres.io/gitea/valentin_le_moign/deployment-dcdn.git

cd deployment-dcdn

chmod u+x install.sh

  1. Launch the script

bash install.sh

Ref

Debian Web Server