MindfulwareDev / flarepoint-crm-pmio-loan-appproval

Loan Approval Processmaker I/O application based on Flarepoint CRM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to Install FlarePoint CRM with the Integrated ProcessMaker I/O Widget

This tips relate to the modified Flare Point CRM. The original instructions for the FlarePoint CRM is here

How to Install Flare Point CRM

  1. Insert the project into an empty folder / git clone git@github.com:ProcessMaker/flarepoint-crm-pmio-loan-appproval.git
  2. Create an empty database table
  3. Copy .env.example to .env and insert the Database config
  4. Run the following commands:
composer install
php artisan migrate --seed
php artisan key:generate

Log in with these credentials:

  • Email: admin@admin.com,
  • Password: admin123 (can be changed on the dashboard)

Set Up the ProcessMaker I/O instance

  1. Go to Settings >Integrations and paste the URL of your ProcessMaker I/O instance core.

  2. Go to the Users section and paste the access token keys for the two users that you got from ProcessMaker I/O instance core.

About

Loan Approval Processmaker I/O application based on Flarepoint CRM


Languages

Language:PHP 55.8%Language:HTML 27.9%Language:JavaScript 13.3%Language:CSS 2.3%Language:Vue 0.5%Language:Dockerfile 0.2%