-
Notifications
You must be signed in to change notification settings - Fork 82
Installation
Kinshuk Bairagi edited this page Nov 21, 2020
·
14 revisions
OS Compatibility
OS | Version | Variant |
---|---|---|
Ubuntu | 16.04 | Native Support |
Debian | 9 | Native Support |
CentOS | any | Docker Support |
Windows | - | Not Maintained |
- Install daemontools and orkaudio
apt-get install daemontools daemontools-run
apt install ./orkaudio.deb
-
Configure
/etc/orkaudio/config.xml
-
Start/Stop the
orkaudio
service
svc -u /etc/service/orkaudio #to-start
# Verify that is running using `ps aux | grep orkaudio`
svc -d /etc/service/orkaudio #to-stop
docker run -itd --net=host --restart=always --privileged=true -v /var/log/orkaudio:/var/log/orkaudio voiceip/orkaudio:latest
Install orktrack using the following steps:
- Install MySQL & Tomcat
apt-get install mysql-server-5.7 mysql-client-5.7
apt install tomcat8
-
Proceed with configuration
Create the folder
/etc/oreka
and create the following filesdatabase.hbm.xml
example,logging.properties
example,logging.xml
example,orktrack.config.xml
example and configure them as per your need. -
Deploy
orktrack.war
to tomcat ROOT folder, and restart tomcat.
Install orkweb using the following steps:
[TODO]