Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Link to docker instructions

...

  1. Download, install, and run Docker.
    1. See the Step-by-step instructions for settung up Docker for the Fedora/API-X Demo.
  2. Download and unzip the Fedora/API-X Demo.
  3. Using a Command Line Interface, navigate to the directory where you unzipped the file from step 2
  4. Run the command: docker-compose pull, which will download the latest images and any last-minute patches
  5. Run the command: docker-compose up -d
    1. Note that this step will take a while as the Demo downloads and installs a full virtual environment
  6. Test the Demo by opening your web browser and navigating to: http://localhost:8080/fcrepo
    1. The administrator username/password is fedoraAdmin/secret3
  7. Turn off the Demo by running the command: docker-compose stop

...