voiceip/oreka

Question on installation with mvn

anpjohn opened this issue · 3 comments

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!!

Did you try following the installation instructions ?

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

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.

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