Debian and Ubuntu
Supported Versions
- Debian >= 8
- Ubuntu >= 14.04
-
Import the GPG key that signs Outlyer packages[1]
curl -s https://packages.outlyer.com/outlyer-pubkey.gpg | sudo apt-key add -
-
Create a new apt repository definition
sudo sh -c "echo 'deb https://packages.outlyer.com/debian stable main' > /etc/apt/sources.list.d/outlyer.list"
-
Install outlyer-agent as any other software package:
sudo apt-get update sudo apt-get install outlyer-agent
Note: This will not automatically start the agent, you will need to add the agent key before starting the agent.
-
Go to the agent configuration documentation for instructions on adding your agent key and other agent settings.
-
Start the outlyer-agent:
upstart$ sudo initctl start outlyer-agent or systemd$ sudo systemctl start outlyer-agent
-
To check the status of the outlyer-agent:
upstart$ sudo initctl status outlyer-agent or systemd$ sudo systemctl status outlyer-agent
-
To set the outlyer-agent to start on boot:
systemd$ sudo systemctl enable outlyer-agent
1
- You can also import the Outlyer GPG key from public keyservers:
gpg --keyserver keyserver.ubuntu.com --recv ACB6D967