Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
git clone https://github.com/fcrepo4fcrepo-exts/fcrepo4fcrepo-vagrant.git
cd fcrepo4-vagrant
vagrant up

...

No Format
git clone https://github.com/fcrepo4fcrepo-labs/fcrepo4fcrepo-docker.git

# Start Fedora(e.g. 5.1.0) server
FEDORA_TAG=5.1.0 docker-compose up -d

# Shutdown server
docker-compose down

...