КОМЕНТАРІ •

  • @WPCasts
    @WPCasts 4 роки тому +4

    I hope you enjoyed the video! Let me know what other topics you'd like me to cover!

    • @naaamannn
      @naaamannn 4 роки тому

      can you cover carbonfields.net?
      I learned so much from you, thx a lot

  • @rayediaz
    @rayediaz 4 роки тому +15

    I'd love to see how you merge database from production to local and from local to production. And how to deal with changes done in production when working on local.

    • @ryanmarty
      @ryanmarty 4 роки тому +5

      Yes! This would be a great topic. I'm thinking specifically WooCommerce sites - orders, customers, etc.

    • @simoncollignon3331
      @simoncollignon3331 4 роки тому +2

      I'd be interested as well by this topic!

    • @ChigozieOrunta
      @ChigozieOrunta 3 роки тому +4

      @Raimer @Ryan @Simon After you're done setting up your local WP git repo, go to your live/production website and grab the data using WP Migrate DB Pro (made by Delicious Brains), it helps you copy your database from one WordPress install to another with one click on your dashboard. The copy process also includes your assets (images, mp3...) and whatever you have in your uploads folder. It's neat and by far the best way of doing what you just asked. Once you're done, you should see an exact copy of your production site locally and vice versa.

  • @cipriant9190
    @cipriant9190 4 роки тому

    Finally. That was an awesome and really useful resource for WP and git.

  • @Mrh168
    @Mrh168 4 роки тому

    Thank you so much, I learn allot form your tutorials, would like to see a video on super fast themes or themes that are your go-to.

  • @ChigozieOrunta
    @ChigozieOrunta 3 роки тому +1

    @Alex. Love your content! I'm interested in seeing how you'd set up a Git workflow for Bedrock to enable developers deploy their WP sites from GitHub to a Cpanel shared hosting.

    • @WPCasts
      @WPCasts 3 роки тому

      I have a video that goes over how to deploy a bedrock site with git and Buddy to a digital ocean droplet. you can easily adapt it to a cpanel site as long as you have sftp access. its on my patreon

  • @vikashchand.
    @vikashchand. 4 роки тому

    Awesome tutorials man!
    Btw, any heads up on when your course will be coming out? Really looking forward to it 🤘

  • @ashleyredman
    @ashleyredman 4 роки тому

    Totally agree, my only gripe with bedrock is the migration from a server that *can* adjust the root directory to a *cough* worse *cough* server where it expects the root of the project to be the web source. Came across that a few times and adjusting a bedrock environment to a 'standard' / vanilla one is a pain in the ass.

    • @ChigozieOrunta
      @ChigozieOrunta 3 роки тому

      Very correct. In my opinion, there should be a better way of doing this.

  • @manfaatcoklatkakaococoaflv6351
    @manfaatcoklatkakaococoaflv6351 2 роки тому

    Thank you so much

  • @abdullahalnoman7404
    @abdullahalnoman7404 3 роки тому

    Love it 🥺❤️

  • @andrewa8649
    @andrewa8649 4 роки тому +2

    Nice video. But how do you deal with the database? If I want someone to download it from Github or something and to work, they will also need the database, right?

    • @ChigozieOrunta
      @ChigozieOrunta 3 роки тому

      Yeah, you could grab that using WP Migrate DB Pro

  • @KyleMerl
    @KyleMerl 4 роки тому +1

    I would love to see your Patreon content but I don't support Patreon. Do you post paid content anywhere else?

  • @ddrci88
    @ddrci88 3 роки тому

    What is the different vanilla wp with Wordpress ?

  • @Gigabyteserviceofficial
    @Gigabyteserviceofficial 3 роки тому

    please share the full music that we heard and 10:25. that was awesome music!!

  • @sayaghmohamedamine7151
    @sayaghmohamedamine7151 3 роки тому

    hello, i need to create a git wp repertory for default start modele in the new project
    and i configue my plugin per default
    and i file my changes separately in different git commit, as i can overwrite ecommerce configs that i don't need will write their git commit.
    will I have to import my plugins,

  • @xSalamz
    @xSalamz 4 роки тому

    How do you back up the sql database? In the case you break or lose your laptop.

    • @hewang9957
      @hewang9957 4 роки тому +2

      there are multiple wp backup plugins ( BackWpUp and etc ) that allow you to backup your sql database into file storage platform like dropbox

    • @xSalamz
      @xSalamz 4 роки тому

      @@hewang9957 yeah I use All in One WP Migration but backing up the database using dropbox would be the best bet. Thanks 👍🏿

  • @seriouslyWeird
    @seriouslyWeird Рік тому

    i think this just shows how flawed wordpress database/sourcecode dependency logic is