Skip to content

yko/Rex

 
 

Repository files navigation

Rex Build Status

With (R)?ex you can manage all your boxes from a central point through the complete process of configuration management and software deployment.

Getting started

We have a Getting started guide on the website that should help you with the first steps.

Installation

There are several methods to install (R)?ex: use your distro's package manager, download it from CPAN or build it from source. Check out the Get Rex page on the website for the different options, and choose the one that fits you best.

Build from source

To build (R)?ex from source, you need to install Dist::Zilla:

cpanm Dist::Zilla

Dist::Zilla provides the dzil command, which you can use to install (R)?ex dependencies:

dzil authordeps --missing | cpanm
dzil listdeps --missing | cpanm

Then to install (R)?ex:

dzil install

Or to build a .tar.gz release file:

dzil build

Need help?

If a new user has difficulties to get on board, then it's a bug. Let us know!

Feel free to join us on irc.freenode.net in the #rex channel, ask us on the Rex Users on Google Groups, or browse and open issues on GitHub.

If you need commercial support for (R)?ex, check out the Support page on the website.

Contributing

All contributions are welcome: documentation, patches, bug reports, ideas, promoting (R)?ex at conferences and meetups, or anything else you can think of.

For more details, see the Contributing guide in the repo and the Help (R)?ex page on the website.

About

A framework for server orchestration and to simplify system administration

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 97.2%
  • Other 2.1%
  • Shell 0.6%
  • Elixir 0.1%
  • REXX 0.0%
  • Roff 0.0%