Skip to content

uhlibraries-digital/armand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Armand

Maintainability License

Armand is a digital repository based on Hyrax

Manual Installation

  1. Cone repository
  2. Install: bundle install
  3. Setup databases: bundle exec rake db:setup
  4. Create default Admin Set: rake hyrax:default_admin_set:create

Docker

Intial setup. Run the command below to get Armand setup for the first time in docker

docker-compose run --rm -v $PWD/solr/config:/config solr bash -c "precreate-core armand-development /config"
docker-compose run --rm app rails db:migrate
docker-compose run --rm app rake hyrax:default_admin_set:create

Run Armand

docker-compose up app

Authentication

This instance of Avalon is setup to use SAML authentication. The development environment comes with a IDP Fake AzureAD with 2 users available. (NOTE: Fake AzureAD is not to be used in a production environment)

Administrator Account:

Username Password
smithj password

Basic User Account:

Username Password
doej password

Dependencies

These dependencies are required to run both Armand and the Hyrax stack.

  1. Solr >= 5.x
  2. Fedora Commons >=4.5.1
  3. PostgreSQL
  4. Redis
  5. ImageMagick with JPEG-2000 support
  6. FITS >= 1.0.x
  7. LibreOffice
  8. ffmpeg

License

Apache-2.0

About

Armand is a digital repository based on Hyrax

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published