Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Vandersmissen authored Nov 23, 2017
1 parent f1750f3 commit e9d89c7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ Once you know everything is installed properly, you can proceed to install the e

# Installation

First unzip the zip file in your `<mediawiki installation folder>/extensions/` directory.
Then, add the following lines to your `<mediawiki installation folder>/LocalSettings.php`:
First, download the latest release from https://github.com/ULYSSIS-KUL/MediaWikiShibboleth/releases/latest. Make sure to click the `MediaWikiShibboleth.zip` download button. Then, unzip the zip file in your `<mediawiki installation folder>/extensions/` directory. Finally, add the following lines to your `<mediawiki installation folder>/LocalSettings.php`

```php
wfLoadExtension('MediaWikiShibboleth');
Expand All @@ -18,4 +17,4 @@ $wgGroupPermissions['*']['createpage'] = false;
$wgGroupPermissions['*']['writeapi'] = false;
```

If you want to allow anonymous editing, you should *not* add the last 4 lines of the previous paragraph. Though this really defeats the purpose of the extension.
If you want to allow anonymous editing, you should *not* add the last 4 lines of the previous paragraph. Though this really defeats the purpose of the extension.

0 comments on commit e9d89c7

Please sign in to comment.