Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1003 Bytes

INSTALL.md

File metadata and controls

33 lines (23 loc) · 1003 Bytes

How to install the Soltra Edge CRITs adapter

Upload the crits adapter

  1. Upload the adapter to your instance of Soltra Edge

    scp crits.tgz root@<address of your edge instance>:.

  2. Login to Edge

    ssh root@<address of your edge instance>

  3. Enter the Edge adapters directory

    cd /opt/soltra/edge/repository/adapters/

  4. Extract the adapter into the adapters directory

    tar xzf /root/crits.tgz

  5. Enter the adapter's directory

    cd crits/

  6. Run the setup bash script

    ./util/setup.sh

  7. Edit config.yaml and put in the appropriate parameters. (It's straightforward and well-commented.) The main thing to focus on is the address/port of your Edge and CRITs instances and username/password (or in the case of CRITs, username and api key.)

  8. Start the adapter daemon

    service edgy_critsd start

  9. Optionally, just to make sure that the initial synchronization process is going smoothly.

    tail -f edgy_crits.log