All Projects → SU-SWS → Stanford Drupal Profile

SU-SWS / Stanford Drupal Profile

Licence: gpl-2.0
A dev / test-only version of the Drupal Hosting Service Configuration

Projects that are alternatives of or similar to Stanford Drupal Profile

Remake
Enhanced GNU Make - tracing, error reporting, debugging, profiling and more
Stars: ✭ 538 (+4038.46%)
Mutual labels:  makefile, profile
Electron Flatpak Base App
Flatpak runtime for electron apps based on the freedesktop runtime.
Stars: ✭ 13 (+0%)
Mutual labels:  makefile
Android device oppo find7
Device tree for Oppo Find 7/7a
Stars: ✭ 10 (-23.08%)
Mutual labels:  makefile
Pve Qemu Kvm
QEMU/KVM Emulator
Stars: ✭ 11 (-15.38%)
Mutual labels:  makefile
Android device semc urushi
SEMC Xperia Ray (ST18i)
Stars: ✭ 10 (-23.08%)
Mutual labels:  makefile
Docker Unifi Armhf
UniFi 5 Controller for Raspberry Pi
Stars: ✭ 12 (-7.69%)
Mutual labels:  makefile
Rock Bsp
Linux BSP for rockchip platform
Stars: ✭ 10 (-23.08%)
Mutual labels:  makefile
Ferret
Ferret is a free software lisp implementation for real time embedded control systems.
Stars: ✭ 878 (+6653.85%)
Mutual labels:  makefile
3d Semantic Segmentation For Scene Parsing
A new approach for the real time 3D semantic segmentation based on feature abstract and deep learning method
Stars: ✭ 13 (+0%)
Mutual labels:  makefile
Toolchain
C/C++ toolchain for MiniOS
Stars: ✭ 11 (-15.38%)
Mutual labels:  makefile
Last Makefile
The last makefile you'll ever need.
Stars: ✭ 11 (-15.38%)
Mutual labels:  makefile
Buildroot Rs97
Please don't use this anymore, it's old.
Stars: ✭ 11 (-15.38%)
Mutual labels:  makefile
Docker Node Opencv
Docker image for NodeJS with OpenCV
Stars: ✭ 12 (-7.69%)
Mutual labels:  makefile
Mxe
MXE (M cross environment)
Stars: ✭ 858 (+6500%)
Mutual labels:  makefile
Robopsychology
How to become a robopsychologist
Stars: ✭ 13 (+0%)
Mutual labels:  makefile
Node Shmdb
the implementation of shmdb in node.js
Stars: ✭ 10 (-23.08%)
Mutual labels:  makefile
Android device motorola osprey
Device tree for 2015 Moto G (osprey)
Stars: ✭ 11 (-15.38%)
Mutual labels:  makefile
Tap
Stars: ✭ 12 (-7.69%)
Mutual labels:  makefile
Xsensors
a fork of Xsensors with various improvements (GTK3, cleanup, bugfixes, enhancements)
Stars: ✭ 13 (+0%)
Mutual labels:  makefile
Elixir.mk
A (very) experimental plugins for erlang.mk to use Elixir modules in Erlang
Stars: ✭ 13 (+0%)
Mutual labels:  makefile

Stanford Drupal Profile

Version: 7.x-2.6

Maintainers: Marco Wise, John Bickar, Shea McKinney, Kellie Brownell

URL: http://sites.stanford.edu

A drush make and Drupal install profile for new sites on the Drupal Hosting Service at Stanford ("Stanford Sites").

Leading-edge development occurs on this branch, 7.x-2.x. This branch may or may not reflect what is installed on sites.stanford.edu.

The -installed branches (6.x-1.x-installed, 7.x-1.x-installed, 7.x-2.x-installed) track what is installed on sites.stanford.edu. Check out the latest tag on one of those branches to match what is currently installed on sites.stanford.edu.

Drush Make

  • Run drush make make/group.make to create a group or personal site (includes the Stanford Basic theme; drush make will fail if you do not have access to that private theme repository. You may want to use the --force-complete flag).
  • Run drush make make/dept.make to create a department site (includes Stanford-specific themes; drush make will fail if you do not have access to the private theme repositories).
  • Run drush make make/anchorage.make to create a department site for the Anchorage hosting environment (includes Stanford-specific themes; drush make will fail if you do not have access to the private theme repositories).

Drupal Site Installation

Install using drush like so:

drush si stanford --account-mail="[email protected]" --site-mail="[email protected]" --site-name="Stanford Sites Install" --account-name="admin" --account-pass="admin" install_configure_form.stanford_sites_org_type="group" install_configure_form.stanford_sites_tmpdir="sites/default/files/tmp" install_configure_form.stanford_sites_requester_email="[email protected]" install_configure_form.stanford_sites_requester_name="Leland Stanford, Jr." install_configure_form.stanford_sites_requester_sunetid="sunetid" -y

Additional flags for "drush si":

To use SimpleSAMLphp instead of webauth: install_configure_form.stanford_authentication=simplesamlphp

To use Amazon S3 as the file system instead of local file system: install_configure_form.enable_s3fs=1 install_configure_form.awssdk2_access_key="INSERT_KEY_HERE" install_configure_form.awssdk2_secret_key="INSERT_SECRET_KEY_HERE" install_configure_form.s3fs_bucket="BUCKET_NAME_HERE" install_configure_form.s3fs_bucket_region="us-west-2"

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].