I would like to install DokuWiki within my Rails application at domain.com/wiki
- Would it be best to unzip and install it in public/wiki?
- I don't want to have to commit/push/pull DokuWiki pages every time I'm working on my application. Would you suggest telling git to ignore the wiki directory entirely? or is there a better way to do this, such a ignoring the location of the flat files within the /wiki?
Ideally all changes I make to the actual wiki source code will have revision control but the authored wiki pages wouldn't.
Your thoughts and experiences would be appreciated. Thank you