Integrating 3rd party app

Permalink
I was curious what the proper procedure for installing some sort of third party app outside of concrete5 is. In my particular case I need to install the open source helpdesk script osticket - I can just ftp it to a new directory in the root where c5 is installed - but how do I let c5 know about it, or do I not need to? The two systems don't need to integrate at all so that's not an issue - just curious what the best approach is.

Thanks a bunch, -Brian

hursey013
 
Mnkras replied on at Permalink Best Answer Reply
Mnkras
you could buildd it into a single_page or just stick it into a sub directory, doesn't really matter
jordanlev replied on at Permalink Reply
jordanlev
Just drop it in a subdirectory. I do this a lot and never have any issues (I usually don't even need to change C5's .htaccess file).
hursey013 replied on at Permalink Reply
hursey013
Thanks guys.