Hey Tom,

> skipped the step, "Copy the example.json file"

Ah, that explains it!

> because I focused on the statement, "The default contents of the json
file specifies nothing should be installed, and looks as follows:" and
nothing else. :)

I have now changed to wording to avoid such confusion.

And will this:
>
> if ( is_readable( __DIR__ . '/../../vendor/autoload.php' ) ) {
>  include_once( __DIR__ . '/../../vendor/autoload.php' );
> }
>
> will have to be changed to
>
> if ( is_readable( __DIR__ . '/../vendor/autoload.php' ) ) {
>  include_once( __DIR__ . '/../vendor/autoload.php' );
> }
>
> or ExtensionInstaller to work because we are only going up one directory
> since w/ doesn't exist
>

No, you should not change this, as it is not affected by where you put your
wiki. (The path only goes back to the root of your wiki, not further.)

> Maybe serendipity was telling me to throw everything into the
/ExtensionInstaller directory because I'll have to edit .htaccess to allow
direct calls to /vender through.... Ugh!

I'm not fully sure what you mean here, though the ExtensionInstaller ought
to be put in the extensions directory, as is done with any other extension.

Cheers

--
Jeroen De Dauw
http://www.bn2vs.com
Don't panic. Don't be evil. ~=[,,_,,]:3
--
_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to