Project:CreateProfilePage: Difference between revisions

From MaRDI portal
Created page with " # log into mardi02 # create a screen session # log into instance # go to container shell (Can also be reached via portainer, but if the browser window is lost one has no access to the output) mardi-test-user@mardi02:~/portal-compose$ docker compose exec -it wikibase /bin/bash # run script root@1460909a6802:/var/www/html# maintenance/run ./extensions/MathSearch/maintenance/CreateProfilePages.php publication check out for option by replacing publication with --help whe..."
 
No edit summary
 
Line 6: Line 6:
mardi-test-user@mardi02:~/portal-compose$ docker compose exec -it wikibase /bin/bash
mardi-test-user@mardi02:~/portal-compose$ docker compose exec -it wikibase /bin/bash
# run script
# run script
root@1460909a6802:/var/www/html# maintenance/run ./extensions/MathSearch/maintenance/CreateProfilePages.php publication
root@1460909a6802:/var/www/html# maintenance/run ./extensions/MathSearch/maintenance/ProfilePages.php create publication


check out for option by replacing publication with --help  
check out for option by replacing publication with --help  


when the script is done, the page creation process will be done with low priority jobs the process can be observed via maintenance/run showJobs --group
when the script is done, the page creation process will be done with low priority jobs the process can be observed via maintenance/run showJobs --group

Latest revision as of 16:40, 13 February 2025

  1. log into mardi02
  2. create a screen session
  3. log into instance
  4. go to container shell (Can also be reached via portainer, but if the browser window is lost one has no access to the output)

mardi-test-user@mardi02:~/portal-compose$ docker compose exec -it wikibase /bin/bash

  1. run script

root@1460909a6802:/var/www/html# maintenance/run ./extensions/MathSearch/maintenance/ProfilePages.php create publication

check out for option by replacing publication with --help

when the script is done, the page creation process will be done with low priority jobs the process can be observed via maintenance/run showJobs --group