Hey Guys!
It's your annoying linux noob is back! I got my pogoplug, apache, mariadb (formerly mysql), php and phpmyadmin up and running thank you so much largely to the people on this forum! Seriously guys, your great!
I know it's not a bright idea to have LAMP and Joomla running on a Pogoplug due to performance issues but I just need it. Anyway, so I installed my Joomla (more like copied it) to my server's /srv/http directory, created my tables using phpmyadmin, and ran Joomla. First problem that I came accross was the following:
1] Can not write configuration.php
2] Can not delete installation directory
This one was an easy fix. All I did was Putty'd my way in and did it manually there. But when I was trying to install new plugins I saw that my Joomla couldn't install new plugins, can't save anything on the server and can't even create a directory.
it seems that this is security access issue since Apache uses user "http". So I did a chown the whole http to user "http" and even did a chmod 777 (not my brightest idea ever) on the whole http directory! Nothing! Can anybody guide a Noob what to do? It's been 7 days that I've been working on this and I feel I've killed enough brain cells. Thanks in advance guys.