-
-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Please install a XAMPP with PHP 8.2.+ from address below:
https://www.apachefriends.org/download.html
Important! Laravel 9 do not work with PHP 7 and or 8.1.
Before you run composer install command in Windows PowerShell/CMD/Terminal you need to enable various PHP extension in php.ini file in folder C:\xampp\php.
List of PHP extensions to enable is zip, sodium and gd. Please restart XAMPP Apache 2 after change of php.ini file.
Please install a composer from address below:
https://getcomposer.org/download/
Please install a Node.js LTS from address below:
https://nodejs.org/en/download/
Run XAMPP as Administrator.
Go to phpMyAdmin and create database for this.
Go to folder C:\xampp\htdocs\i4ware_AI_Assistant_Real_Time_Chat\saas-app.
Copy .env.example with name .env
Edit .env and add right settings.
Go to folder C:\xampp\htdocs\i4ware_AI_Assistant_Real_Time_Chat\login-form.
Copy .env.sample with name .env.local
Edit .env.local and add right settings for REACT_APP_PUSHER_KEY= and REACT_APP_PUSHER_CLUSTER= which you get from Pusher www-site at https://pusher.com/.
Then run command below in C:\xampp\htdocs\i4ware_AI_Assistant_Real_Time_Chat\login-form on Windows PowerShell/CMD/Terminal.
npm install --legacy-peer-deps