Upgrading/de: Difference between revisions

From SemanticOrganization
Jump to: navigation, search
(Created page with "=== Semorg-Vorlagen importieren ===")
(Updating to match new version of source page)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{semorg-docs}}
=== Letzte Version laden ===
=== Letzte Version laden ===


Line 6: Line 7:
=== Semorg-Vorlagen importieren ===
=== Semorg-Vorlagen importieren ===


Import the default templates, forms and categories:
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


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