Full documentation is at http://katello.github.io/katello
Katello is a systems life cycle management tool. It allows you to manage hundreds and thousands machines with one click. Katello can pull content from remote repositories into isolated environments, make subscriptions management easier and provide provisioning at scale.
Currently, it is able to handle Fedora and Red Hat Enterprise Linux based systems.
The easiest way to get stable version of Katello up and running is following Katello Wiki Installation Instructions.
If you like living on the edge, go for nightly builds instead.
That's rather unfortunate. But don't worry! We can help. Just file a bug on our Bugzilla or in Github.
What's included in this repository:
- script - various development scripts
- actual Rails app of Katello
YARD documentation is intended for developers. This documentation contains:
- code documentation
- high level guides to architectures and implementation details
User documentation can be found on wiki.
Note: older developer guides can be found on wiki, they have not been migrated.
-
{file:doc/YARDDocumentation.md}
-
{file:doc/ForemanIntegration.md}
-
{file:doc/Graphs.md}
-
Original Rails generated README {file:doc/RailsReadme}, we may do certain things differently
- we use
doc
directory for storing markdown guides instead of a generated documentation
- we use
- {Katello::Configuration}
- {Notifications}
-
to see YARD documentation start Katello server and click on the link in the UI footer or go directly to {http://path.to.katello/a_prefix/yard/docs/katello/frames}
- if it fails run
bundle exec yard doc --no-cache
first
- if it fails run
-
see {file:doc/YARDDocumentation.md}