Search Content

Displaying 1 - 20 of 97

… 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 … the most recent stable releases and the tip of Dojo development. And I think we have the best way of managing … it to production. Deploy to production If I don't plan to develop on a particular clone of my project, I don't need the …

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

… site. b. Site must be on a server with Freelock management tools installed (minimum shell access, git and wp-cli), or a … site. b. Site must be on a server with Freelock management tools installed (minimum shell access, git and wp-cli), or a …

… b. Site must be on a server with Freelock management tools installed (minimum shell access, git and wp-cli), or a … b. Site must be on a server with Freelock management tools installed (minimum shell access, git and wp-cli), or a …

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

… to break functionality without having an adequate safety net to allow you to recover. So... easy to maintain for us … to break functionality without having an adequate safety net to allow you to recover. So... easy to maintain for us …

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

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

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

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

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