When you install a Bitnami Stack the files of the application, OSQA in this case, are in /installdir/apps/osqa/htdocs
, just changing installdir
with the directory where you installed the stack. For instance on windows it is installed by default on C:\Bitnami\osqa\apps\osqa\htdocs
.
On the \installdir\osqa
directory you will find on htdocs
the application files like .css, .py ... and on conf
the configuration files of apache, so if you want to add more subdirectories or change any directives you should take a look here. If you want to edit any feature of the application you should go to the htdocs
directory and edit the python files in order to achieve your developments.