Windows 7 - CentOS 6 LAMP Server
Posted: 20. Nov 2011, 13:15
Can somebody give me an idea how to set everything up and make it work together:
1) Install VirtualBox
2) Install CentOS 6
3) Install Guest Additions (for better graphic, mouse, etc..., integration)
4) Install Apache
yum install httpd
5) Install PHP
yum install php php-pear php-mysql
6) Install MySQL
yum install mysql-server
7) ?
I was looking at some tutorials on how to set up LAMP and dev server on Windows with Virtual Box but it does not seem to work together. I am talking about things like changing hostname on Linux, modifying config files (/etc/sysconfig/network, /etc/httpd/conf/httpd.conf), choosing appropriate settings in Virtual Box -> Network settings (NAT, Desktop, Server etc), adding addtional files to /username/.VirtualBox/VirtualBox.xml in Windows 7 etc
If somebody could tell me the additional steps that would probably save me some time... (maybe not even the exact commands, but the most basic way to get it to work etc)
Thank you.
1) Install VirtualBox
2) Install CentOS 6
3) Install Guest Additions (for better graphic, mouse, etc..., integration)
4) Install Apache
yum install httpd
5) Install PHP
yum install php php-pear php-mysql
6) Install MySQL
yum install mysql-server
7) ?
I was looking at some tutorials on how to set up LAMP and dev server on Windows with Virtual Box but it does not seem to work together. I am talking about things like changing hostname on Linux, modifying config files (/etc/sysconfig/network, /etc/httpd/conf/httpd.conf), choosing appropriate settings in Virtual Box -> Network settings (NAT, Desktop, Server etc), adding addtional files to /username/.VirtualBox/VirtualBox.xml in Windows 7 etc
If somebody could tell me the additional steps that would probably save me some time... (maybe not even the exact commands, but the most basic way to get it to work etc)
Thank you.