Skip to content

Latest commit

 

History

History
67 lines (57 loc) · 3.09 KB

README.md

File metadata and controls

67 lines (57 loc) · 3.09 KB

ISLE Docker Development Repo

Development repo for testing.
NOT FOR PRODUCTION!

Docker Image GitHub Repos that comprise this stack:

Requirements

  • Docker-CE or EE
  • Docker-compose
  • Git
  • Time required > 30 minutes.

Quick Start

  1. Clone this repo
    • git clone https://github.com/Islandora-Collaboration-Group/ISLE-Development.git
  1. Change directory to the cloned directory:
    • cd ISLE-development (by default)
  2. Pull the latest images:
    • docker-compose pull
  3. Launch the ISLE preRC stack for testing:
    • docker-compose up -d
  4. Install Islandora on the isle-apache-ld container:
    • docker exec -it isle-apache-ld bash /utility-scripts/isle_drupal_build_tools/isle_islandora_installer.sh
  5. To wrap up testing:
    • In the folder with the docker-compose.yml docker-compose down -v

Important Notes, Ports, Pages and Usernames/Passwords

@SEE: https://github.com/Islandora-Collaboration-Group/ISLE
There are additional steps such as adding isle-localdomain to your etc/hosts which will not be covered here.

Locations, Ports:

Users and Passwords

Read as username:password

Islandora (Drupal) user and pass (default):

  • isle:isle

All Tomcat services come with the default users and passwords:

  • admin:isle_admin
  • manager:isle_manager