racktables in a virtual machine

I wanted to download a virtual Appliance of racktables but couldn’t find one so this is how I quickly made one.

I downloaded this virtual appliance

http://virtualappliances.net/products/lamp.php

Then I imported it into our ESX environment.

Then I started making a few changes.
First installed wget using

ap-get install wget

then

apt-get update

then

apt-get install php5-gd

# /etc/init.d/apache2 restart

To restart apache after the updates.
then to get the most current version

wget http://racktables.org/files/RackTables-0.17.4.tar.gz

after uncompressing it like in these instructions.

http://racktables.org/trac/wiki/RackTablesInstallHowto

mv RackTables-0.17.4 /var/www/html/racktables

Then install like documented above.

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s