deployment-dcdn/README.md

31 lines
647 B
Markdown
Raw Normal View History

2024-02-23 13:32:08 +01:00
# Deployment DCDN
Deployment [**D**ebian](https://www.debian.org/) (os) + [**C**addy](https://caddyserver.com/) (webserver) + [**D**irectus](https://directus.io/) (cms) + [**N**uxt](https://nuxt.com/) (front).
2024-02-23 14:28:42 +01:00
## Installation
2024-02-23 14:35:26 +01:00
On a fresh install as root user
2024-02-23 14:28:42 +01:00
1. Upgrade
2024-02-23 14:35:26 +01:00
`apt update && apt upgrade -y`
2024-02-23 14:28:42 +01:00
2. Install git
`apt install -y git`
2024-02-23 14:28:42 +01:00
3. 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`
4. Launch the script
`bash install.sh`
## Ref
[Debian Web Server](https://figureslibres.io/gogs/bachir/debian-web-server)