wollardj / Mandrill

Multi-user web front-end for managing a Munki repository.
Apache License 2.0
51 stars 3 forks source link

Add support for linux hosts #2

Closed wollardj closed 10 years ago

wollardj commented 10 years ago

Support for Windows hosts might not be practical due to some of the node modules being used, but certainly linux support should be a possibility. makecatalogs can be re-implemented in Javascript, and once that's done, the only thing to worry about is making sure the release bundles are built for the supported operating systems. latest.json also needs to be modified to support platform keys; possibly architecture keys as well if we're to support 32bit and 64bit.

natewalck commented 10 years ago

Linux. That is all :)

wollardj commented 10 years ago

ALL the Linux! Check ;)

wollardj commented 10 years ago

@natewalck No automated support for linux yet, but the docs are up. Would you mind critiquing?

wollardj commented 10 years ago

Closing this issue. The code runs fine on Linux and the docs seem to be complete.