File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed
Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,6 @@ Note that the required extensions Semantic MediaWiki and Scribunto must be insta
2424the installation instructions provided.
2525
2626### Step 1
27-
28- Change to the base directory of your MediaWiki installation. This is where the "LocalSettings.php"
29- file is located. If you have not yet installed Composer do it now by running the following command
30- in your shell:
31-
32- wget https://getcomposer.org/composer.phar
33-
34- ### Step 2
3527
3628If you do not have a "composer.local.json" file yet, create one and add the following content to it:
3729
@@ -50,7 +42,7 @@ section in your file:
5042
5143Remember to add a comma to the end of the preceding line in this section.
5244
53- ### Step 3
45+ ### Step 2
5446
5547Run the following command in your shell:
5648
@@ -59,17 +51,12 @@ Run the following command in your shell:
5951Note if you have Git installed on your system add the ` --prefer-source ` flag to the above command. Also
6052note that it may be necessary to run this command twice. If unsure do it twice right away.
6153
62- ### Step 4
54+ ### Step 3
6355
6456Add the following line to the end of your "LocalSettings.php" file:
6557
6658 wfLoadExtension( 'SemanticScribunto' );
6759
68- ### Verify installation success
69-
70- As final step, you can verify Modern Timeline got installed by looking at the "Special: Version " page on your
71- wiki and check that it is listed in the semantic extensions section.
72-
7360## Usage
7461
7562A description of the ` mw.smw ` library functions can be found [ here] ( docs/README.md ) .
You can’t perform that action at this time.
0 commit comments