Host Infinite WordPress Sites On Affordable Plan (My Git Setup)

Поділитися
Вставка
  • Опубліковано 8 лип 2024
  • Here's my link to DreamHost click.dreamhost.com/aff_c?offe...
    Join my full course here learnwebcode.teachable.com/p/...
    This is how I host all of my WordPress sites for a super low price; and how I integrate Git so deploying updates to existing sites is fast and seamless.
    0:00 Intro
    4:04 The Type of Hosting Plan I Use
    16:41 Installing WordPress on Host
    25:48 Migrate WP From Local Dev To Live Host
    37:34 Getting Started With Git
    51:45 Turning Live Site Into Git Host
    1:02:29 What Is A Bare Repo?
    1:20:25 Passwordless SSH Login
    Follow me for updates on new videos or projects:
    Instagram: / javaschiff
    Twitter: / learnwebcode
    Facebook: / brad-schiff-1542576316...
    Twitch: / learnwebcode

КОМЕНТАРІ • 44

  • @sidewaysdesign
    @sidewaysdesign Місяць тому +5

    When choosing an admin, I find it helpful to use "admin" followed by an underscore and abbreviation of the site/project. This has two benefits. One is that it’s a bit harder for a hacker to guess the username. The more practical benefit is that it Chrome’s autofill will have an easier time distinguishing between passwords associated with the username.

  • @abdulsamad.official
    @abdulsamad.official Місяць тому +2

    Brad you always come up with great content.

  • @andreigrigoras9367
    @andreigrigoras9367 Місяць тому

    You are a hero Brad ! God bless your heart!

  • @orjipraise
    @orjipraise Місяць тому +1

    This video is highly educative.

  • @visualmodo
    @visualmodo Місяць тому

    Truly good content!!!

  • @Nasir-Hanif
    @Nasir-Hanif Місяць тому

    good explain sir

  • @thebilalafsar
    @thebilalafsar Місяць тому +2

    Please create a tutorial on Core Web Vitals and WordPress Speed Optimization. 😭😭😭

  • @iambhavinpatel
    @iambhavinpatel Місяць тому +3

    First comment should get like from Brad! ❤❤

  • @thebilalafsar
    @thebilalafsar Місяць тому +1

    Hey Brad, Could you create a detailed tutorial on setting up and hosting a WordPress/WooCommerce site on VPS or dedicated servers with providers like Vultr, DigitalOcean, and AWS? Could you also include sections on securing, optimizing, and managing the server ourselves? Please start with the basics, even if it means adding a Linux fundamentals module to your course or playlist. Thanks a ton! ❤

    • @LearnWebCode
      @LearnWebCode  Місяць тому +1

      Good call; my Laravel course includes setting up a fresh Ubuntu box on Linode to be a web host; step by step in the command-line. Could be a fun addition to include something similar in the WP world.

    • @thebilalafsar
      @thebilalafsar Місяць тому

      @@LearnWebCode Absolutely, Brad! This will be a game changer for many WP enthusiasts tired of shared hosting limitations and eager to leverage VPS for better performance. Can’t wait!

    • @sideshowlol
      @sideshowlol 8 днів тому

      To save time, I would just get Brad's Laravel course and adapt the Deploy to VPS section to your WP project. Definitely worth it and as a bonus you can learn about Larval as well! :D

  • @ePilicK_tv
    @ePilicK_tv Місяць тому

    Hi Brad thank you very much for the video.
    I wanted to ask you for a clarification. But if we go to edit something, maybe through acf or something else and it goes to modify or create something in the DB how should it be handled?

    • @LearnWebCode
      @LearnWebCode  Місяць тому +2

      Hi, that's a good question, but I think it's more of a philosophical question than a tech / webDev question. What I mean is, after the initial migration from dev to production, I do *NOT* want my live site to automatically share a synced database with anyone's local copy. Once a site is live, I want my local dev copy to be a playground where I can freely test things. Having said that; if there is a situation where you want the two sites perfectly synced I believe there are excellent plugins to handle that.

  • @cdaveeeez
    @cdaveeeez Місяць тому

    Great video, actually did not notice at all that i was paying for several hosts that all allowed more than one website! With the Git part, i get the error 'ssh: connect to host [website] port 22: network is unreachable. Hostinger SSH runs on port 65002, any clue on how to change this? Assuming this is the only reason for refusing connection

    • @LearnWebCode
      @LearnWebCode  Місяць тому

      Thanks! When you use the "ssh user@domain" command - what if you try something like this instead "ssh user@domain -p 65002"
      Whoops I see that you meant the Git remote, not just standard SSH in. I think this thread has some good info on that! serverfault.com/questions/218256/specify-ssh-port-for-git

  •  Місяць тому

    I like the idea to push the local changes on live server, very similar to static sites. But this doesn’t work when a client have access and make the changes, add posts and creating landing pages… if so, why this have to be wp on local and not plain static?

    • @LearnWebCode
      @LearnWebCode  Місяць тому

      I only use the Migrate plugin to copy my Local WP site to the live site the very first time I'm moving a site live. Once the client logs into the live / staging site, then I just use Git to push theme / plugin file changes; any other updates are likely just the client making DB (post/page) updates on staging / live.

    •  Місяць тому

      @@LearnWebCode Thank you. I guess my point of view was wrong as I compared it with the way I am updating static sites via git (push the html/css/js changes as well as the new posts).

  • @cbbcbb6803
    @cbbcbb6803 Місяць тому

    Can I host the domain names on name cheap? Or similar?

    • @LearnWebCode
      @LearnWebCode  Місяць тому

      Yes, absolutely. You just add a new site on DreamHost for any domain you want, even if that domain isn't pointing towards your hosting yet; and then in NameCheap you change the 3 nameserver values to DreamHost (e.g. ns1.dreamhost.com, ns2.dreamhost.com, ns3.dreamhost.com).

  • @apangkekivi3460
    @apangkekivi3460 26 днів тому

    Hello brad I bought your WordPress course on udemy I made the payment but I didn't get the course

    • @LearnWebCode
      @LearnWebCode  25 днів тому

      Hi, unfortunately that's a Udemy issue that I can't fix; but definitely reach out to Udemy support and they should be able to get that resolved for you!

  • @TheBeeOBee
    @TheBeeOBee Місяць тому

    All of your courses are closed for enrollment?

    • @LearnWebCode
      @LearnWebCode  Місяць тому +1

      Thanks for the heads up! It's fixed now!

    • @TheBeeOBee
      @TheBeeOBee Місяць тому

      @@LearnWebCode Cool! I'm about to order a dreamhost 1 year account - your presentation was compelling. Definitely cheaper than the managed hosting I used for some sites that don't need it.

  • @iambhavinpatel
    @iambhavinpatel Місяць тому

    Nowadays people are saying PHP and WordPress are old fashioned languages and jobs are under paid in this. They said now move to JS, Java or Python. What do you suggest? Please reply. 🙏

    • @fvgoya
      @fvgoya Місяць тому

      People you mean, new “developers”, right?

    • @iambhavinpatel
      @iambhavinpatel Місяць тому

      @@fvgoya New and experienced both who aren't in PHP.

    • @PaulMcCannWebBuilder
      @PaulMcCannWebBuilder Місяць тому

      Jobs maybe underpaid compared to app/software dev jobs, but for building sites for small/medium businesses, WordPress is the way to go. Try to learn a new language/platform to build something like a restaurant or small eCommerce website, and you'll need to add an additional decimal place in your estimate. And good luck finding support or affordable contractors to help you when you get stuck.

    • @LearnWebCode
      @LearnWebCode  Місяць тому +2

      This documentary that I'll link (ua-cam.com/video/127ng7botO4/v-deo.html) does a better job of defending PHP than I ever could. And then in terms of salary / lucrativeness this video is great ua-cam.com/video/laCCkPl9ucY/v-deo.html

    • @ivanbarta2821
      @ivanbarta2821 Місяць тому

      anyone unsure of PHP should watch the video 'PHP Doesn't Suck Anymore?' where ThePrimagen comments on a video by Aaron Francis.