MACD
Map
Oceana 3.7 BootCamp Introduction Training Oceana_Bootcamp_Aug_2020-Hergen_Oceana_Intro_1_day1 Oceana_Bootcamp_Aug_2020-Hergen_Oceana_Intro_2_day1 Oceana_Bootcamp_Aug_2020-Hergen_Oceana_Intro_3_day1 PPT Module_1_Oceana_3.7.x_General_Introduction_ver1.1.pptx Deployment Overview and considerations Deployment Consideration Solution Guide Deployment Guide • Chapter-3 Customer Journey EDM Breeze Cluster and…
Avaya Oceana
Laravel 5.* Form and HTML environment setup
Illuminate/HTML package has been deprecated Do this: In cmd run command: composer require laravelcollective/html In your composer.json file in “require” group should be added this line: "laravelcollective/html": "5.2.*"…
vicidial mysql repair cmd db repair command
Vicidial mysql repair command / goautodial mysql repair command below are the possible issue faced while db/mysql corrupted 1. your session has been disabled 2. Autodial calls not…
cURL error 60: SSL certificate: unable to get local issuer certificate
working solution: Assuming On windows XAMPP server similar for other environment – download and extract for cacert.pem here (a clean file format/data) https://gist.github.com/VersatilityWerks/5719158/download put it here C:\xampp\php\extras\ssl\cacert.pem in…
Laravel Framework terminal Commands
Maintenance Modes To enable maintenance mode, simply execute the down Artisan command: php artisan down To disable maintenance mode, use the up command: php artisan up Create New…
Composer Windows Installer
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" php -r "if (hash_file('SHA384', 'composer-setup.php') === 'e115a8dc7871f15d853148a7fbac7da27d6c0030b848d9b3dc09e2a0388afed865e6a3d6b3c0fad45c48e2b5fc1196ae') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;" php composer-setup.php php…
How to install WinSCP on linux (Ubuntu)
how to install WinSCP on linux cotne nazarashvili edited this page on 25 Sep 2015 · 2 revisions Pages 2 Home how to install WinSCP on linux Clone…