Install WordPress on raspberry
Login with putty Go to the directory where you want to install wordpress. cd /var/recepten.van-daag.nl sudo chown pi: . rm * wget http://wordpress.org/latest.tar.gz tar xzf latest.tar.gz mv wordpress/* . rm…
Login with putty Go to the directory where you want to install wordpress. cd /var/recepten.van-daag.nl sudo chown pi: . rm * wget http://wordpress.org/latest.tar.gz tar xzf latest.tar.gz mv wordpress/* . rm…
Login on your raspberry with putty Create a subdirectory sudo mkdir -p /var/www/recepten.van-daag.nl Create a new apache config sudo cp -a /etc/apache2/sites-available/000-default.conf /etc/apache2/sites-available/recepten.van-daag.nl.conf Edit the config sudo nano /etc/apache2/sites-available/recepten.van-daag.nl Change/add…
Run update sudo apt-get update Install ftp sudo apt-get install vsftpd You get a message about disk usage enter Yes Now open up the config file by entering the following…
Download Raspbian Place it on SD card Start the raspberry. Login with: pi (root) Password: raspberry Type sudo raspi-config to start the config. Change the password Change the Hostname Change…