admin notes for my site love4eva.
restart site
log into server as kat user, perform these commands sequentially:
su dw
cd /home/dw/dw/etc/docker
docker compose up -d && docker compose exec -T web bash < up.shcontents of up.sh:
#!/bin/bash
# updates phrases (has to run twice) then builds stylesheets
$LJHOME/bin/upgrading/texttool.pl load && $LJHOME/bin/upgrading/texttool.pl load && $LJHOME/bin/build-static.sh
# updates stats (http://wiki.dwscoalition.org/wiki/index.php/Statistics_setup)
$LJHOME/bin/ljmaint.pl genstats # Generate nightly stats
$LJHOME/bin/ljmaint.pl genstats_size # Generate site size stats
$LJHOME/bin/ljmaint.pl genstats_weekly # Generate weekly stats
$LJHOME/bin/ljmaint.pl genstatspics # Generate stat graphsgenerate invites
from admin console
make_invites kat 20 "reason"