Skip to content

FreeBSD Port for ShellHub Agent.

Notifications You must be signed in to change notification settings

shellhub-io/ports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

shellHub's FreeBSD Port logo

FreeBSD Port for ShellHub Agent.

Build

Clone the FreeBSD Ports Collection repository to your local system:

git clone https://github.com/shellhub-io/ports.git

Change into the directory containing the ShellHub Port:

cd ports

Build and install ShellHub using the make command:

make install clean

Configure the required variables in /etc/rc.conf to start the agent:

# ShellHub Agent configuration.

shellhub_enable="YES"
shellhub_server_address="https://cloud.shellhub.io/"
shellhub_tenant_id="00000000-0000-4000-0000-000000000000"

Note

The shellhub_server_address and shellhub_tenant_id are placeholder values and should be changed to your desirable instance and the equivalent Tenant ID.

Start the service:

service shellhub start

For further configuration and usage instructions, refer to the documentation.

Contribute

For information about contributing to FreeBSD ports, please see the Porter's Handbook.