Search Content

Displaying 1 - 20 of 98

… Drupal deployment with Git Flow Submitted by John Locke on Tue, 02/05/2013 - 15:40 … on master is if we have to roll back to a previous release tag, if something truly went wrong. Staging is where things …

… Managing development projects with Dojo and Git Submitted by John … a Javascript library for providing data-backed widgets in web applications, on-the-fly graphing, animations, and much … recommend creating another directory with the name of your application inside public_html, at the same level as the dojo …

… to roll back changes that go awry. Especially if you use tags effectively. For managing lots of related websites, it's … to a new point release of Drupal means merging the new tag into our branch. Then we've written a script to update … minutes of entirely bad user experience...) Production tags and deployment We don't automatically deploy to …

… fixes I'd like to use, and in general I like to keep my main project working with the newest dojo releases. But 1.3.1 … maintained. Here's what I did to get the patch into my main codebase: git checkout -b gridEscapePatch … a post on how we manage dojo in git as a submodule of our main projects soon, but for now if you want to clone our dojo …

… is where all new development happens, and most of the Behavior Driven Design (BDD) tests are run against this copy. … writes the RC and Final versions to the settings.php file, in a $conf setting ("site_version"). This makes it easy …

… What's git, and why do you use it? Submitted by John Locke on Mon, … repository, doing this gets a lot more complicated. Git to the rescue. Git solves all of these issues. Read on …

… automation using the Drupal #AI module -- automatically tag your articles. With the AI module, its AI Automators … integrations, the great thing is you can easily edit the tags later if you want to highlight something specific, or if …

… Freelock management tools installed (minimum shell access, git and wp-cli), or a supported managed host (currently … Freelock management tools installed (minimum shell access, git and wp-cli), or a supported managed host (currently …

… Freelock management tools installed (minimum shell access, git and wp-cli), or a supported managed host (currently … Freelock management tools installed (minimum shell access, git and wp-cli), or a supported managed host (currently …

… Git Submitted by freelock on Mon, 01/11/2010 - 10:18 I've been playing around with Git, with several end goals in mind: However, the layout of …

… Joomla Git Management Submitted by Anonymous (not verified) on Mon, … 01/11/2010 - 10:18 Next steps: Create a script to automate git updates Before starting, log into the admin area of the …

… Site Assessment Preventing Attacks DevOps Add new comment You must have JavaScript enabled to use this form. … me when new comments are posted All comments Replies to my comment Comment About text formats Filtered HTML Web page …

… as these, I like to have places I can roll back to. git tags can be useful, along with database snapshots at each … addresses turn into links automatically. Allowed HTML tags: <a href hreflang> <em> <strong> <blockquote cite> … as these, I like to have places I can roll back to. git tags can be useful, along with database snapshots at each …

… to your shell - my home manager configuration Submitted by John Locke on Sat, 02/01/2025 - 15:00 At Freelock, we're starting to use Nix to manage …

… (Salt) ended up getting extremely high loads whenever a git commit got pushed. Meltdown is an attack on how the CPU … use them, they're already there running. One of those is a git post-update hook -- whenever anyone pushes any git … addresses turn into links automatically. Allowed HTML tags: <a href hreflang> <em> <strong> <blockquote cite> …

… production databases to our stage environment, kicks off Behavior Driven Design and Visual Regression Tests for every release, deploys …

… to add the command to an existing module): john@katmai >git/test (develop)> drupal generate:module   Enter the new …  > Generated or updated files  Site path: /home/john/git/test  1 - modules/custom/fix_menus/fix_menus.info.yml john@katmai >git/test (develop)> Next, generate your custom command: …

… SSH access? Do we have root access? Do we have access to git on production? Do we have access to drush on production? … it has been in production before it was discovered. We tag and back up the production site before deploying any … it has been in production before it was discovered. We tag and back up the production site before deploying any …

… verifies that all tests have passed or been approved, tags and then rolls out the code. The next day, Watney … addresses turn into links automatically. Allowed HTML tags: <a href hreflang> <em> <strong> <blockquote cite> … verifies that all tests have passed or been approved, tags and then rolls out the code. The next day, Watney …

… Drupal server architecture. This year we're replacing our old "traditional" LAMP stack with an entirely less … You have to: Build a new Docker image. Stop the old docker container. Remove the old container. Create and run a new replacement container …