I've been trying to reach to OSQA pages to modify them. I've installed it to my pc with bitnami and I cannot find the files of the pages. I couldn't find anything on the wiki and readme files.
Is there a way to edit the pages? Not just css but also I'm going to add more stuff to it.
Thank you very much.
When you install a Bitnami Stack the files of the application, OSQA in this case, are in
/installdir/apps/osqa/htdocs, just changinginstalldirwith the directory where you installed the stack. For instance on windows it is installed by default onC:\Bitnami\osqa\apps\osqa\htdocs.On the
\installdir\osqadirectory you will find onhtdocsthe application files like .css, .py ... and onconfthe 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 thehtdocsdirectory and edit the python files in order to achieve your developments.