Install poudriere: Difference between revisions

From wiki
Jump to navigation Jump to search
imported>Jacob
(Created page with "Update the host. ># freebsd-update fetch install Install Poudriere. ># pkg install poudriere nginx ># enable services in rc.conf ># vim /etc/rc.conf hostname="poudriere.sjaki...")
 
imported>Jacob
No edit summary
Line 1: Line 1:
Update the host.
Update the host.
># freebsd-update fetch install
# freebsd-update fetch install
Install Poudriere.
Install Poudriere.
># pkg install poudriere nginx
# pkg install poudriere nginx
>#
enable services in rc.conf
enable services in rc.conf
># vim /etc/rc.conf
# vim /etc/rc.conf
hostname="poudriere.sjakio.com"
hostname="poudriere.sjakio.com"
ifconfig_em0="DHCP"
ifconfig_em0="DHCP"

Revision as of 18:47, 28 November 2019

Update the host.

# freebsd-update fetch install

Install Poudriere.

# pkg install poudriere nginx

enable services in rc.conf

# vim /etc/rc.conf

hostname="poudriere.sjakio.com" ifconfig_em0="DHCP" ifconfig_em0_ipv6="inet6 accept_rtadv" sshd_enable="YES" ntpdate_enable="YES" ntpd_enable="YES"

  1. Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable

dumpdev="AUTO" zfs_enable="YES" jail_enable="YES"