Upgrading/de: Difference between revisions

From SemanticOrganization
Jump to: navigation, search
(Created page with "Importiere die Standard-Vorlagen, -Formulare und -Kategorien:")
(Updating to match new version of source page)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{semorg-docs}}
=== Letzte Version laden ===
=== Letzte Version laden ===


Line 11: Line 12:
  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

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