Upgrading/de: Difference between revisions
From SemanticOrganization
(Created page with "=== Letzte Version laden ===") |
(Updating to match new version of source page) |
||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{semorg-docs}} | |||
=== Letzte Version laden === | === Letzte Version laden === | ||
Line 4: | Line 5: | ||
git pull | git pull | ||
=== | === Semorg-Vorlagen importieren === | ||
Importiere die Standard-Vorlagen, -Formulare und -Kategorien: | |||
cd ../../ | cd ../../ | ||
php maintenance/importDump.php < extensions/SemanticOrganization/import/semorg-pages.xml | php maintenance/importDump.php < extensions/SemanticOrganization/import/semorg-pages.xml | ||
Aufräumen nach dem Import: | |||
php maintenance/rebuildrecentchanges.php | php maintenance/rebuildrecentchanges.php | ||
php maintenance/runJobs.php | php maintenance/runJobs.php |
Latest revision as of 13:33, 24 June 2022
This page is part of semorg's documentation.
Letzte Version laden
cd extensions/SemanticOrganization/ git pull
Semorg-Vorlagen importieren
Importiere die Standard-Vorlagen, -Formulare und -Kategorien:
cd ../../ php maintenance/importDump.php < extensions/SemanticOrganization/import/semorg-pages.xml
Aufräumen nach dem Import:
php maintenance/rebuildrecentchanges.php php maintenance/runJobs.php