voiceip / oreka

OpenSource G711, G722, G729, Opus & Other Format VoIP SIP Recorder
GNU General Public License v3.0
149 stars 79 forks source link

Question on installation with mvn #58

Closed anpjohn closed 2 years ago

anpjohn commented 3 years ago

I am new to using mvn/tomcat and I am kind of lost on the install here (Debian). I have orkaudio set up in docker and it is running, I have mvn installed orktrack and orkweb. I'm wondering where to proceed from here. Do I need to manually install tomcat next? Any help would be appreciated. Thanks!!

kingster commented 3 years ago

Did you try following the installation instructions ?

https://github.com/voiceip/oreka/wiki/Installation#orktrack

kingster commented 3 years ago

By running mvn commands, you had compiled the war files which then needs to be deployed using tomcat runtime. Hence you need to install tomcat and then copy the war file into the webapps directory of tomcat. Try following the steps mentioned in the installation guide, that should give you the step by step guide.

anpjohn commented 3 years ago

Thank you! I was just a little confused where it generated the war files at, but I found them. That makes sense.