Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
94baad58
Commit
94baad58
authored
Mar 07, 2016
by
Frédéric Buclin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 1251672: "cpanm" is easier to remember and to type than "curl -L
http://cpanmin.us
| perl -"
r=dylan
parent
b0ec2f04
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
7 deletions
+14
-7
linux.rst
docs/en/rst/installing/linux.rst
+8
-4
mac-os-x.rst
docs/en/rst/installing/mac-os-x.rst
+6
-3
No files found.
docs/en/rst/installing/linux.rst
View file @
94baad58
...
...
@@ -153,14 +153,18 @@ To make sure you have all the core requirements to run Bugzilla, you should run
:
command
:`
perl
Makefile
.
PL
`
Should
this
command
warn
about
missing
prerequisites
--
or
prerequisites
that
are
too
old
,
you
may
use
cpanm
to
install
these
.
Should
this
command
warn
about
missing
prerequisites
--
or
prerequisites
that
are
too
old
,
you
may
use
:
file
:`
cpanm
`
to
install
these
.
:
command
:`
c
url
-
L
http
://
cpanmin
.
us
|
perl
-
--
installdeps
-
l
local
.`
:
command
:`
c
panm
--
installdeps
-
l
local
.`
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:
...
...
docs/en/rst/installing/mac-os-x.rst
View file @
94baad58
...
...
@@ -74,13 +74,16 @@ Perl Modules
Bugzilla requires a number of Perl modules. Generally, the best way to install
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:`c
url -L http://cpanmin.us | perl -
--installdeps -l local .`
:command:`c
panm
--installdeps -l local .`
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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment