Baikal install

From wikinotes

FreeBSD

sudo pkg install baikal nginx openssl

# add user Will to group www
pw groupmod www -M will
  • Set up an httpd directive
    See `/usr/local/share/examples/baikal`
  • `touch /usr/local/www/baikal/Specific/ENABLE_INSTALL`
  • Browse http://morpheus/admin
  • `rm /usr/local/www/baikal/Specific/ENABLE_INSTALL`
# /etc/rc.conf
nginx_enable="YES"
php_fpm_enable="YES"