X-Git-Url: https://plomlompom.com/repos/?p=config;a=blobdiff_plain;f=buster%2Fsetup_scripts%2Fsetup_dumpsite.sh;h=5a0bec3c1d9d7d1b1f15ba012745deb2ce2d405c;hp=2fa9d89cfd71d41873b9c94cc68f2431f28e8439;hb=7975ff6d2dc1459a7047494d440d19f5a65cee14;hpb=67daca298e2a2ed2ebcf05cf9b5ae72e6a44fd8a diff --git a/buster/setup_scripts/setup_dumpsite.sh b/buster/setup_scripts/setup_dumpsite.sh index 2fa9d89..5a0bec3 100755 --- a/buster/setup_scripts/setup_dumpsite.sh +++ b/buster/setup_scripts/setup_dumpsite.sh @@ -49,16 +49,28 @@ su -lc "git clone --mirror ${old_server}:zettel.git" plom cp "${config_tree_prefix}/other_files/zettel_hook_post-receive" /home/plom/zettel.git/hooks/post-receive su -lc "git clone ~/zettel.git && cd zettel && redo" plom su -lc "ln -s /home/plom/zettel /var/www-dump/zettel" plom +# NOTE: Locally, to update content, clone zettel.git, not zettel. # Set up redo blog. su -lc "git clone --mirror ${old_server}:blog.git" plom cp "${config_tree_prefix}/other_files/blog_hook_post-receive" /home/plom/blog.git/hooks/post-receive su -lc "git clone ~/blog.git" plom -# FIXME: we should not depend on a GitHub repo +# FIXME: we should not depend on a GitHub repo; +# instead, set up like plomlombot repo (with post-recieve hook) su -lc "git clone https://github.com/plomlompom/redo-blog.git" plom su -lc "cd redo-blog && ./add_dir.sh ~/blog" plom su -lc "cd blog && redo" plom su -lc "ln -s /home/plom/blog/public /var/www-dump/blog" plom +# NOTE: Locally, to update content, clone blog.git, not blog. + +# Set up url catcher. +su -lc "git clone https://github.com/plomlompom/url-catcher.git" plom +# FIXME: we should not depend on a GitHub repo; +# instead, set up like plomlombot repo (with post-recieve hook) +su -lc "cd url-catcher && ln -s ../blog/captchas/linkable/ captchas" plom +systemctl enable url_catcher.service +service url_catcher startc +# NOTE: fix metadata/article_tmpl referencing dump.plomlompom.com explicitely # Prepare NGINX. sed -i "s/REPLACE_fqdn_ECALPER/${domain}/g" /etc/nginx/sites-available/dumpsite.nginx