tag: command line
command line setup and deployment of an nginx server on digitalocean
Mar 3, 2025
In this post you will find my notes on deploying an nginx server on a digitalocean droplet from the command line. I'll be using doctl
, the command line tool provided by digitalocean as well as a bash script to do all of the server setup.
doctl for command line deployment of digitalocean droplet
Feb 13, 2025
In this post you will find my notes on deploying a digitalocean droplet, the name digitalocean gives to an virtual private server (VPS) instance, from the command line. I'll be using doctl
, the command line tool provided by digitalocean.