Link to home
Start Free TrialLog in
Avatar of GodadoLLC
GodadoLLC

asked on

Install software on linux server?

Can someone please tell me how to install http://httpunit.sourceforge.net/ on my linux server using SSH?

Step by Step directions would be great!
Avatar of F. Dominicus
F. Dominicus
Flag of Germany image

Download it, extract the files (tar -xvzf or the like)
read the file README or INSTALL
follow the instruction on how to install
use it.

Regards
Friedrich
Avatar of ppfoong
ppfoong


The download file will be httpunit-1.6.2.zip

In your Linux server, download with this command:

wget http://umn.dl.sourceforge.net/sourceforge/httpunit/httpunit-1.6.2.zip

After that, unzip the file with this command:

unzip httpunit-1.6.2.zip

For the rest of the installation, read this:

http://httpunit.sourceforge.net/doc/manual/installing.html

Avatar of GodadoLLC

ASKER

Thanks for the replies, but I had already gotten to this part.  I have read the installing manual, but that doesn't help.

I have the program unzipped and on my server, how do I install it, step by step?

ant jar

ant run-example

I tried that and I just get:

-bash: ant: command not found
obviously you do not have ant installed. Install that first. See whether your system offers a way of doing so automatically

Regards
Friedrich
ASKER CERTIFIED SOLUTION
Avatar of kyle_in_taiwan
kyle_in_taiwan

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial