Get and install Contenticious
Installing Contenticious is easy since it's a CPAN module. Just use your standard procedure to install it, which would be something like
$ cpan Contenticious
That would download Contenticious and its dependencies, run tests and finally install it.
Done.
Development versions
To use the latest development version, you need to clone the source repository:
$ git clone git://github.com/memowe/contenticious.git
With cpanminus you can install all needed dependencies and Contenticious itself from here:
$ cd contenticious
$ cpanm --sudo .
Done.
The traditional way is also possible since Contenticious ships with
a Makefile.PL
:
$ cd contenticious
$ perl Makefile.PL
$ make
$ make test
$ sudo make install
Done.
Next step: Prepare your first Contenticious site