Joomla

Joomla#

Resources#

Installation#

First I tried the Turnkey Linux appliance. This really works fantastic:

turnkeyvirtualbox.png

turnkeyjoomla.png

Play a bit with templates, articles, sections and categories, works flawlessly.

On scharnhorst server#

Because I don't want my laptop (running VirtualBox) to act as a server and be powered on all the time, I also want to deploy Joomla to my already running laptop server. I had a spare openvz host (scharnhorst) that I use for that.
I followed the above mentioned Ubuntu install guide a bit, to summarize:

To make the Joomla accessible from the internet, I use apache proxy forwarding via blackpearl to scharnhorst:

NameVirtualHost *:80
<VirtualHost *:80>
  ServerName www.esthercreations.nl
  ProxyPass / http://scharnhorst.computerhok.nl/Joomla
  ProxyPassReverse / http://scharnhorst.computerhok.nl/Joomla
</VirtualHost>
...
ProxyPass /Joomla http://scharnhorst.computerhok.nl/Joomla
ProxyPassReverse /Joomla http://scharnhorst.computerhok.nl/Joomla

Domain name#

We registered esthercreations.nl at transip.nl .

todo#