Skip to content

RexOps/rex-recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED

This repository is considered as a deprecated approach to collect and distribute Rex modules, and will be archived.

The main problems are:

Doesn't scale

A few people must maintain all the modules, including testing and reviews, even if they are not the authors. That proved to be an unrealistic expectation.

Disconnects authors from their code

Once a module is merged, the author loses direct maintainership of it, since they can only interact with it via pull requests. They could be granted access to directly manage this repo, therefore all modules, but that is probably not what anyone wants.

What now?

Since Rex code is just Perl code, Rex modules are best maintained and distributed in the standard Perl ways. You are encouraged to have your own repos for your own modules, ask PrePAN for feedback, and perhaps also use PAUSE to publish to CPAN.

If you need help or have questions, please contact us on our various support channels.

ARCHIVE

Everything below is considered outdated, but kept available for your reference.

WHAT'S THIS?

This is a community repository for Rex Recipes.

Everyone is invited to fork this repository and do pull requests.

USAGE

As of Rex Version 0.25 there will be a command for rexify to search and download recipes for own Rex projects.

rexify --search=mysql
rexify <projectname> [directory] --use=Rex::Database::MySQL
rexify <projectname> [directory] --use=Rex::Database::MySQL --use=Rex::Webserver::Apache ...

HOWTO CONTRIBUTE

  • Choose a category.

    For example if you are developing a recipe for a Webserver like Apache, nginx, ... use the Webserver category. If you are developing a recipe for Usermanagement use the Category User.

    You can create new categories if there is no category that suite your needs.

    If you don't know which category to use, just use the "Misc" category.

  • I don't want to dictate style guides. Just have fun.

    For reference, i use space indention with 2 spaces.

EXAMPLE RECIPE

Read the Contribute Guide on http://modules.rexify.org/contribute.

Releases

No releases published

Packages

No packages published

Languages