Upgrading: Difference between revisions
From SemanticOrganization
(Created page with "=== Pull latest version === cd extensions/SemanticOrganization/ git pull === Import Semorg Pages === Import the default templates, forms and categories: php maintenance...") |
|||
Line 8: | Line 8: | ||
Import the default templates, forms and categories: | Import the default templates, forms and categories: | ||
cd ../../ | |||
php maintenance/importDump.php < extensions/SemanticOrganization/import/semorg-pages.xml | php maintenance/importDump.php < extensions/SemanticOrganization/import/semorg-pages.xml | ||
Revision as of 08:05, 10 August 2018
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