Difference between revisions of "Sysadmin:Sysadmin Info"
From JFA Wiki
Greg.Fuller (talk | contribs) (Created page with "Implementation notes I make as I go. ==== Tasks ==== * Dump XML pages >ssh gregfuller@web542.webfaction.com >cd /home/gregfuller/webapps/jfawiki/maintenance >php72 dumpBa...") |
Greg.Fuller (talk | contribs) |
||
Line 8: | Line 8: | ||
>php72 dumpBackup.php --current >jfawikidump-yyyy.mm.dd.xml | >php72 dumpBackup.php --current >jfawikidump-yyyy.mm.dd.xml | ||
FTP the file down to localhost | FTP the file down to localhost | ||
+ | |||
+ | ==== Including js and css files ==== | ||
+ | |||
+ | * https://www.mediawiki.org/wiki/Snippets/Load_an_additional_JavaScript_or_stylesheet_file_on_all_pages | ||
+ | |||
+ | * done because login page on Refreshed theme doesn't load common.css and common.js |
Revision as of 08:11, 13 February 2019
Implementation notes I make as I go.
Tasks
- Dump XML pages
>ssh gregfuller@web542.webfaction.com >cd /home/gregfuller/webapps/jfawiki/maintenance >php72 dumpBackup.php --current >jfawikidump-yyyy.mm.dd.xml FTP the file down to localhost
Including js and css files
- done because login page on Refreshed theme doesn't load common.css and common.js