If you were logged in and working on this process, you would log your work on this page.
learn and plan what to do.
create documentation about installation, issues, how to, etc. think about teaching others to redo the work and fix current or future problems. focus on things that take time to discover / learn, tricks you discovered, etc.
Documenting, time-tracking, and working with Opalstack Support on MediaWiki install for OVN world.
actual work of installing wikimedia software and uploading the saved data from the old OVN wiki.
Changed logo [https://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_change_the_logo?]
Logged in to SSH as the shell user. Went into the "apps" directory, followed by the "wiki" directory. Then used VIM editor to modify "LocalSettings.php" with the new logo.
> $wgLogo = "http://ovn.world/images/a/a5/Ovnworld_logo.png";
Received "OVN-wiki-backup.xml" from Tibi.
Uploaded "OVN-wiki-backup.xml" to "/home/sensorica/apps/wiki/maintenance" directory.
Ran importDump.php [https://www.mediawiki.org/wiki/Manual:Importing_XML_dumps] using shell access.
> php importDump.php < OVN-wiki-backup.xml
Using shell access, upload "LocalSettings.php" to the wiki directory.
> scp LocalSettings.php sensorica@opal1.opalstack.com:apps/wiki/
Went to http://ovn.world/mw-config/index.php for the site created earlier and followed the instructions in the browser to complete the installation.
Logged in to SSH as the shell user: [https://help.opalstack.com/article/14/ssh-access]
Ran the following commands to install MediaWiki:
> cd ~/apps/wiki
> wget https://releases.wikimedia.org/mediawiki/1.35/mediawiki-1.35.1.tar.gz
> tar zxf mediawiki-1.35.1.tar.gz --strip 1
Created a new site to serve the wiki - [https://help.opalstack.com/article/52/managing-sites]
Created a new PHP-FPM+Nginx app - [https://help.opalstack.com/article/47/managing-applications]
Created a new MariaDB database - [https://help.opalstack.com/article/51/managing-databases]
communications, email exchanges, etc.
Pattern:
Infrastructure virtual dev
Context: Infrastructure-virtual
Order:
Work order 331 due: 2021-09-10
Install a wikimedia at the new web host Opalstack, where the NRP is already installed.
Upload the data saved from the old OVN wiki on Referata, saved by Tibi and Tim.
Make sure everything works properly.
Write documentation.
Make announcement to the entire community, instructions.