README.md in valkyrie-1.3.0 vs README.md in valkyrie-1.4.0
- old
+ new
@@ -239,9 +239,15 @@
1. Run `rake db:create db:migrate` to initialize the database
1. Run the gem's RSpec test suite with `rspec spec` or `rake`
1. Run `rake docker:test:down` to stop the server stack
* The test stack cleans up after itself on exit.
+## Fedora 5 Compatibility
+When configuring your adapter, include the `fedora_version` parameter in your metadata or storage adapter config. If Fedora requires auth, you can also include that in the URL, e.g.:
+ ```
+ Valkyrie::Storage::Fedora.new(connection: Ldp::Client.new("http://fedoraAdmin:fedoraAdmin@localhost:8988/rest"), fedora_version: 5)
+ ```
+
The development and test stacks use fully contained virtual volumes and bind all services to different ports, so they can be running at the same time without issue.
## Get Help
If you have any questions regarding Valkyrie you can send a message to [the