How to set up a Web server and install WordPress on a Raspberry Pi running Raspbian Stretch

Sdílet
Vložit
  • čas přidán 22. 08. 2017
  • How to set up a Web server and install WordPress on a Raspberry Pi running Raspbian Stretch.
    To view details of the steps taken and the commands used please visit
    morituri.c1.biz/content/raspbe...

Komentáře • 11

  • @leewhitehouse5655
    @leewhitehouse5655 Před 6 lety

    Great tutorial, thank you. I struggled to get uploads from Wordpress working, but eventually worked out that I hadn't changed the owner of the uploads folder to the apache2 user. Once this was corrected everything worked great. Thanks again :-)

  • @Le_Trinity
    @Le_Trinity Před 4 lety

    Thanks a MILLION

  • @antonisnak9240
    @antonisnak9240 Před 6 lety

    Very nice tutorial. Thank you so much, it worked.
    Wonder if you can make one with how to move from local server to web.

  • @niggo5949
    @niggo5949 Před 6 lety

    success!!!! Thank you sooo much!

  • @Duesi2024
    @Duesi2024 Před 4 lety

    10minutes, wp Dude u nailed it and Works. Other utubers Take ages to cum to the Point of explanation ^^

  • @redrum023
    @redrum023 Před 6 lety

    Was perfect but I´ve this error when finished:
    Error establishing a database connection

    • @codedbymorituri
      @codedbymorituri  Před 6 lety

      My best guess would be that the information you created the database with (CREATE DATABASE wordpressDB; and CREATE USER 'morituri'@'localhost' IDENTIFIED BY 'UsersPassword';) is different to the information you put into the wp-config.php file.
      You can log back into Mysql (sudo mysql -uroot -hlocalhost -p) and delete the database (DROP DATABASE wordpressDB;) and try creating it again making sure the same info is also in wp-config.php

    • @bodnarjozsef9735
      @bodnarjozsef9735 Před 6 lety

      Hi I got the same error.........any other solution? Anyway a great tutorial, thank you!

  • @allswof
    @allswof Před 6 lety

    Hi,
    I just installed raspbian using a NOOBs card flashed 3 days ago, in my raspberri pi 2. Unfortunately, I can't get the update, it keeps giving me error:
    Cannot connect to mirror
    then it gets a list
    then it says that cannot get the packages...
    any idea what is wrong?

    • @codedbymorituri
      @codedbymorituri  Před 6 lety

      It sounds like some sort of problem with your pi's internet connection. There is some info at www.raspberrypi.org/forums/viewtopic.php?f=66&t=51007
      It's a bit dated but there might be something more up to date if you search

    • @allswof
      @allswof Před 6 lety

      Thanks! The problem was the internet connection. Everything works now!