Skip to content

Commit

Permalink
docs (readme): clarify usage section
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-gesinn committed Jan 22, 2025
1 parent bfa6d67 commit 7829fa8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,20 @@ To install ckanext-multiuploader:
sudo service apache2 reload


## Usage and Config
## Config

**Note**: you have to set the max resource size in ckan configuration (`/etc/ckan/default/ckan.ini`)

ckan.max_resource_size


## Usage
### Add a dataset with the multiuploader user interface
```
Given an existing organization
When I add a dataset and enter required data in step 1 "Create Dataset"
And I click "Next: Add Data"
Then I should see the alternate user interface of "multiuploader" in the "Add data" tab
```

## Tests

Expand Down

0 comments on commit 7829fa8

Please sign in to comment.