Install Horae

Demeter should now be completely independent of horae, with all common functionality placed in libperlxray. You can now install Horae and Demeter separately or together, as you wish.

Installing with root access
  • In the directory where you checked out Horae, issue this command to install all the CPAN prerequisites:

      sudo ./install_prereqs
    Answer yes to any questions you are asked.

    Once that has completed successfully, do the standard perl installation incantation:

      perl Build.PL
      ./Build
      sudo ./Build install
Installing to your own diskspace
  • In the directory where you checked out horae, start cpan and do

    force install Bundle::HoraeBundle
    This will be rather time consuming. Answer yes to any questions that you are asked.

    Once that has completed successfully, do the standard perl installation incantation:

      perl Build.PL
      ./Build
      ./Build install


BruceRavel/EvolvingSoftware/500_Horae (last edited 2009-10-09 19:46:34 by localhost)