• 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)
  • That’s really a raspberry pi issue or with the examples given by Adafruit. You’re much better off at the raspberry pi forums http://raspberrypi.org/phpBB3/ rather than here, because these forums are really just for WordPress itself and not server issues. A quick look in those forums show fixes for similar install directory problems.

Viewing 1 replies (of 1 total)
  • The topic ‘Problem loading wordpress on raspberry pi’ is closed to new replies.