QUICKSTART.md in europeana-blacklight-0.4.0 vs QUICKSTART.md in europeana-blacklight-0.4.1
- old
+ new
@@ -14,19 +14,20 @@
```
## Bundle europeana-blacklight
Add to the Gemfile:
```ruby
-gem 'europeana-blacklight', '~> 0.3'
+gem 'europeana-blacklight', '~> 0.3', '< 0.4'
```
## Get a Europeana API key
From http://labs.europeana.eu/api/
## Install Blacklight with the Europeana API adapter
```
bundle install
bundle exec rails generate blacklight:install --devise
+# This will ask if you want to overwrite some files; just say yes in a new app.
bundle exec rails generate europeana:blacklight:install YOUR_API_KEY
bundle exec rake db:migrate
```
## Customise the config