OK. Deluged at work all week, but here's an update.
I managed with some basic linux terminal commands to install MathJax (a math extension for mediawiki) so that it runs in remote mode (essentially, the math processing is done remotely). That works fine.
For a number of reasons, I also need to do a local install of MathJax, which requires installing the MathJax package into my local mediawiki (the one that I installed via the Amahi app store). The installation here is a little more involved, but actually it's not too bad, though my problem at present is just getting certain subdirectory locations correct.
I have done this twice before on my local installs of the bitnami mediawiki, so I know how to do it for BItnami. I presume the process should be very similar, since whether it's Amahi or Bitnami's version, it's still mediawiki, though I think there may be some naming differences between some of the subdirectories.
Essentially, the problem is to find the "document root" for the Mediawiki in my Amahi install. Here is a Bitnami forum question (see link) I posted back in January as well as the moderator response that solved my problem for Bitnami.
The link is below, but here is an excerpt of the Bitnami Forum moderator's response:
beginning of quote:
The DocumentRoot is the folder that contains the root folder (i.e.:
http://localhost/) and in a BitNami stack is placed at:
<installdir>/apache2/htdocs/
Also, the content server by Mediawiki in the BitNami Mediwiki stack is located at
<installdir>/apps/mediawiki/htdocs/"
end of quote.
Can anyone let me know where to find the analogous directories in the case for Amahi ?
Here's the original bitanmi forum link:
http://community.bitnami.com/t/installi ... awiki/9945
Thanks very much !