-
Notifications
You must be signed in to change notification settings - Fork 82
Installation
Kinshuk Bairagi edited this page Apr 3, 2021
·
14 revisions
Oreka installation comprises of 2 mandatory components (orkaudio & orktrack) & one optional component (orkweb)
OS Compatibility
OS | Version | Variant |
---|---|---|
Ubuntu | 16.x , 18.x, 20.x | Native Support |
Debian | 9 , 10 | Native Support |
Debian | <= 8 | Docker 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 (>8.5)
apt-get install mysql-server-5.7 mysql-client-5.7
apt install tomcat8
-
Create database
oreka
-
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. -
Create the log folders.
mkdir /var/log/orkweb
chown -Rv tomcat8:admin /var/log/orkweb/
- Deploy
orktrack.war
to tomcatwebapps
folder, and restart tomcat.
Install orkweb using the following steps:
-
Follow steps
1
-3
oforktrack
. -
Deploy
orkweb.war
to tomcatwebapps
folder, and restart tomcat. -
Login using default credentials username :
admin
password:admin