So a few weeks ago I setup my Raspberry Pi as a web server. I used this website to set it up:
http://www.wikihow.com/Make-a-Raspberry-Pi-Web-Server
After that, I added WordPress onto the little server using this tutorial:
http://mitchtech.net/wordpress-on-raspberry-pi/
As you can see, I’m very much a nub when it comes to these things, but my hope is using this website I will get a little better and development.
My current issue is that when i tried to install this new theme with WordPress, I am required to give the Hostname, FTP Usernam, and FTP Password (and select either FTP or FTPS) but I cant get pass this step.
Other than passwords, the usernames are still default from the tutorials.
Add this to your wp-config.php
define('FS_METHOD','direct');