Installing and configuring the P4 Plan P4 integration
Before team members can use the P4 Plan P4 integration, an administrative user must install and configure the required components.
Requirements
- P4 Plan Web
- P4 Plan Server
- Helix Visual Client (P4V) 2021.1 or later
Settings
By default, the nginx.conf file automatically detects the domain and port that the integration file should use. These default settings might not work if you access the P4 Plan Web server through a proxy or a load balancer listening to a different domain and/or port.
In a case like this, you should update the nginx.conf file to replace the default Domain and Port values to the ones of the proxy server.
Default:
sub_filter '{Domain}' '$host';
sub_filter '{Port}' '$server_port';
Custom:
set $custom_port 443;
sub_filter '{Port}' '$custom_port';
set $custom_domain 'example.com';
sub_filter '{Domain}' '$custom_domain';
Installation and configuration tasks
Perform the following tasks to install and configure the integration.
1. If P4 Plan Web is not installed, download, install, and configure it.
2. Configure and deploy the shortcut menu item to add changelists to P4 Plan items in P4V.
4. Provide team members with the information they need to use the integration.