Journal 2025-03-27

Rather convoluted site publishing right now.

Local:

cd ~/hyperdata/transmissions # my local path

./trans md-to-sparqlstore ~/sites/danny.ayers.name/postcraft
./trans postcraft-statics ~/sites/danny.ayers.name/postcraft
./trans sparqlstore-to-html ~/sites/danny.ayers.name/postcraft
./trans sparqlstore-to-site-indexes ~/sites/danny.ayers.name/postcraft

danny@danny-desktop:/var/www/html$ ln -s ~/sites/danny.ayers.name/postcraft/public ./danny.ayers.name

Looking good.

On server :

su hyperdata

cd /home
sudo mkdir sites
sudo chown hyperdata sites
cd sites
git clone https://github.com/danja/danny.ayers.name.git
...
Cloning into 'danny.ayers.name'...
remote: Enumerating objects: 1054, done.
remote: Counting objects: 100% (500/500), done.
remote: Compressing objects: 100% (344/344), done.
remote: Total 1054 (delta 185), reused 452 (delta 139), pack-reused 554 (from 2)
Receiving objects: 100% (1054/1054), 52.86 MiB | 47.48 MiB/s, done.
Resolving deltas: 100% (222/222), done.

nginx already pointing at /home/www/danny.ayers.name

Hmm, not ideal, I should really match the server paths to my local one. But I really want the owner of this stuff on both sides to be hyperdata. So I'll say ok for now. Priority is just getting it up again.

cd /home/www
sudo ln -s /home/sites/danny.ayers.name/postcraft/public ./danny.ayers.name

And...my blog's back!!

Journal 2025-03-27