Skip to content

JAWA - Version 3.0.1

Compare
Choose a tag to compare
@ball42 ball42 released this 05 Nov 03:08
· 198 commits to master since this release
a99e0cd

JAWA 3.0.1

Installation Steps:

  1. Complete server requirements
  2. Rename certificate to jawa.crt and the private key to jawa.key
  3. Ensure you are in the same directory as your jawa.crt and jawa.key
  4. Download and run JAWA installer:
    1. Ubuntu installer:

      curl -O https://raw.githubusercontent.com/jamf/JAWA/master/bin/ubuntu_installer.sh && sudo bash ./ubuntu_installer.sh
    2. RHEL installer:

      curl -O https://raw.githubusercontent.com/jamf/JAWA/master/bin/rhel_installer.sh && sudo bash ./rhel_installer.sh
  5. After installation completes, navigate to your FQDN/IP (i.e., https://jawa.company.com) in your web browser to continue with the web-based setup

v3.0.1 Update Notes

  • New features
    • display fields enabled for SmartGroupMobileDeviceMembershipChange event
    • success banner when creating & editing webhooks
    • dashboard updated with new counters and links
    • JAWA version displayed in footer
  • Installer:
    • NEW! RHEL 7+ installer (resolved #9)