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 … Next it's a matter of doing the production deployment: Tag current production code commit Back up current production …

… 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 … with your changes. Also note that when you check out a tag, you don't necessarily get a tracking branch, so don't …

… 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 … back to development and re-roll the release. git log/git tag -- identify the current state of the code base -- should …

… that I did not want to deal with just yet. Git to the rescue. Git, if you don't know, is a popular source-code … Git and Rich Text Git sounds like a dream. Does it work in a non-programming environment? I'd like to use for a … <em> <strong> <blockquote cite> <cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h1> <h2 id> <h3 …

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

… get more directly involved with open source projects like LedgerSMB , we're finding the need to change core files while … manage non-standard Subversion repositories in git here . ledgersmb Development DevOps Add new comment You must have …

… and contributed plugins and modules, as long as there is a documented update path (e.g. if all contributed … and contributed plugins and modules, as long as there is a documented update path (e.g. if all contributed …

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

… files of open source projects that I'm not a committer (LedgerSMB, primarily) Managing builds of Dojo files Managing … files of open source projects that I'm not a committer (LedgerSMB, primarily) Managing builds of Dojo files Managing …

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

… components/modules/plugins table as defined in the add-on xml file git add installation git commit git push git … components/modules/plugins table as defined in the add-on xml file git add installation git commit git push git …

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

… a couple of them are nearing launch, and were missing some node references, I set out to get the content updated from … auto-migration done in 8.0.x. The main gotcha here is that node content still isn't showing up as migrated -- but for … prep the destination&#13; &#13; In particular, we wanted node references migrated to D8 entity references: [Add …

… uses Ubuntu LTS (Long-Term Support) releases. Ubuntu published patches for Meltdown on Tuesday January 9, the … hooked up. Once we decide upon a trigger, we will often publish events in various systems, so that at some point in … uses Ubuntu LTS (Long-Term Support) releases. Ubuntu published patches for Meltdown on Tuesday January 9, the …

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

… it has been in production before it was discovered. We tag and back up the production site before deploying any … E-Commerce Education Energy Health Care Legal Medical Retail Software Change Deployment Drupal Drupal Planet Risk …

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

… and PHP, of course, but instead of Apache we've moved to Nginx, and we've added Docker and Salt. If you're a technical … into containers. On our production servers, we have kept Nginx, Postfix, and DNSMasq outside the containers and …