20240709 - New Server

Tuesday, July 9, 2024 at 19:12:04

Got a new VPS server as backup to my other one. vpsdev.e5l.co

Steps taken so far:

  • Set the system name
    • hostnamectl set-hostname vpsdev.e5l.co
  • apt-get update
  • apt install software-properties-common apt-transport-https ca-certificates lsb-release
  • apt install apache2
  • apt-get install mysql-server
  • mysql_secure_installation
  • apt install certbot python3-certbot-apache
  • apt install -y php-mbstring
  • apt install phpmyadmin

At this point, I had to wrestle with mysql and phpmyadmin to get them to work, but seems to have been successful.

Also:

  • apt install unzip
  • apt-get install imagemagick

Add comment

Fill out the form below to add your own comments