Search Content

Displaying 1 - 20 of 86

… on master is if we have to roll back to a previous release tag, if something truly went wrong. Staging is where things … Production site offline for extended period Mainly content changes Production instance (be sure to pull database …

… of managing these changes of anyone. Caution! Technical content ahead. If you're not a developer, this article is not … files for security reasons. Switching between trunk and a tag So far so good. We have the basics of an application set … Simple. Just check it out: cd public_html/dojo git tag # shows you a list of available tags git checkout …

… 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 … JavaScript enabled to use this form. Your name Email The content of this field is kept private and will not be shown …

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

… and the final version number is applied and a matching git tag is created. Then the CI system looks up the deployment … and the final version number is applied and a matching git tag is created. Then the CI system looks up the deployment …

… if development ended up getting mixed in with different features. Dojo Toolkit builds We're huge fans of the Dojo … file that the browser needs to load. And we use a lot of features... the base package loads about 20 files, and in our … the Dojo build process. A Java program can build all the features you want to use into a single compressed, stripped, …

… other maintenance plans for those). b. Site must be on a server with Freelock management tools installed (minimum … console). Recommend either Freelock hosting or Freelock server management along with site management. c. Includes … other maintenance plans for those). b. Site must be on a server with Freelock management tools installed (minimum …

… site. Then, screenshot comparison regression tests are performed, prior to releasing to your live production site. … site. Then, screenshot comparison regression tests are performed, prior to releasing to your live production site. …

… Drupal sites and mature sites with a minimum of additional work to be done, our maintenance plan includes module and … modules that have been patched for only this site -- these types of updates use billable hours. e. Module updates are … Drupal sites and mature sites with a minimum of additional work to be done, our maintenance plan includes module and …

… Git Submitted by freelock on Mon, 01/11/2010 - 10:18 I've … subtree ./ dojox git pull -s subtree ./ util Switch to a tag I'm still working this out... Subversion tags show up as remote branches starting with "tag/". You can fetch the remote branch, but this is bad …

… necessary to support a Drupal stack - Linux, Apache/Nginx, MySQL/MariaDB/Postgresql, PHP (mod_php, php-fpm), Docker, … necessary to support a Drupal stack - Linux, Apache/Nginx, MySQL/MariaDB/Postgresql, PHP (mod_php, php-fpm), Docker, …

… Joomla Git Management Submitted by Anonymous (not verified) on Mon, 01/11/2010 - 10:18 We're starting to use Git to manage our Joomla installations. There's quite a bit …

… cache, runs all the database updates, and reverts all the features (applying configuration stored in code). Once … cache, runs all the database updates, and reverts all the features (applying configuration stored in code). Once …

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

… work, and patches for it essentially disables processor features designed to speed up computing. Most sources suggest … work, and patches for it essentially disables processor features designed to speed up computing. Most sources suggest …

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

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

… with code management tools including git, drush, Drupal features, upgrade scripts, and a manual deployment list of … with code management tools including git, drush, Drupal features, upgrade scripts, and a manual deployment list of …

… How do you keep a high bar of quality on dozens of sites every day? Submitted by John Locke on Mon, 07/24/2017 - … and reports the results. If the tests pass, the site is automatically marked as "Ok to stage," otherwise it … time tracking, billing/invoicing, phone systems, email, file sharing services. At Freelock we have rolled out …

… easily run different versions of PHP on the same server. Performance improvements Docker gives us no performance improvements whatsoever, but it doesn't penalize …