Example manatee source installation

  • [SHELL]$ perl Makefile.PL PREFIX=/usr/local/apache2
    Added to MANIFEST: .shar
    Added to MANIFEST: .tar_uu
    Added to MANIFEST: cgi-bin/chado_prok_manatee/admin_info.cgi
    Added to MANIFEST: cgi-bin/chado_prok_manatee/ann_tools.cgi
    Added to MANIFEST: cgi-bin/chado_prok_manatee/annotation_notebook.cgi
    .
    .
    .
    .
    .
    Added to MANIFEST: INSTALL
    Added to MANIFEST: LICENSE
    Added to MANIFEST: Makefile.PL
    Added to MANIFEST: MANIFEST
    CGI: found.
    DBI: found.
    XML::Parser: found.
    XML::Simple: found.
    XML::Writer: found.
    XML::Twig: found.
    Tree::DAG_Node: found.
    File::Spec: found.
    GD: found.
    GD::Text: found.
    GD::Graph: found.
    Storable: found.
    Date::Manip: found.
    IO::Tee: found.
    MLDBM: found.
    Log::Log4perl: found.
    DBD::mysql: found.
    HTML::Template: found.
    Log::Cabin: found.

    The installation requires you to enter the PATH for your perl.
    You can know the path by typing "which perl" in the terminal window.
    Please enter the path here : /usr/local/bin/perl

    Please enter where your cgi executables should go:/usr/local/apache2/cgi-bin/

    Please enter the apache DOCUMENTS :/usr/local/apache2/htdocs/

    Checking if your kit is complete...
    Looks good
    Writing Makefile for Manatee

  • [SHELL]$ make

  • [SHELL]$ make install
    ....Backing up htdocs area for the current installation
    ....Cleaning the previous Manatee installtion
    ....Installing CGI scripts to /usr/local/apache2/cgi-bin
    ....Installing content files to /usr/local/apache2/htdocs

  • [SHELL]$

  • Back to installation page