An open API service indexing awesome lists of open source software.

https://github.com/manageiq/guides

ManageIQ guides and developer documentation
https://github.com/manageiq/guides

hacktoberfest manageiq

Last synced: 9 months ago
JSON representation

ManageIQ guides and developer documentation

Awesome Lists containing this project

README

          

## ManageIQ Developer Documentation

[![CI](https://github.com/ManageIQ/guides/actions/workflows/ci.yaml/badge.svg)](https://github.com/ManageIQ/guides/actions/workflows/ci.yaml)

### [Setup](developer_setup.md)
* [Development Appliance Setup](https://github.com/ManageIQ/manageiq-appliance-dev-setup)
* [Development using a Vagrant VM](vagrant_developer_vm.md)
* [Plugin development](developer_setup/plugins.md) aka working with the split `manageiq*` repositories
* [Provider development guide](providers/dev-guide.md)
* Provider setup instructions
- [Amazon AWS](providers/amazon_aws_config.md)
- [Openshift](providers/openshift.md)
- [Openstack Infra](providers/openstack_infra_provider.md)
- [Interactive debugging with Pry-Remote](developer_setup/debugging.md)
* [Running in minimal mode](developer_setup/minimal_mode.md)
* [Running the test suites](developer_setup/running_test_suites.md)
* [Setting up Kubernetes for use with ManageIQ](providers/kubernetes.md)
* [Testing logical replication with migrations](logical_replication_migrations.md)

### Developer Guidelines
* [Backport Process](backport_process.md)
* [Coding Style and Standards](coding_style_and_standards.md)
* [Contributing to the API](https://github.com/ManageIQ/manageiq-api/blob/master/CONTRIBUTING.md)
* [External Authentication (httpd)](external_auth.md)
* [GIT Helpers](git_utils/README.md)
* [Issue and PR Triage Process](triage_process.md)
* [Internationalization Guidelines](i18n.md)
* [Merger Guidelines](mergers_guidelines.md)
* [Project Roadmap](https://github.com/orgs/ManageIQ/projects/13)
* [Repository Labels and Colors](labels.md)
* [Reviewer Guidelines](reviewers_guidelines.md)
* [Sprint Boundaries](sprint_boundaries.md)
* [UI Patterns](ui/patterns.md)
* [UI Plugins](ui/plugins.md)
* [Updating this Documentation](writing_guides.md)

### Technical documentation
* [Architecture](architecture.md)
* [Opening custom URLs via Custom Buttons and Automate](automate_url_open.md)
* [Report data API](ui/report_data_api.md)
* [Remote Consoles](remote_consoles.md)
* [REST API](http://manageiq.org/docs/api)
* [Service UI Skinning](service_ui/skinning.md)
* [Shared react component API](ui/register_react_component.md)
* [Working with Amazon AWS Config service](providers/amazon_aws_config.md)

## License

![Creative Commons License](http://i.creativecommons.org/l/by/3.0/88x31.png)
This work is licensed under a [Creative Commons Attribution 3.0 Unported License](http://creativecommons.org/licenses/by/3.0/deed.en_US)