Difference between revisions of "Upgrading"

From SemanticOrganization
Jump to: navigation, search
Line 1: Line 1:
 +
<translate>
 
=== Pull latest version ===
 
=== Pull latest version ===
 +
</translate>
  
 
  cd extensions/SemanticOrganization/
 
  cd extensions/SemanticOrganization/
 
  git pull
 
  git pull
  
 +
<translate>
 
=== Import Semorg Pages ===
 
=== Import Semorg Pages ===
  
 
Import the default templates, forms and categories:
 
Import the default templates, forms and categories:
 +
</translate>
  
 
  cd ../../
 
  cd ../../
 
  php maintenance/importDump.php < extensions/SemanticOrganization/import/semorg-pages.xml
 
  php maintenance/importDump.php < extensions/SemanticOrganization/import/semorg-pages.xml
  
 +
<translate>
 
Cleanup after import:
 
Cleanup after import:
 +
</translate>
  
 
  php maintenance/rebuildrecentchanges.php
 
  php maintenance/rebuildrecentchanges.php
 
  php maintenance/runJobs.php
 
  php maintenance/runJobs.php

Revision as of 13:29, 1 July 2019

Pull latest version

cd extensions/SemanticOrganization/
git pull

Import Semorg Pages

Import the default templates, forms and categories:

cd ../../
php maintenance/importDump.php < extensions/SemanticOrganization/import/semorg-pages.xml

Cleanup after import:

php maintenance/rebuildrecentchanges.php
php maintenance/runJobs.php