Tuesday, July 9, 2024 at 20:25:14
Smarty in Flatpress is a new version, and doesn’t take kindly to includes that don’t have quotes. So to get themes to work I’m having to edit the files 😣
Things that look like this:
{include file=header.tpl}
should look like this:
{include file='header.tpl'}
Some more gotchas listed here: https://wiki.flatpre … /doc:tips:smarty2to4
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