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
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.

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.