6 echo You need to perform the following steps to complete installation:
7 echo 1. In your MediaWiki \$IP/LocalSettings.php, at the beginning, add the path , \"$IP/extensions/OpenID/\" to the \"OpenID\" subdirectory in the MediaWiki \$path statement
8 echo 2. In your MediaWiki \$IP/LocalSettings.php, at the bottom of the file add:
9 echo \"require_once(\"\$IP/extensions/OpenID/OpenID.setup.php\");\"
10 echo 3. Run update.php script in in your MediaWiki maintenance folder \$IP/maintenance to create necessary tables in MediaWiki database:
11 echo \"\$IP/maintenance# php update.php\"
20 echo You may need to run maintenance/update.php from the command line: php /path/to/mediawiki/maintenance/update.php