Skip to content

Instantly share code, notes, and snippets.

@codeguy
Created September 30, 2013 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codeguy/6767414 to your computer and use it in GitHub Desktop.
Save codeguy/6767414 to your computer and use it in GitHub Desktop.
Bootstrap Drupal 7
<?php
// Required settings
$_SERVER['REMOTE_ADDR'] = '127.0.0.1';
define('DRUPAL_ROOT', '/path/to/public');
// Bootstrap
require_once DRUPAL_ROOT . '/includes/bootstrap.inc';
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment