Here are the commands to run on your linux server in case you cant read them.
apt-get install apache2
apt-get install php5
apt-get install mysql-server
apt-get install php5-mysql
apt-get install lib32gcc1
apt-get install sudo
apt-get install zip
apt-get install git
adduser steam
visudo
mysql -u root -p
create database control_panel;
quit
vim /etc/apache2/envvars
chown steam /var/lock/apach2
service apache2 restart
cd /var/www/
git clone https://[email protected]/brewskii187/control-panel.git; cd control-panel; git submodule init; git submodule update
cd ../
chown -R steam:steam control-panel/