Commit 94baad58 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 1251672: "cpanm" is easier to remember and to type than "curl -L http://cpanmin.us | perl -"

r=dylan
parent b0ec2f04
...@@ -153,14 +153,18 @@ To make sure you have all the core requirements to run Bugzilla, you should run ...@@ -153,14 +153,18 @@ To make sure you have all the core requirements to run Bugzilla, you should run
:command:`perl Makefile.PL` :command:`perl Makefile.PL`
Should this command warn about missing prerequisites -- or prerequisites that are too old, Should this command warn about missing prerequisites -- or prerequisites that
you may use cpanm to install these. are too old, you may use :file:`cpanm` to install these.
:command:`curl -L http://cpanmin.us | perl - --installdeps -l local .` :command:`cpanm --installdeps -l local .`
If you want a more full-featured Bugzilla, use the following command: If you want a more full-featured Bugzilla, use the following command:
:command:`curl -L http://cpanmin.us | perl - --installdeps -l local --with-all-features --without-feature mod_perl --without-feature oracle --without-feature mysql --without-feature pg .` :command:`cpanm --installdeps -l local --with-all-features --without-feature mod_perl --without-feature oracle --without-feature mysql --without-feature pg .`
If you don't have :file:`cpanm` installed, you can either find it in your
:file:`cpanminus` or :file:`perl-App-cpanminus` package, or
`download it <http://cpanmin.us>`_ from cpanmin.us.
.. _linux-config-webserver: .. _linux-config-webserver:
......
...@@ -74,13 +74,16 @@ Perl Modules ...@@ -74,13 +74,16 @@ Perl Modules
Bugzilla requires a number of Perl modules. Generally, the best way to install Bugzilla requires a number of Perl modules. Generally, the best way to install
these is with the cpanm command. these is with the cpanm command.
Generally, the best way to install these is with cpanm: Generally, the best way to install these is with :file:`cpanm`:
:command:`curl -L http://cpanmin.us | perl - --installdeps -l local .` :command:`cpanm --installdeps -l local .`
If you want a more full-featured Bugzilla: If you want a more full-featured Bugzilla:
:command:`curl -L http://cpanmin.us | perl - --installdeps -l local --with-all-features --without-feature oracle --without-feature mysql --without-feature pg` :command:`cpanm --installdeps -l local --with-all-features --without-feature oracle --without-feature mysql --without-feature pg`
If you don't have :file:`cpanm` installed, you can
`download it <http://cpanmin.us>`_ from cpanmin.us.
.. _macosx-config-webserver: .. _macosx-config-webserver:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment