Skip to content

Installation and Setup

Sam Batschelet (hexfusion) edited this page Dec 13, 2013 · 26 revisions

Setup Perl with Perlbrew and Carton

Introduction: In this document we will show you how to install a standalone version of Perlbrew with Carton Perl module management support for the new user ic6.

  1. As root user
    $ adduser ic6
    $ cd ~ic6 && su ic6

  2. Using curl install perlbrew quickly copy the following line into your terminal shell.
    \curl -L http://install.perlbrew.pl | bash

  3. Initialize perlbrew
    $ echo "source ~/perl5/perlbrew/etc/bashrc" >> ~/.bash_profile

  4. Update shell
    $ source ~/.bash_profile

  5. List available Perl versions $ perlbrew available <br /> perl-5.18.1 <br /> perl-5.16.3 <br /> perl-5.14.4 <br /> ...

install perl

perlbrew install perl-5.16.3

read more on perlbrew and other install methids https://metacpan.org/pod/App::perlbrew

Install Interchange6::Schema

Clone this wiki locally