Skip to content
Snippets Groups Projects
Commit e55d1be6 authored by bolkun's avatar bolkun
Browse files

update README.md

parent 013a72c9
No related branches found
No related tags found
No related merge requests found
......@@ -14,12 +14,28 @@ NOTE: use option `copy` if you are not sure how to restore your payload files, w
* Perl version 5.28 or higher, as all necessary modules required
* Module Archive::BagIt::Base 0.065 or higher
## Three ways to install a module
* with cpan `cpan Archive::BagIt`
* with cpanm `cpanm Archive::BagIt` (Note: `cpan App::cpanminus` must be installed)
* manual as downloaded package for Strawberry perl
1. Download for example Archive-BagIt-0.065.tar.gz from [metacpan Archive::BagIt](https://metacpan.org/pod/Archive::BagIt)
2. Extract it with `tar zxf Archive-BagIt-0.065.tar.gz` and go to project dir with `cd in Archive-BagIt-0.065`
3. Run `perl Makefile.pl`
4. `(d)gmake`
5. `(d)gmake test`
6. `(d)gmake install`
7. with `cpanm Archive::BagIt` test for version. Result will be something like `Archive::BagIt is up to date (0.065)`.
## Module deinstallation
1. `cpan App::cpanminus` must be installed.
2. Run `cpanm --uninstall Archive::BagIt`
## Documentation
* Recommanded Windows 10 perl environment [strawberry-perl-5.30.3.1-64bit-portable](http://strawberryperl.com/releases.html)
* Project based on BagIt 1.0 specification, visit [RFC8493](https://tools.ietf.org/html/rfc8493)
* Some valid Bag examples based on operation system look at `export_dir_kitodo/bagit/lin_*` or `export_dir_kitodo/bagit/win_*`
* Specification of creating a SLUB SIP you can find at [SLUBArchiv_Produzenten_SIP_Spezifikation_v2.0.pdf](https://slubarchiv.slub-dresden.de/fileadmin/groups/slubsite/slubarchiv/SLUBArchiv_Produzenten_SIP_Spezifikation_v2.0.pdf)
* For rigths coding specification visit [SLUBArchiv_Produzenten_Rechteauszeichnung_v1.0.pdf](https://slubarchiv.slub-dresden.de/fileadmin/groups/slubsite/slubarchiv/SLUBArchiv_Produzenten_Rechteauszeichnung_v1.0.pdf)
* Specification of creating a SLUB SIP you can find at [SLUBArchiv_Produzenten_SIP_Spezifikation.pdf](https://slubarchiv.slub-dresden.de/fileadmin/groups/slubsite/slubarchiv/)
* For rigths coding specification visit [SLUBArchiv_Produzenten_Rechteauszeichnung.pdf](https://slubarchiv.slub-dresden.de/fileadmin/groups/slubsite/slubarchiv/)
### Explanation
##### Usage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment