Installing PHP on a linux box is far from complicated. There is several guides and HOWTO. If this page is not enough for you. Google: LAMP-server ubuntu. LAMP is acronym for Linux, Apache, MySQL, PHP. And thats everything you need for developing PHP. Start by type the following in a terminal.
sudo apt-get update sudo apt-get install apache2 php5 php5-cli libapache2-mod-php5 mysql-server php5-mysql php5-mcrypt
Restart the server.
sudo /etc/init.d/apache2 restart
Go to http://localhost and see if It works!Apache 2 needs to be configured according to the instuctions found in the Symfony cookbok / Jobeet tutorial.
Virtual hosts
To enable virtual hosts in ubuntu, create /etc/apache2/sites-available/YOURSITE.com with the following content:

Kommentarer
1 day 12 hours ago
2 days 1 hour ago
1 week 6 days ago
2 weeks 1 hour ago
3 weeks 5 days ago
4 weeks 4 days ago
4 weeks 5 days ago
4 weeks 6 days ago
6 weeks 1 day ago
6 weeks 2 days ago