Upload the crits adapter
-
Upload the adapter to your instance of Soltra Edge
scp crits.tgz root@<address of your edge instance>:.
-
Login to Edge
ssh root@<address of your edge instance>
-
Enter the Edge adapters directory
cd /opt/soltra/edge/repository/adapters/
-
Extract the adapter into the adapters directory
tar xzf /root/crits.tgz
-
Enter the adapter's directory
cd crits/
-
Run the setup bash script
./util/setup.sh
-
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.)
-
Start the adapter daemon
service edgy_critsd start
-
Optionally, just to make sure that the initial synchronization process is going smoothly.
tail -f edgy_crits.log