This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo -e "Subject: Hello\nFrom: [email protected]\n\nTest" | sendmail -v [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Acquia Multisite structure + migration strategy | |
I can not stress enough the importance of taking the time to build a solid platform architecture to build out a multisite that will be scalable and successful long term. Below are some steps and links to documentation to get started first with the Acquia Cloud Platform and to start thinking about a migration strategy. | |
Task | |
Documentation and links | |
Get access to Acquia Cloud Platform | |
Setup a local or ide environment | |
get a second ide Acquia will follow up | |
configure your ide https://docs.acquia.com/ide/start/ | |
pull the prod environment to your cloud ide - this will be empty |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git status | |
git add . | |
git commit -m"Drupal 9 additional code" | |
acli push:artifact | |
delete a tag | |
git tag -d drupal9 | |
git push --delete origin drupal9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#Switch between PHP 7.4 and 8.0 and Drush Version 8 and 11 | |
# To use this script download this file and name it switch-php.sh | |
# and give it the correct permissions | |
# You can then run ./switch-php | |
# with the argument 7.4 or just ./switch-php | |
# For example ./switch-php 7.4 | |
## First need to download PHP Versions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h2>Loan, Investment, Savings, and Mortgage Calculators</h2> | |
<p>Our online personal financial calculators are here to help you evaluate banking, borrowing and savings decisions.</p> | |
<p>The information provided by these calculators is intended for illustrative purposes only and may not be applicable to your individual situation. Contact an Arvest Bank financial professional prior to relying on the results.</p> | |
<p><a name="mortgage"></a></p> | |
<h2>Mortgage</h2> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
project: | |
machine_name: eaacsf | |
prefix: eaacsf | |
human_name: eaacsf | |
profile: | |
name: lightning | |
local: | |
protocol: http | |
hostname: local.eaacsf.com | |
git: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# | |
# Factory Hook: post-staging-update | |
# factory-hooks/post-site-install/02-setup-cohesion.sh | |
# Run Site Studio commands after executing | |
SITEGROUP="$1" | |
ENVIRONMENT="$2" | |
DB_ROLE="$3" | |
DOMAIN="$4" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Acquia BLT with DDev for Windows with all Prerequisites as of May 8 2020 | |
This exercises purpose is to ensure your Windows 10 machine has all of the following prerequisites required to run BLT and DDEV to create a local development environment. | |
Required prerequisites | |
* Windows 10 build 1909 | |
* Admin permissions | |
At the end of this exercise the following system requirements should be setup \ | |
() Windows 10 build 1909 with Admin permissions and Hyper V enabled\ | |
() A windows package manager \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* SAML 2.0 remote IdP metadata for SimpleSAMLphp. | |
* | |
* Remember to remove the IdPs you don't use from this file. | |
* | |
* See: https://simplesamlphp.org/docs/stable/simplesamlphp-reference-idp-remote | |
*/ | |
$metadata['https://adfsint.videotron.com/adfs/services/trust'] = [ |
NewerOlder