Main Page: Difference between revisions
Jump to navigation
Jump to search
| Line 31: | Line 31: | ||
[[File:RmodeHBookImage3.png|r-mode image]] | [[File:RmodeHBookImage3.png|r-mode image]] | ||
<font color="orange">4 June 2021:</font> I successfully uploaded this "r-mode image" from my Mac to the a2Hosting file system. | |||
<ol> | <ol> | ||
<li>I pointed my browser to the URL: Tohline.education/SelfGravitatingFluids; this opened the "Main Page" of my MediaWiki app</li> | <li>I pointed my browser to the URL: Tohline.education/SelfGravitatingFluids; this opened the "Main Page" of my MediaWiki app</li> | ||
| Line 38: | Line 38: | ||
<li>From the a2Hosting's cPanel, I double-clicked on the "File Manager"; I located the file under public_html/SelfGravitatingFluids/images/3/3b</li> | <li>From the a2Hosting's cPanel, I double-clicked on the "File Manager"; I located the file under public_html/SelfGravitatingFluids/images/3/3b</li> | ||
</ol> | </ol> | ||
<font color="orange">5 June 2021:</font> via a cPanel-Terminal session, I changed directory to "~/public_html/SelfGravitatingFluids" and … | |||
<ol> | |||
<li>Found <font color="green">index.php</font>; its contents were not immediately useful.</li> | |||
<li>Found <font color="green">LocalSettings.php</font> | |||
<ol type="a"> | |||
<li>$wgServer = "https://tohline.education"</li> | |||
<li>$wgScriptPath = "/SelfGravitatingFluids"</li> | |||
<li>$wgResourceBasePath = $wgScriptPath</li> | |||
<li>$wgLogos = [ '1x' => "$wgResourceBasePath/resources/assets/wiki.png" ];</li> | |||
</ol> | |||
</li> | |||
</ol> | |||
<font color="orange">5 June 2021:</font> I realized that, when using the cPanel-File_Manager, I must click on the **name** (e.g., SelfGravitatingFluids) of a directory folder as well as the tiny folder icon in order to see all of the directory's files and sub-directories. | |||
Revision as of 11:56, 5 June 2021
MediaWiki has been installed.
Consult the User's Guide for information on using the wiki software.
Getting started
- Configuration settings list
- MediaWiki FAQ
- MediaWiki release mailing list
- Localise MediaWiki for your language
- Learn how to combat spam on your wiki
Just Testing
I'm just testing to see if I'm properly editing.
.
Try another way: Template:Math
Another Test
4 June 2021: I successfully uploaded this "r-mode image" from my Mac to the a2Hosting file system.
- I pointed my browser to the URL: Tohline.education/SelfGravitatingFluids; this opened the "Main Page" of my MediaWiki app
- I logged into the MediaWiki site; as a result, the "Upload file" link was added to the left-hand menu
- Clicking on this "Upload file" link, a familiar MediaWiki page opened; it allowed me to upload a selected r-mode image from my Mac
- From the a2Hosting's cPanel, I double-clicked on the "File Manager"; I located the file under public_html/SelfGravitatingFluids/images/3/3b
5 June 2021: via a cPanel-Terminal session, I changed directory to "~/public_html/SelfGravitatingFluids" and …
- Found index.php; its contents were not immediately useful.
- Found LocalSettings.php
- $wgServer = "https://tohline.education"
- $wgScriptPath = "/SelfGravitatingFluids"
- $wgResourceBasePath = $wgScriptPath
- $wgLogos = [ '1x' => "$wgResourceBasePath/resources/assets/wiki.png" ];
5 June 2021: I realized that, when using the cPanel-File_Manager, I must click on the **name** (e.g., SelfGravitatingFluids) of a directory folder as well as the tiny folder icon in order to see all of the directory's files and sub-directories.
