YunoHost-Apps / dokuwiki_ynh

Dokuwiki package for YunoHost
https://www.dokuwiki.org/dokuwiki
GNU General Public License v3.0
11 stars 16 forks source link

How to find filepath for installation? #53

Closed SpencerDub closed 4 years ago

SpencerDub commented 4 years ago

I'm trying to configure a template, Material. In its installation instructions, it says:

  1. navigate to the DOKUWIKI_ROOT/lib/tpl/material folder
  2. open the style.ini file and scroll to the “replacements” section ...

I know this is a really silly question, but how can I figure out the root path to DokuWiki on my server so I can find this folder and edit the style.ini file?

kay0u commented 4 years ago

Hi!

If you can read bash: https://github.com/YunoHost-Apps/dokuwiki_ynh/blob/7de40f5a7c51b29248cdf24e408b014c9008119b/scripts/install#L36

Else, your app should be installed at /var/www/dokuwiki :-)

SpencerDub commented 4 years ago

Perfect! Thanks, @kay0u!