2814ac56029f60e4213af513317c7cc4f4e017d9
[motion2.git] / server / app.js
1 // *************************************************************************
2 // *                                                                       *
3 // * xCALLY Motion -  The Omnichannel Contact Center                       *
4 // * Copyright (c) Xenialab s.r.l. All Rights Reserved                     *
5 // *                                                                       *
6 // *************************************************************************
7 // *                                                                       *
8 // * Email: info@xcally.com                                                *
9 // * Website: https://www.xcally.com                                       *
10 // *                                                                       *
11 // *************************************************************************
12 // *                                                                       *
13 // * The SOFTWARE PRODUCT is protected by copyright laws and international *
14 // * copyright treaties, as well as other intellectual property laws and   *
15 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                         *
16 // *                                                                       *
17 // *************************************************************************
18 var _0x8bfb=['sequelize','sync','then','listen','info','start','map','online','name','join','Offline\x20apps:','default','catch','error','Server\x20failed\x20to\x20start\x20due\x20to\x20error:\x20%s','exit','./mysqldb','./rpc','app','./config/pm2','./config/schedule','./config/schedule/chat','./config/schedule/whatsapp','./config/schedule/transcribe'];(function(_0x26ca22,_0x43e881){var _0x2775b2=function(_0x52a04c){while(--_0x52a04c){_0x26ca22['push'](_0x26ca22['shift']());}};_0x2775b2(++_0x43e881);}(_0x8bfb,0x100));var _0xb8bf=function(_0x5af849,_0x32e643){_0x5af849=_0x5af849-0x0;var _0x489727=_0x8bfb[_0x5af849];return _0x489727;};'use strict';var _=require('lodash');var mysqldb=require(_0xb8bf('0x0'));var rpc=require(_0xb8bf('0x1'));var config=require('./config/environment');var logger=require('./config/logger')(_0xb8bf('0x2'));var pm2=require(_0xb8bf('0x3'));var pm2Config=require('./config/pm2/config');var schedule=require(_0xb8bf('0x4'));var chat=require(_0xb8bf('0x5'));var whatsapp=require(_0xb8bf('0x6'));var transcribe=require(_0xb8bf('0x7'));function main(){return mysqldb['db'][_0xb8bf('0x8')][_0xb8bf('0x9')]()[_0xb8bf('0xa')](function(){return rpc[_0xb8bf('0xb')]();})[_0xb8bf('0xa')](function(_0x4764f6){logger[_0xb8bf('0xc')](_0x4764f6);return chat[_0xb8bf('0xd')]();})[_0xb8bf('0xa')](function(){return whatsapp[_0xb8bf('0xd')]();})[_0xb8bf('0xa')](function(){return schedule[_0xb8bf('0xd')]();})[_0xb8bf('0xa')](function(){return transcribe[_0xb8bf('0xd')]();})[_0xb8bf('0xa')](function(_0x4b3467){logger['info'](_0x4b3467);return pm2[_0xb8bf('0xd')](pm2Config);})['then'](function(_0x914a5a){logger[_0xb8bf('0xc')]('Online\x20apps:',_[_0xb8bf('0xe')](_['filter'](_0x914a5a,{'status':_0xb8bf('0xf')}),_0xb8bf('0x10'))[_0xb8bf('0x11')]());logger['info'](_0xb8bf('0x12'),_[_0xb8bf('0xe')](_['filter'](_0x914a5a,function(_0x11d745){return _0x11d745['status']!==_0xb8bf('0xf');}),'name')[_0xb8bf('0x11')]()||'None');config['seedDB']&&require('./config/seedDB')[_0xb8bf('0x13')]();require('./config/license')[_0xb8bf('0x13')]();})[_0xb8bf('0x14')](function(_0x534dbe){logger[_0xb8bf('0x15')](_0xb8bf('0x16'),_0x534dbe);process[_0xb8bf('0x17')](0x1);});}main();