Skip to content

Instantly share code, notes, and snippets.

View jackmcpickle's full-sized avatar

Jack McNicol jackmcpickle

View GitHub Profile
@jackmcpickle
jackmcpickle / config.php
Last active December 21, 2015 02:59
my EE bootstrapper config
<?php
/**
* Custom configuration bootsrtap file for ExpressionEngine
*
* Place config.php in your site root
* Add require(realpath(dirname(__FILE__) . '/../../config_bootstrap.php')); to the bottom of system/expressionengine/config/config.php
* Add require(realpath(dirname(__FILE__) . '/../../config_bootstrap.php')); to the bottom of system/expressionengine/config/database.php
* If you have moved your site root you'll need to update the require_once path
*
@jackmcpickle
jackmcpickle / vagrant-script.sh
Created July 18, 2013 05:32
Starting vagrant script to install QT requirements
# updated apt-get to latest security patches
apt-get update
apt-get upgrade -y
#rvm req.
apt-get install curl git subversion build-essential bison openssl libreadline6 libreadline6-dev zlib1g zlib1g-dev libssl-dev libyaml-dev libxml2-dev libxslt-dev autoconf libc6-dev make wget -y
# redis
apt-get install redis-server
#solr