Skip to content

JAWA - Version 3.0.2

Compare
Choose a tag to compare
@ball42 ball42 released this 14 Apr 21:22
· 152 commits to master since this release
fbfdaf1

JAWA 3.0.2

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.2 release notes

  • New features
    • added events SmartGroupUserMembershipChange and DeviceAddedToDEP to Jamf Webhooks (resolving #25)
    • added 'Custom' frequency for Timed Automations
    • Timed Automations can now be edited
  • Installer:
    • improved safety checks and error handling