Sha256: 4fd84eb0fc3242c52acdf721c89fa378e79962a92dbb69727a11f85ad8e1a619

Contents?: true

Size: 573 Bytes

Versions: 1

Compression:

Stored size: 573 Bytes

Contents

# Sufia

Run the blacklight, hydra and scholarsphere generators
```
rails g blacklight --devise
rails g hydra:head -f
rails g sufia -f
```

Run the migrations

```
rake db:migrate
```

In your Gemfile add this:
```
gem 'jettywrapper'
```
Then run `bundle install`


If you want to use the assets that ship with Sufia, add the following to application.css
```
 *= require scholarsphere
```
and add the following to application.js
```
//= require scholarsphere
```

Testing: 
```
rake scholarsphere:fixtures:create scholarsphere:fixtures:generate
rake fixtures
rake spec
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sufia-0.0.1.pre2 README.md