How To Update The API Based Portals
The API Based Portals are web-based interfaces that allows Clients & Debtors (Consumers) access
to their accounts.
These modules are dependent on the Collect! REST API. Before updating the Portals, please ensure
that you are on the latest release of Collect!.
Please refer to the Help topic How To Upgrade Collect! for more information.
- Download the latest files from the Installers Section of the Member Center.
- Unpack the installation package(s) into the {Collect}\bin\companion\ folder. Say yes to
overwriting files.
If you are using different folder names than the default, then unpack the files into
the applicable folders.
- Navigate to the applicable folder folder in Powershell Admin mode.
- Authorization Server: cli
- Client Portal: client-portal
- Debtor/Consumer Portal: consumer-portal
- Dashboard Portal: dashboard-portal
cd {Collect}\bin\companion\{folder-name}
- Run the Setup Script.
./setup.ps1
- If you are updating the Authorization Server:
- Navigate to the {Collect}\bin\companion\server folder in Powershell Admin mode
- Run the Setup Script.
- If you are updating the Client Portal or Debtor Portal,
navigate to the CLI folder in Powershell Admin mode.
cd {Collect}\bin\companion\cli
- Update and Seed the database.
node .\main.js database migrate:latest
node .\main.js database seed
- Key in Y to the warning and push Enter.
- Scroll up or down with the arrow keys on the keyboard until you find 07_default_consumer_settings
or 08_default_client_settings.
- Use the spacebar to select the 07_default_consumer_settings or 08_default_client_settings option.
WARNING: Make sure that no other option is selected. Selecting the wrong option can cause damage.
- Push Enter on the keyboard.
- If you are updating both the Client and Debtor portals, then repeat for the one you didn't do above.
|
Was this page helpful? Do you have any comments on this document? Can we make it better? If so how may we improve this page.
Please click this link to send us your comments: helpinfo@collect.org