Search Content

Displaying 1 - 20 of 100

… 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 Locke on Mon, 08/10/2009 - 22:09 At … files for security reasons. Switching between trunk and a tag So far so good. We have the basics of an application set … release? Simple. Just check it out: cd public_html/dojo git tag # shows you a list of available tags git checkout …

… The case for git as a deployment tool Submitted by John Locke on Tue, … to a new point release of Drupal means merging the new tag into our branch. Then we've written a script to update … and the development copy on develop. And it created a git tag for the particular release. On production, we have …

… Another reason to love git Submitted by John Locke on Wed, 07/08/2009 - 14:59 So … you want to clone our dojo git repository, use "git clone git://git.freelock.com/git/dojo.git" to get your own copy. …

… Git Branch Strategy meets Continuous Deployment Submitted by … and the final version number is applied and a matching git tag is created. Then the CI system looks up the …

… 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 …

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

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

… 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 …

… Once the dev site is updated, we create a new release tag and push it into our central git repository, where Jenkins takes over. Jenkins automates … regular backups of the files. We do a final snapshot/tag of the production code base, then pull down the new …

… - https://github.com/freelock/home-manager . With Nix and git installed, this is a very quick/easy thing to do. Here's the gist, will explain each part below: git clone https://github.com/freelock/home-manager cd … addresses turn into links automatically. Allowed HTML tags: <a href hreflang> <em> <strong> <blockquote cite> …

… major as these, I like to have places I can roll back to. git tags can be useful, along with database snapshots at each … under sites/default/files -- we exclude that path from git, and so we recommend moving it somewhere inside your git tree. You can set this in the settings.php file, to …

… lot of time automating our systems, and have a variety of triggers hooked up. Once we decide upon a trigger, we will often publish events in various systems, so … minute or two, the CPU load quickly started climbing and triggering all sorts of monitoring issues.   Meltdown …

… of "resources" -- things like a particular branch of our git repository, a version number, a location to store test … actually do stuff with them. Most of the resources are a git repository of some kind. And by default, Concourse would … every single minute. Our early pipeline had 5 - 6 of these git resources -- so when I turned on 6 pipelines I suddenly …

… links that got mangled in this way. I'm not exactly sure how this happened, but it has something to do with … feature (yes/no) [no]:  >  Do you want to add a composer.json file to your module (yes/no) [yes]:  > no  Would you … feature (yes/no) [no]:  >  Do you want to add a composer.json file to your module (yes/no) [yes]:  > no  Would you …

… 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 …

… gets input from all sorts of internal systems, including git repositories, configuration management tools, continuous … the actual deployment, Watney assembles release notes from git commits, notes from the developers, cases/issues/user … gets input from all sorts of internal systems, including git repositories, configuration management tools, continuous …

… Also on the host: all data, databases, deployment tools (git, drush, composer, etc), cron jobs (using drush for Drupal … on Debian Jessie or other derivative images. So we have a git repository of Dockerfiles for all our images. When doing … contains information about a particular site: drush alias, git alias, public URLs, database credentials, site root path, …