Jump to content

How to connect to PEAR with command line


AdRock

Recommended Posts

I have recently installed PEAR to my base directory next to my website which wasn't a problem (i hope).

 

What i need to do now is install the BBCodeParser package.

 

I need to know how to install this package using the command line.  Do i use the command prompt on my PC and if so how do i connect to the web server which is on a host not stored locally.

 

I appreciate any help that anyone can give as I have never had to do this before and I'm trying to find a way of using BBCode in my forms and I understand I need to install this package to achieve what i want

Link to comment
https://forums.phpfreaks.com/topic/65717-how-to-connect-to-pear-with-command-line/
Share on other sites

you do this from a shell on the server (not sure how to get this permission if you do not have it--contact your host):

 

pear install HTML_BBCodeParser

 

On some packages that are in alpha or beta you have to do this:

pear install PACKAGE_NAME-alpha

pear install PACKAGE_NAME-beta

 

BTW, that is a cool package.  How do you get the BB code to begin with?  I might use this.

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.