Difference between revisions of "Upgrading/de"

From SemanticOrganization
Jump to: navigation, search
(Created page with "Importiere die Standard-Vorlagen, -Formulare und -Kategorien:")
(Created page with "Aufräumen nach dem Import:")
Line 11: Line 11:
 
  php maintenance/importDump.php < extensions/SemanticOrganization/import/semorg-pages.xml
 
  php maintenance/importDump.php < extensions/SemanticOrganization/import/semorg-pages.xml
  
Cleanup after import:
+
Aufräumen nach dem Import:
  
 
  php maintenance/rebuildrecentchanges.php
 
  php maintenance/rebuildrecentchanges.php
 
  php maintenance/runJobs.php
 
  php maintenance/runJobs.php

Revision as of 13:30, 1 July 2019

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