Baikal install

From wikinotes
Revision as of 01:41, 17 July 2020 by Will (talk | contribs) (Created page with "= FreeBSD = <blockquote> <source lang="bash"> sudo pkg install baikal nginx openssl # add user Will to group www pw groupmod www -M will </source> * Set up an httpd directiv...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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"