Dr Fragen in the operating room

code

  • WordPress Debugging

    ·

    It is inevitable. At some point when running a WordPress site you will have a conflict, an error, or worst case – a PHP Fatal leading to a WSOD (White Screen of Death). My goal is to provide the means with which you should be able to view and hopefully understand, to some degree, the…

    Read More

  • Installing Gitea on a Raspberry Pi

    ·

    While adding an integration for Gitea to GitHub Updater I stumbled upon the fact that many were installing Gitea on a Raspberry Pi. Now the Raspberry Pi has developed a cult-like following and the Internet is full of innumerable use cases. Gitea is a very performant self-hosted git server written in Go. While working on…

    Read More

  • GitHub Updater and Gitea

    ·

    Gitea is the new kid on the block for creating a self-hosted git server. Gitea is written in Go and is highly performant with very low overhead. In fact, Gitea is so efficient you can run it on a Raspberry Pi. There’s another post coming about that. 😉 As with most integrations of new git…

    Read More

  • GitHub Updater – the Path to 8

    ·

    In July it will have been 5 years since the first commit to GitHub Updater. In its 5 year span it has grown significantly in its evolution from a single file plugin to the complex integrated object oriented plugin that exists today. Version 8 will see a bump in the requirement to at least PHP…

    Read More

  • Local by Flywheel (Pressmatic) and Symlinks

    ·

    I’ve changed development environments a couple of times. I started out using DesktopServer, a wonderful app. Gradually I grew disappointed with their update schedule and v4.0 ever on the horizon. One of the things I didn’t like was my inability to choose the PHP version I was developing in. I know there must be a…

    Read More

  • GitHub Updater & GitLab

    ·

    GitLab Support I’ve finally been able to add support for GitLab in the GitHub Updater v4.5.0. Additionally, support for GitLab CE and GitLab Enterprise are also included. All that’s required is an additional header with the base URI for the GitLab server. As an example, GitLab CE: https://gitlab.example.com or GitLab Enterprise: https://gitlab.example.com. Extras for GitHub…

    Read More