Versions Compared

Key

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

...

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

Docker

No Format
dockergit pull yinlinchenclone https://github.com/fcrepo4-labs/fcrepo4-docker.git

docker# run -it -p 8080:8080 -p 9080:9080 -d yinlinchen/fcrepo4-docker:4.7.1Start Fedora(e.g. 5.0.2) server
FEDORA_TAG=5.0.2 docker-compose up -d

# Shutdown server
docker-compose down

ps. See README  for Fedora with MySQL or PostgreSQL examples.

Ansible

No Format
git clone https://github.com/Digital-Repository-of-Ireland/ansible-fedora4.git
cd ansible-fedora4
vagrant plugin install vagrant-hostmanager
vagrant up


git clone https://github.com/VTUL/fcrepo4-ansible.git
cd fcrepo4-ansible
Local machine: vagrant up
AWS instance: vagrant up --provider aws

 

 

...