karamkky / munkiadmin

macOS app for managing Munki repositories

Home Page:http://hjuutilainen.github.io/munkiadmin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is MunkiAdmin?

MunkiAdmin is a GUI for managing munki repositories. It is written with Objective-C and uses in-memory Core Data store as a backend.

So what is munki and what are those munki repositories then? Well, munki is a set of tools that allow administrators to define managed installs for client machines. Repositories are served from a standard web server.

For more information, visit Munki tools homepage

Important:

Code is considered stable and it shouldn't have any major issues. However, MunkiAdmin is not feature-complete so be prepared to see bugs. If you decide to run this on a production repo, make sure your backups are current or you have some other methods for going back in time. I'm using git version control on my munki repositories so I'll always know what was changed.

You can continue to use your favorite text editor to edit pkginfo files and manifests. MunkiAdmin is designed to complement your current workflow and it doesn't require any configuration or changes to your munki repository.

How to get MunkiAdmin?

Download a pre-built version:

Latest version can be downloaded from the Releases page.

MunkiAdmin requires:

  • macOS 10.11 or later
  • Munki components installed (any recent version)

Build from source:

Clone, fork or download the source. Open MunkiAdmin.xcworkspace with Xcode and hit 'Run'. If you're making changes to the data model, you need to use mogenerator to keep NSManagedObject subclasses updated. So in short:

  • Xcode
  • Command Line Developer Tools
  • Optional: mogenerator

Contact

For any questions, problems or version announcements, please join the MunkiAdmin's google group: munkiadmin-dev. If you don't want to join the google group, you can always email me directly. My public email address can be found at the GitHub profile page.

Please let me know if you are testing, using or just planning to use MunkiAdmin in your organization. I'd be happy to share my workflow and discuss about possible caveats.

Thanks to:

License

MunkiAdmin is licensed under the MIT License

About

macOS app for managing Munki repositories

http://hjuutilainen.github.io/munkiadmin/

License:MIT License


Languages

Language:Objective-C 99.5%Language:Python 0.5%Language:Ruby 0.0%