I hereby claim:
- I am andrewgearhart on github.
- I am andrewgearhart (https://keybase.io/andrewgearhart) on keybase.
- I have a public key ASCILFoldgZCabQBDPNk-Pu-GF6LB3Wq-BVNxW_ZaooBNwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env bash | |
# Usage: slackpost "<webhook_url>" "<channel>" "<username>" "<message>" | |
# also (echo $RANDOM; echo $RANDOM) |slackpost "<channel>" "<username>" | |
# ------------ | |
webhook_url=$1 | |
if [[ $webhook_url == "" ]] | |
then | |
echo "No webhook_url specified" |
#!/usr/bin/env bash | |
# set -euo pipefail | |
IFS=$'\n\t' | |
#/ Usage: | |
#/ Version: | |
#/ Description: | |
#/ Examples: | |
#/ Options: | |
#/ --help: Display this help message |
version: '2' | |
services: | |
solr6: | |
image: solr:6.6 | |
volumes: | |
- ./docker/solr/schema.xml:/opt/solr/example/solr/collection1/conf/schema.xml:Z | |
- ./docker/solr/solrconfig.xml:/opt/solr/example/solr/collection1/conf/solrconfig.xml:Z | |
- data-solr:/opt/solr | |
volumes: | |
data-solr-2: |
{ | |
"name": "Drupal 7 Admin Page - Rubik", | |
"drush_recipes_api": "1.0", | |
"weight": "0", | |
"core": "7", | |
"recipe": [ | |
{ | |
"command": "pm-enable", | |
"arguments": [ | |
"tao,rubik", |