Skip to content

br2490/isle-apache

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISLE Apache HTTPD Image

Part of the ISLE Islandora 7.x Docker Images

Designed as the webserver (httpd) for ISLE. Hosts Drupal and Islandora modules and includes an install script to provide a quick start!

Based on:

Contains and Includes:

Size: 1.5GB

Loading the ISLE.localdomain Islandora instance ('quickstart')

to initialize the current version of Islandora...
docker exec -it isle-apache-ld bash /utility-scripts/isle_drupal_build_tools/isle_islandora_installer.sh

Default Login information

Drupal login information

  • Username: isle
  • Password: isle

Environmental Variables Available:

  • ISLANDORA_UID = 1000 (default)
    Match the Islandora UID to the user id of the user on the host system responsible for Islandora's webroot.
    Most distros use UID 1000 for the primary user, so it is the default.
    If you are experiencing permission issues on the host when editing your webroot id -u to get the appropriate UID to set.

  • ENABLE_XDEBUG = false (default) | true
    Enables the XDEBUG Apache mod for remote debugging.

  • PULL_ISLE_BUILD_TOOLS = true (default) | false
    Fetches the latest ISLE build tools from the (Islandora Collaboration Group)[https://github.com/Islandora-Collaboration-Group/isle_drupal_build_tools]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 67.9%
  • Smarty 16.1%
  • Shell 13.6%
  • Makefile 2.4%