This file contains hidden or 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
'use strict' | |
var gulp = require('gulp'); | |
var plugins = require('gulp-load-plugins')(); | |
var del = require('del'); | |
var config = {}; | |
var app = {}; |
This file contains hidden or 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
drupalvm config:generate \ | |
--hostname=example.com \ | |
--machine-name=example \ | |
--ip-address=192.168.88.88 \ | |
--cpus=1 \ | |
--memory=512 \ | |
--webserver=nginx \ | |
--path=../site \ | |
--destination=/var/www/site \ | |
--docroot=/var/www/site/drupal \ |
This file contains hidden or 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
curl -s https://www.drupalvmgenerator.com/download -L -o drupalvm-generate.phar |
This file contains hidden or 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 | |
$settings['hash_salt'] = ''; | |
$settings['update_free_access'] = FALSE; | |
$settings['container_yamls'][] = __DIR__ . '/services.yml'; | |
if (file_exists(__DIR__ . '/settings.local.php')) { | |
include __DIR__ . '/settings.local.php'; |
This file contains hidden or 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
<?xml version="1.0" encoding="UTF-8" ?> | |
<node_export created="Tue, 01 Dec 2015 20:11:46 +0000"> | |
<node> | |
<vid>1</vid> | |
<uid>1</uid> | |
<title>Comis Duis Jumentum Nostrud Vereor</title> | |
<log></log> | |
<status>1</status> | |
<comment>2</comment> | |
<promote>1</promote> |
This file contains hidden or 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 | |
use Symfony\Component\Finder\Finder; | |
/** | |
* Implements hook_views_default_views(). | |
*/ | |
function MYMODULE_views_default_views() { | |
// Find all .view.inc files in a the views/ directory, and include them. | |
$finder = new Finder(); |
This file contains hidden or 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 | |
$users = [ | |
[ 'uid' => 21 ], | |
[ 'uid' => 22 ], | |
[ 'uid' => 23 ], | |
[ 'uid' => 24 ], | |
[ 'uid' => 25 ], | |
[ 'uid' => 26 ], | |
]; |
This file contains hidden or 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
{ | |
"default_line_ending": "unix", | |
"ensure_newline_at_eof_on_save": true, | |
"fallback_encoding": "UTF-8", | |
"file_exclude_patterns": | |
[ | |
"*.pyc", | |
"*.pyo", | |
"*.exe", | |
"*.dll", |
This file contains hidden or 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 | |
rm -rf output_dev/ | |
sculpin generate --server --watch |
This file contains hidden or 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
#53B0EB,#0678BE,#96BC44,#FFFFFF,#E6FCB6,#FFFFFF,#96BC44,#F15340 |