Rails application for the Archives Unleashed Cloud.
Clone or download
Pull request Compare This branch is 184 commits behind archivesunleashed:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
app
bin
config
db
lib
log
public
test
tmp
vendor
.env.example
.gitignore
.rubocop.yml
.travis.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Gemfile
Gemfile.lock
LICENSE.txt
README.md
Rakefile
config.ru
package.json

README.md

AUK; Archives Unleashed Cloud

Build Status codecov Contribution Guidelines LICENSE

King Auk

Rails application for the Archives Unleashed Cloud.

Requirements

Installation

Run the test suite

Ensure Rails is not running (ports 3000), then:

$ bundle exec rake

Run a development server

$ rails s

Run the background job

In another command line tab, run the background job with:

bundle exec rake jobs:work

Then visit http://localhost:3000.

Configuration

This application makes use of figaro.

You will need a config/application.yml file in the root of the application.

Run a console

You can also run bin/console for an interactive prompt that will allow you to experiment.

Contributing

Please see contributing guidelines for details.

License

This application is available as open source under the terms of the Apache License, Version 2.0.

Acknowledgments

This work is primarily supported by the Andrew W. Mellon Foundation. Any opinions, findings, and conclusions or recommendations expressed are those of the researchers and do not necessarily reflect the views of the sponsors.