12 lines
511 B
Bash
Executable file
12 lines
511 B
Bash
Executable file
#!/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 graphs
|