tekuti
tekuti copied to clipboard
Server-side blog engine written in Scheme
Hi! I'd stopped using Tekuti for a while and when I came back to it I noticed that I couldn't run the latest version of it anymore. I also noticed...
Followed instructions here: https://wingolog.org/projects/tekuti/ the git://gitorious.org/tekuti/tekuti.git link is dead. used [email protected]:wingo/tekuti.git instead. My attempted install follows. Same result for jessie or stretch. Sorry if it is trivial issue. I know...
Cloning the repo to the following directory: `~/Documents/blog/test-tekuti` and then chaging the dir into it: ```zsh cd ~/Documents/blog/test-tekuti; autoreconf -vif; ./configure && make ./env src/tekuti ``` I am getting the...