Current Release

This documentation covers the current version of Fedora. Looking for another version? See all documentation.

The following projects offer reproducible deployment tooling and environments.

Docker

# the latest bleeding edge updates
docker run -p8080:8080 --name=fcrepo fcrepo/fcrepo

# a particular version
docker run -p8080:8080 --name=fcrepo fcrepo/fcrepo:<tag>

See https://hub.docker.com/r/fcrepo/fcrepo/tags for all available tagged versions.

Also see Database Cache for details on how to set up different backend databases and https://github.com/fcrepo-exts/fcrepo-docker/ for configuration options.

Amazon Web Services (Elastic Beanstalk + RDS + EBS)

git clone https://github.com/fcrepo-exts/fcrepo-aws-deployer
cd fcrepo-aws-deployer
terraform init
terraform apply -var 'aws_profile=<your aws profile>' -var 'ec2_keypair=<your keypair>' -var 'aws_artifact_bucket_name=<a new bucket name>' 

Also see  https://github.com/fcrepo-exts/fcrepo-aws-deployer  for further configuration options, including 'aws_region': the Elastic Beanstalk instance is created in the us-east-1 region by default.


  • No labels