Search Content

Displaying 1 - 20 of 72

… Rolled a SphinxQL Docker container Submitted by John Locke on Fri, 05/19/2017 - … To get the site to even load, I bundled up Sphinx in a Docker container, and copied over the configurations, …

… Drupal on Docker, with a pinch of Salt Submitted by John Locke on Sat, … instead of Apache we've moved to Nginx, and we've added Docker and Salt. If you're a technical person and haven't …

… central configuration management system -- perfect if you don't have your own configuration management but want a … central configuration management system -- perfect if you don't have your own configuration management but want a …

… 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 one container image in our pipeline comes from the Docker Hub, which was down. And that container image is one we publish on the Docker hub for others to use, so it's still within our …

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

… on master is if we have to roll back to a previous release tag, if something truly went wrong. Staging is where things … securepages, enable/configure reroute_email, enable test payment gateway and set as default, set Apache Solr search …

… updates -- not just to your site, but to your servers, Docker containers, the overall environment. We are constantly … addresses turn into links automatically. Allowed HTML tags: <a href hreflang> <em> <strong> <blockquote cite> …

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

… Ask Freelock: Drupal vs Word Press? Submitted by John Locke on Sun, … If you own a pet, by the way, head over and get a pet tag while they're still free! The pet tag has a QR code that … the information management shines. WordPress Drupal Drupal Planet Add new comment You must have JavaScript enabled to …

… able to identify several big wins, such as: setup meta tag module, disabling php filters, fixing staff directory … able to identify several big wins, such as: setup meta tag module, disabling php filters, fixing staff directory …

… spammy messages, and for mail that gets through, tag it with a SpamAssassin score so that mail delivery agents … spammy messages, and for mail that gets through, tag it with a SpamAssassin score so that mail delivery agents …

… From the code above, you can see we have a paragraph tag and JavaScript code. The role of the JavaScript code is … of the current user's open tab, and create a new tag (if you want). This is a dangerous tool, so if it falls … From the code above, you can see we have a paragraph tag and JavaScript code. The role of the JavaScript code is …

… How URLs work in Drupal Submitted by John Locke on Mon, 02/22/2010 - 15:03 … this does is it creates a URL structure based on how you tag an individual story. For example, you might have one … create a redirect to the correct location. Drupal Drupal Planet SEO Submitted by parasolx (not verified) on Sun, …

… people. So a person is a contact in my system. You can tag that person as a customer, lead, prospect, whatever you … We attach an expected value of that opportunity, and tag them with a sales stage. This becomes our sales pipeline, … people. So a person is a contact in my system. You can tag that person as a customer, lead, prospect, whatever you …

… and it was our last major system not put into our regular "Docker"-based infrastructure. This meant it was getting … addresses turn into links automatically. Allowed HTML tags: <a href hreflang> <em> <strong> <blockquote cite> …

… pages are linked correctly, pictures and pages have been β€œtagged” with information about them, and the site can be … world of SEO, they cannot just put terms on their page and tag pictures and be done with itβ€”they have to walk a mile in … addresses turn into links automatically. Allowed HTML tags: <a href hreflang> <em> <strong> <blockquote cite> …

… rules coming out regularly. We have SpamAssassin set to tag all messages, and reject those that have a score higher … rules coming out regularly. We have SpamAssassin set to tag all messages, and reject those that have a score higher …

… out of the box). Our newer favored stack, Linux, Nginx, Docker, PHP-FPM, MariaDB , can more easily get you under 3 … out of the box). Our newer favored stack, Linux, Nginx, Docker, PHP-FPM, MariaDB , can more easily get you under 3 …

… final blow was automation. At Freelock, we've been hard at work building out automation so we can handle the maintenance … out a tested release, so our partners and customers who work in our git repositories need to understand how it works … database from the stage copy before starting a chunk of work. stage -- the stage site is where we test the actual …