How to install Taurus in Centos

1,179 views
Skip to first unread message

ishtiaque hussain

unread,
Sep 8, 2015, 4:55:43 PM9/8/15
to codename-taurus
I'm very new to Centos. Could you please help me install taurus? Below is what I tried and got so far: Thanks!


Andrey Pokhilko

unread,
Sep 9, 2015, 3:29:47 AM9/9/15
to codenam...@googlegroups.com
Hi,

You don't need python-tk on linux anymore, latest update fixed this.

CentOS has slightly different package names. So you need to find the CentOS-specific instructions to install python-pip and Java.

I've found this page so far: http://www.cyberciti.biz/faq/debian-ubuntu-centos-rhel-linux-install-pipclient/

And it says that you need to enable special repo first: http://www.cyberciti.biz/faq/fedora-sl-centos-redhat6-enable-epel-repo/

Let's go through this process and compose instruction for CentOS, I'll add it to Taurus docs page.

Andrey Pohilko
Chief Scientist
P: +7 (909) 631-21-69
BlazeMeter
On 09/08/2015 11:55 PM, ishtiaque hussain wrote:
I'm very new to Centos. Could you please help me install taurus? Below is what I tried and got so far: Thanks!


--
You received this message because you are subscribed to the Google Groups "codename-taurus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to codename-taur...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/cfbe9872-bb4d-4574-9f33-d68a2ce02962%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

ishtiaque hussain

unread,
Sep 9, 2015, 12:19:18 PM9/9/15
to codename-taurus
Thanks for the direction. I've read few other blogs, followed their instructions and was able to install bzt for my CentOS 7. Only think I see that it installed BZT version 0.4.1. Isn't there a newer version available already. I tried to upgrade using 'sudo pip install --upgrade bzt', but still it got me v0.4.1.

Below are the steps I followed:

1. use 'uname -a' to verify the system if it's 32 bit or 64 bit machine.

2. Get corresponding EPEL (Extra Package for Enterprise Linux) for CentOS (Community Enterprise OS) 7, and enable it.
$ sudo rpm -ivh epel-release-7-5.noarch.rpm

Optional Step: Verify EPEL repository
$ sudo yum repolist
For example, this has a line like this "epel/x86_64           Extra Packages for Enterprise Linux 7 - x86_64"

3. Install python-pip
$ sudo yum -y install python-pip

4. Install corresponding libraries for CentOS
$ sudo yum install java-1.7.0-openjdk-headless.x86_64 python-devel.x86_64 libxml2-devel.x86_64 libxslt-devel.x86_64 zlib.x86_64 gcc.x86_64

You could search by 'yum search xxxxx' where 'xxxxx' represents the name of the library. I took the required libraries to search from 'http://gettaurus.org/docs/Installation/#Linux'
Added gcc installation as it was not installed 

5. Install bzt
$ sudo pip install bzt

adrian...@hushmail.com

unread,
Sep 9, 2015, 12:33:50 PM9/9/15
to ishtiaque hussain, codename-taurus
Andrey, 

Would you like me to create a Docker image to prevent install issues?

Aidy

On 09/08/2015 11:55 PM, ishtiaque hussain wrote:
I'm very new to Centos. Could you please help me install taurus? Below is what I tried and got so far: Thanks!


--
You received this message because you are subscribed to the Google Groups "codename-taurus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to codename-taur...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/cfbe9872-bb4d-4574-9f33-d68a2ce02962%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "codename-taurus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to codename-taur...@googlegroups.com.

Andrey Pokhilko

unread,
Sep 9, 2015, 1:04:35 PM9/9/15
to codenam...@googlegroups.com
Hi,

Not everyone will use docker so it is out of the scope for Taurus project. But if you see the value for it - that would be great if you'll share your knowledge with the public.

Andrey Pohilko
Chief Scientist
P: +7 (909) 631-21-69
BlazeMeter

Andrey Pokhilko

unread,
Sep 9, 2015, 2:26:27 PM9/9/15
to codenam...@googlegroups.com
0.4.1 is currently latest version, see https://pypi.python.org/pypi/bzt


Andrey Pohilko
Chief Scientist
P: +7 (909) 631-21-69
BlazeMeter

ishtiaque hussain

unread,
Sep 9, 2015, 3:47:39 PM9/9/15
to codename-taurus
Yeah, I realized it later. We are good then. 
I ran a test script and it created the Blazemeter report.

Thanks,
--Ishti
Reply all
Reply to author
Forward
0 new messages