• I am trying to install wordpress on a raspberry pi version 2, running modified raspy wheezy version from Adafruit. I”m using the instructions given in the book “raspberry pi users guide”. They are:

    sudo apt-get install wordpress – seems to be successful
    sudo ln -s /use/share/wordpress /var/www/wordpress – also successful
    sudo bash /usr/share/doc/wordpress/examples/setup-mysql -n wordpress localhost – error – bash: /usr/share/wordpress/examples/setup-mysql: No such file or directory
    I checked.
    pi@raspberrypi:/usr/share/doc/wordpress/examples$ ls
    apache.conf setup-mysql.gz
    pi@raspberrypi:/usr/share/doc/wordpress/examples$

    where am I going wrong?

    Jim

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Problem loading wordpress on raspberry pi’ is closed to new replies.