Skip to content

Instantly share code, notes, and snippets.

@aortmannm
Last active December 14, 2015 18:59
Show Gist options
  • Save aortmannm/5133187 to your computer and use it in GitHub Desktop.
Save aortmannm/5133187 to your computer and use it in GitHub Desktop.
Fifo installation
echo "http://release.project-fifo.net/pkg/rel/" >>/opt/local/etc/pkgin/repositories.conf
pkgin -fy up
pkgin install snarl sniffle howl wiggle jingles haproxy
cp /opt/local/jingles/config/nginx.conf /opt/local/etc/nginx/nginx.conf
cp /opt/local/jingles/config/haproxy.cfg /opt/local/etc/haproxy.cfg
svcadm enable epmd snarl sniffle howl wiggle nginx haproxy
## just to check if all services are online
svcs epmd snarl sniffle howl wiggle nginx haproxy
## change your password for your admin account
fifoadm users add admin
fifoadm users grant admin ...
fifoadm users passwd admin admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment