svn: /pear/peardoc/trunk/en/guide/users/installation/ getting.xml
[email protected] (Ken Guest) Wed, 18 Dec 2013 14:49:59 +0000
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <[email protected]> |
--ba852f2675bea9ae139b429e53926a254e6fdd15
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
kguest Wed, 18 Dec 2013 14:49:59 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=332464
Log:
Updates re installing on OSX.
Changed paths:
U pear/peardoc/trunk/en/guide/users/installation/getting.xml
Modified: pear/peardoc/trunk/en/guide/users/installation/getting.xml
===================================================================
--- pear/peardoc/trunk/en/guide/users/installation/getting.xml 2013-12-18 13:26:13 UTC (rev 332463)
+++ pear/peardoc/trunk/en/guide/users/installation/getting.xml 2013-12-18 14:49:59 UTC (rev 332464)
@@ -48,9 +48,9 @@
<para>
After
<link linkend="installation.checking.cli.modifyingphpini">
- changing <filename>php.ini</filename>
+ changing your <filename>php.ini</filename>
</link>,
- you need to restart your web server.
+ you will need to restart your web server.
</para>
</note>
@@ -85,6 +85,14 @@
$ php go-pear.phar
</userinput>
</screen>
+ Please note, you may need to install the wget package via your Unix/Linux/BSD
+ package manager. On Debian and Ubuntu this is done via:
+ <screen>
+ <userinput>
+ $ sudo apt-get install wget
+ </userinput>
+ </screen>
+ Alternatively, download the go-pear.phar file via your browser.
</para>
<note>
<para>
@@ -129,6 +137,15 @@
$ php -d detect_unicode=0 go-pear.phar
</userinput>
</screen>
+ Please note, you may need to install the wget package prior to running these commands.
+ Alternatively, use curl as shown below or download the go-pear.phar file via your browser.
+ <screen>
+ <userinput>
+$ curl -O &url.pear.go;
+$ php -d detect_unicode=0 go-pear.phar
+ </userinput>
+ </screen>
+
</para>
<note>
--ba852f2675bea9ae139b429e53926a254e6fdd15--