Skip to content

Commit

Permalink
Remove stale sidekiq reference from README
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgiarlo committed Jun 7, 2016
1 parent a85d1f0 commit fd9ec2c
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,15 @@ Account.use_account!('repo.example.com')
Hydra-in-a-Box supports multitenancy using the `apartment` gem. `apartment` works best with a postgres database.


## Background jobs

Start sidekiq from the root of your Rails application so the jobs will be processed:
## Importing
### from CSV:

```
bundle exec sidekiq
$ ./bin/import_from_csv localhost spec/fixtures/csv/gse_metadata.csv ../hybox-objects
```

## Importing
### from purl:

```
$ ./bin/import_from_purl ../hybox-objects bc390xk2647 bc402fk6835 bc483gc9313
```

### from CSV:

```
$ ./bin/import_from_csv localhost spec/fixtures/csv/gse_metadata.csv ../hybox-objects
```

0 comments on commit fd9ec2c

Please sign in to comment.