Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Lullabot/luggage_isu

 
 

Repository files navigation

Luggage_ISU

Build Status

Luggage_ISU is a fork of Luggage with additions specifically designed for use at Iowa State University. Luggage is a Drupal 7.x platform for building/maintaining academic websites.

  • Build Luggage from script or Add/Merge Luggage to your current Drupal 7.x project.
  • Enable the features you would like to use.
  • Magic.

Luggage is a managed stable release of Drupal 7.x coupled with several features that together make a platform. The platform can be applied at any time:

The overriding design goal for the Luggage Platform are discrete fully functional features that are independent of the platform and any Drupal theme. When the individual features are combined together a full-featured academic platform emerges. Luggage is not an install profile nor a distribution. It can be applied to any Drupal 7 project at any time. It can also be removed as simply.

Is Luggage_ISU Right For You?

This is an Iowa State University flavor of Luggage. Perfect for those intending to build and deploy at ISU.

If this is not you, then Luggage is right for you!

Version

Development of Luggage_ISU takes place on the 'development' branch in Github. Pull requests should be made against the 'development' branch.

Releases take place on the 'master' branch.

The 2.x.x branch of Luggage is being maintained for security fixes only.

Upgrading from Luggage 2.x.x to 3.x.x

  1. Use git to upgrade your code
  2. Update your git submodules
  3. If you were using PubCookie, run the upgrade script in the scripts directory

Technology

Luggage uses a number of open source projects to work properly:

  • Drupal - Drupal is an open source content management platform powering millions of websites and applications.
  • Drush - a command-line shell and scripting interface for Drupal
  • Ckeditor - HTML text editor designed to simplify web content creation
  • Flexslider2 - The best responsive slider. Period.
  • Apache Solr - search platform.
  • Shibboleth - authentication

Installation

Below is the brief run-down on how to install Luggage_isu. The full installation documentation can be found here.

#####Assumptions:

  • Drush is installed
  • Git is installed

Clone this repo into the root directory that your web server points to.

Run the build script found within the scripts directory:

source ./scripts/build_luggage_isu.sh

The last line of output from the script, if successful, will be a root user one-time login link. Copy and append everything from "/user" and on, to the end of the luggage installation url in a web browser of your choice. Typically, the final link will look something like this:

http://localhost/luggage/user/reset/1/1409061179/KjbHsr6O7FRaz-__WShbgWuPwKHKrXHy6QGV_AQu02E/login

You are now logged in as the root user, allowing you to develop using the power of Luggage! Enjoy!

Contributing

Refer to the Luggage git architecture

Refer to the contribution documentation

Troubleshooting

Read/Search Luggage Documentation

Join us on IRC FreeNode @ #luggage

Travis-CI - https://travis-ci.org/isubit/luggage_isu

  • Reports into IRC FreeNode @ ##luggage

License

GPLv2

Open Source | Open Access | Open Mind

Packages

No packages published

Languages

  • PHP 75.3%
  • JavaScript 12.7%
  • CSS 10.2%
  • Shell 1.4%
  • Other 0.4%