ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. wp-cli
    Log in to post
    • All categories
    • JaredBuschJ

      Setup WordPress with WP-CLI on Fedora with SSL Origin Certificate from Cloudflare

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion fedora fedora 31 wordpress wp-cli setup guide real instructions
      5
      3 Votes
      5 Posts
      819 Views
      JaredBuschJ

      This is the SSL score.
      76a95c9d-98c9-4017-b1a5-9241f011403e-image.png

      I assume this is why the A rating and not A+
      c8606068-aa33-4e47-ac08-12495d504b90-image.png

      But not much to do about that since it is Cloudflare that is terminating.

    • JaredBuschJ

      WP-CLI tries to use sendmail

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion wordpress wp-cli sendmail
      6
      0 Votes
      6 Posts
      807 Views
      JaredBuschJ

      thanks. missed that

    • JaredBuschJ

      Permission issue with WP-CLI on Fedora 31

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion wordpress wp-cli fedora 31 fedora permissions
      2
      1 Votes
      2 Posts
      532 Views
      scottalanmillerS

      @JaredBusch yeah, it's annoying that WP-CLI struggles with that.

    • JaredBuschJ

      WP-CLI and database users

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion wp-cli wp wordpress security
      26
      0 Votes
      26 Posts
      2k Views
      1

      @JaredBusch said in WP-CLI and database users:

      @Pete-S said in WP-CLI and database users:

      @JaredBusch said in WP-CLI and database users:

      @Pete-S said in WP-CLI and database users:

      And when you use -e you should have it after user and password so the SQL commands you want to execute comes after the -e.

      That was a once off artifact of me doing it on this system after the root password has been set.

      OK, so maybe this then:

      sudo mysql -e "CREATE USER $DB_USER@localhost IDENTIFIED by '$DB_PASS';" sudo mysql -e "GRANT ALL ON $DB_NAME.* TO $DB_USER@localhost;" sudo mysql -e "FLUSH PRIVILEGES;"

      right. Updating the guide. but half tempted to leave the single quotes everywhere it that causes no error in order to protect against spaces by others. Though I am using pwgen to to this.

      It's kind of f*cked up to have spaces in user names and passwords. Personally I don't use something unless it's specifically needed but either way works.

    • scottalanmillerS

      Installing WP-CLI, the WordPress Command Line, with SaltStack

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion salt saltstack wp-cli wordpress
      1
      1 Votes
      1 Posts
      961 Views
      No one has replied
    • scottalanmillerS

      Install a Basic WordPress Site with WP-CLI

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion wordpress wp-cli
      14
      5 Votes
      14 Posts
      2k Views
      NashBrydgesN

      @tim_g said in Install a Basic WordPress Site with WP-CLI:

      @nashbrydges said in Install a Basic WordPress Site with WP-CLI:

      It allows me access when I set it up without https in the url. But once in settings, and I change the blog address from http://domain.com/blog to https://domain.com/blog I get the same too many redirects error. Cleared history and cache 3 times and still same issue.

      I'm going to blow this install away and recover from backup and will have to install manually.

      Still can't figure out why this issue. The root domain works perfectly with Let's Encrypt but as soon as I get to the blog folder it just shits all over itself.

      How did you set up the whole thing? Did you use my guide? It includes the SSL set up.

      I used your guide up to the SSL setup. I'm running a website in the root directory and Nginx as a proxy.

    • 1 / 1