README.md in fcrepo_admin-0.6.0 vs README.md in fcrepo_admin-0.6.1
- old
+ new
@@ -14,27 +14,22 @@
fcrepo_admin is designed for installation on hydra-head 6.0 or higher (requires active-fedora 6.1 or higher).
See https://github.com/projecthydra/hydra-head/wiki/Installation-Prerequisites.
### Installation
+**Prerequisite**
+
+An existing Hydra head. If you are starting from scratch, see https://github.com/projecthydra/hydra-head for instructions on creating a new Hydra head.
+
**Add to Gemfile**
```
gem 'fcrepo_admin'
```
Then `bundle install`
-**Run the Blacklight and Hydra generators** (if this is a new Rails app, not an existing Hydra head)
-
-```
-rails g blacklight --devise
-rails g hydra:head -f
-rake db:migrate
-rails g hydra:jetty # if you need a development copy of jetty with solr and fedora
-```
-
**Mount the engine**
In `config/routes.rb` add this line:
```ruby
@@ -248,17 +243,12 @@
If Kaminari is suitably patched in the future, we will likely remove `safe_paginate_rsolr_response` in favor of
`paginate_rsolr_response`.
### Contributing
-* Consider first posting to hydra-tech@googlegroups.com with a question or bug report, or submit an issue
- to the Github issue tracker at https://github.com/projecthydra/fcrepo-admin/issues.
-* Fork the git repository, create a feature branch, make your changes, and submit a pull request.
- It is preferable for all changes to be made in one commit, if possible.
+See `CONTRIBUTING.md` in the root of the project.
-Thanks!
-
### License
-See the LICENSE file in the root directory of the project for copyright and license information.
+See the `LICENSE` file in the root directory of the project for copyright and license information.
Licenses for code copied from other projects will be included in source files as required.