Skip to content

Instantly share code, notes, and snippets.

@jbickar
Created August 29, 2014 17:56
Show Gist options
  • Save jbickar/758e1ac2e56fd93b5b14 to your computer and use it in GitHub Desktop.
Save jbickar/758e1ac2e56fd93b5b14 to your computer and use it in GitHub Desktop.
Insert stanford profile to DB
insert into system (filename, name, type, owner, status, bootstrap, schema_version, weight, info) values ('profiles/stanford/stanford.profile', 'stanford', 'module', '', 1, 0, 0, 1000, 'a:12:{s:4:"name";s:14:"Stanford Sites";s:11:"description";s:94:"Select this profile to install a version of Drupal customized for the Stanford Sites platform.";s:4:"core";s:3:"7.x";s:7:"version";s:13:"7.x-1.1-beta4";s:12:"dependencies";a:49:{i:0;s:13:"advanced_help";i:1;s:14:"auto_nodetitle";i:2;s:10:"admin_menu";i:3;s:18:"admin_menu_toolbar";i:4;s:11:"admin_views";i:5;s:5:"block";i:6;s:5:"color";i:7;s:7:"comment";i:8;s:10:"contextual";i:9;s:12:"css_injector";i:10;s:4:"date";i:11;s:8:"date_api";i:12;s:9:"dashboard";i:13;s:5:"dblog";i:14;s:5:"email";i:15;s:8:"features";i:16;s:5:"field";i:17;s:8:"field_ui";i:18;s:4:"file";i:19;s:5:"image";i:20;s:14:"globalredirect";i:21;s:4:"help";i:22;s:5:"image";i:23;s:6:"insert";i:24;s:9:"libraries";i:25;s:4:"link";i:26;s:4:"list";i:27;s:4:"menu";i:28;s:13:"module_filter";i:29;s:12:"nodeformcols";i:30;s:6:"number";i:31;s:7:"options";i:32;s:4:"path";i:33;s:8:"pathauto";i:34;s:10:"pathologic";i:35;s:8:"redirect";i:36;s:3:"rdf";i:37;s:6:"search";i:38;s:16:"stanford_wysiwyg";i:39;s:9:"strongarm";i:40;s:8:"taxonomy";i:41;s:16:"taxonomy_manager";i:42;s:4:"text";i:43;s:5:"token";i:44;s:15:"transliteration";i:45;s:5:"views";i:46;s:8:"views_ui";i:47;s:7:"webauth";i:48;s:7:"wysiwyg";}s:5:"files";a:1:{i:0;s:16:"stanford.profile";}s:7:"package";s:5:"Other";s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;s:6:"hidden";b:1;s:8:"required";b:1;s:17:"distribution_name";s:6:"Drupal";}');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment