Code: Select all
cd /etc/networkCode: Select all
sudo nano interfacesCode: Select all
auto lo
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-ssid "your SSID"
wpa-psk "Your wifi password"Code: Select all
passwdCode: Select all
su -Code: Select all
passwdThe Lighttpd guide is now up on my site now. Follow it instead of the Apache build. You install Lighttpd and MySQL Then jump back at Installing WordPress. After that it is all the same.Offcenter wrote:Thank you SO much, Rich.
I haven't had a chance to get back to this yet. So now I'll wait
for your followup.