Skip to content

Instantly share code, notes, and snippets.

@McFateM
Created March 9, 2018 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save McFateM/8af33c4c006f53de159379ebeedba8c7 to your computer and use it in GitHub Desktop.
Save McFateM/8af33c4c006f53de159379ebeedba8c7 to your computer and use it in GitHub Desktop.
Summary: Test site launch process

Summary: Test site launch process

  • If using Vagrant or a VM, the steps below assume you are still shelled in (connected by SSH) into the ISLE Host VM via a terminal on a local laptop.

  • If using Docker for Mac, continue to use the open terminal and navigate (cd) to the ISLE project directory.

The steps below are for all users (Vagrant, VM, non Vagrant and Docker for Mac users alike.)

The install times stated below for each container are highly dependent on the enduser's available Internet bandwidth and could take more or less time accordingly.

  • run docker-compose up -d - this is going to download and start all five images (roughly 600GB of data so it may take a little while depending on your connection)

    • The process should complete with NO errors.

    • Check if the containers are running: docker ps (shows only running containers)

    • If you don't see all five containers try: docker ps -a (shows all containers running or not)

If you encounter any ERRORs, or if all five containers are NOT running, then proceed to the Troubleshooting section first before advancing to the "Install script on Apache container" section below

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment