Setup

Perform the following steps to configure the Ops Server:

  1. SSH into the instance where Privacera is installed.

  2. Run the following command to navigate to the /config directory.

    Bash
    cd ~/privacera/privacera-manager/config
    

  3. Run the following command to copy the sample vars:

    Bash
    cp sample-vars/vars.ops-server.yaml custom-vars/vars.ops-server.yaml
    

  4. Execute the following commands to update your Privacera Manager platform instance:

    a. Generate the helm charts

    Bash
    cd ~/privacera/privacera-manager
    ./privacera-manager.sh setup
    
    b. Apply the helm charts
    Bash
    ./pm_with_helm.sh upgrade
    
    c. Generate Plugin tar ball, update Route 53 DNS, etc.
    Bash
    ./privacera-manager post-install
    

Comments