Previous Topic: PrerequisitesNext Topic: Copy the Configuration Templates


Install NGINX

NGINX is free open source web server software that you can download and install for your operating system. CA Process Automation is certified with NGINX version 1.4.1. Use the following instructions to get started.

Windows

Download the NGINX package and extract the files.

Linux

Note: UNIX and Linux commands for NGINX can vary, depending on your version. See the OS and NGINX documentation if you need more information or for troubleshooting.

Download the NGINX package and extract the files.

For both Windows and Linux, invoke NGINX using a command prompt.

In Windows, navigate to the NGINX directory location and enter:

nginx.exe 

In Linux, enter:

service nginx  start

To verify that NGINX was successfully installed and currently running, access the URL from a browser:

http://hostname:80