up vote 2 down vote favorite
share [g+] share [fb]

I've been trying to find some documentation that defines the standard which Ubuntu uses for installing applications. I'm making a web app that I want to install it in the correct places.

As an example, I've noticed the following directory pattern with MediaWiki.

  • configuration files are in /etc/mediawiki
  • dynamic files are in /var/lib/mediawiki
  • static files are in /usr/share/mediawiki

There seems to be the same standard with other apps, but I have yet to find documentation that says these files go there and not somewhere else.

Does anyone know a good resource for this information?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Ubuntu, like its parent, Debian, follows the Filesystem Hierarchy Standard. The Ubuntu policy or Debian policy manual is the definitive resource for this.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.