I would like to migrate Oxwall to a VPS. I am testing on a TurnKeyLinux (Debian) LAMP VM on VirtualBox first before deploying in the cloud (my vps provider provides TKL LAMP as an OS template). For anyone trying to deploy on TKL LAMP, I ran into the 500 error that has been discussed on this forum when trying to access the install page. Once that was resolved, I was able to access the setup page, but then TKL LAMP was missing GD2. So I did an apt-get to install libgd2-xpm. Then I also had to enable the rewrite module in Apache. From that point on the setup worked, but I noticed that it was text only, ie. the familiar UI and images were not visible.
I'm having trouble resolving the issue, even though I've followed suggestions on this forum that seem to have helped others (e.g. chmod 777 on relevant directories, .htaccess, etc.).
Has anyone tried to deploy OW on TKL LAMP? Any ideas what I need to do to get the UI/images to show up?