Skip to content

Instantly share code, notes, and snippets.

Dropsolid Personalisation 1 on 1

Required

`php working

Installation

Install drupal

mkdir drupal && cd drupal && curl -sSL https://www.drupal.org/download-latest/tar.gz | tar -xz --strip-components=1

installing compser

Verifying my Blockstack ID is secured with the address 13gPFSauVxR11H4NZojkTBexPYhrQQX12y https://explorer.blockstack.org/address/13gPFSauVxR11H4NZojkTBexPYhrQQX12y
diff --git a/config/schema/search_api.index.schema.yml b/config/schema/search_api.index.schema.yml
index 96a0abb..7cbced6 100644
--- a/config/schema/search_api.index.schema.yml
+++ b/config/schema/search_api.index.schema.yml
@@ -34,6 +34,9 @@ search_api.index.*:
boost:
type: float
label: 'Boost'
+ faceted:
+ type: boolean
@nickveenhof
nickveenhof / Solr Geospatial Search
Last active September 4, 2015 10:16
Solr Geospatial Search
{
"AWSTemplateFormatVersion":"2010-09-09",
"Description":"AWS CloudFormation Sample Template for HA Drupal in Multi AZ Deployments. ",
"Parameters":{
"KeyName":{
"Description":"EC2 KeyPair to enable SSH access to the instances",
"Default":"drupaljam",
"Type":"String",
"MinLength":"1",
"MaxLength":"255",
<VirtualHost *:80>
# [...]
DocumentRoot PATH
<Directory "PATH">
Options FollowSymLinks MultiViews ExecCGI
AllowOverride All
Order deny,allow
Allow from all
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot PATH
<Directory />
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
</Directory>
<Directory PATH >
Options Indexes FollowSymLinks Includes ExecCGI
# PHPENV Setup
<IfModule alias_module>
ScriptAlias /phpenv "/home/travis/.phpenv/shims"
<Directory "/home/travis/.phpenv/shims">
Order allow,deny
Allow from all
Require all granted
</Directory>
</IfModule>
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /home/travis/build/nickveenhof/drupal
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>
<Directory /home/travis/build/nickveenhof/drupal/ >
Options Indexes FollowSymLinks MultiViews
@nickveenhof
nickveenhof / gist:5426141
Created April 20, 2013 14:22
Recipe for the Drupalcamp florida Search Presentation
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;
;; Makefile for Search Guvannuh ;;
;; ;;
;; Builds Drupal core and contrib modules, with patches. ;;
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Core version
; ---------------------------------------