Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SLUB_SIP_Builder
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Preservation
SLUB_SIP_Builder
Commits
b1716cf3
Commit
b1716cf3
authored
3 years ago
by
Andreas Romeyke
Browse files
Options
Downloads
Patches
Plain Diff
- fixed markdon problems
parent
63ec2544
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+10
-10
10 additions, 10 deletions
README.md
with
10 additions
and
10 deletions
README.md
+
10
−
10
View file @
b1716cf3
...
@@ -35,13 +35,13 @@ NOTE: The use of option `copy` is strongly recommended. The remaining options mo
...
@@ -35,13 +35,13 @@ NOTE: The use of option `copy` is strongly recommended. The remaining options mo
2.
Download strawberry perl environment
[
strawberry-perl-5.32.1.1-64bit-portable
](
https://strawberryperl.com/releases.html
)
2.
Download strawberry perl environment
[
strawberry-perl-5.32.1.1-64bit-portable
](
https://strawberryperl.com/releases.html
)
3.
Extract files from archive
3.
Extract files from archive
4.
Start strawberry perl console
`portableshell.bat`
4.
Start strawberry perl console
`portableshell.bat`
5Install additional libraries:
5
.
Install additional libraries:
`cpanm MARC::Record XML::XPath DateTime::Format::ISO8601 Win32::Console::ANSI Archive::BagIt`
`cpanm MARC::Record XML::XPath DateTime::Format::ISO8601 Win32::Console::ANSI Archive::BagIt`
6.
Download the latest
[
Release
](
https://git.slub-dresden.de/digital-preservation/SLUB_SIP_Builder/-/releases
)
:
6.
Download the latest
[
Release
](
https://git.slub-dresden.de/digital-preservation/SLUB_SIP_Builder/-/releases
)
:
→
ZIP file like
`SLUB_SIP_Builder.version-XYZ-master.zip`
→
ZIP file like
`SLUB_SIP_Builder.version-XYZ-master.zip`
7.
Extract the ZIP archive and change into the project directory:
7.
Extract the ZIP archive and change into the project directory:
`cd SLUB_SIP_Builder`
`cd SLUB_SIP_Builder`
8.
Run SLUB SIP Builder:
8.
Run SLUB SIP Builder:
→
Try an example command from below
→
Try an example command from below
`perl bin\slubsipbuilderbagit.pl`
...
`perl bin\slubsipbuilderbagit.pl`
...
...
@@ -74,9 +74,9 @@ Please note, only release builds are supported and will have version or release
...
@@ -74,9 +74,9 @@ Please note, only release builds are supported and will have version or release
4.
Checkout the desired branch/tag/commit:
4.
Checkout the desired branch/tag/commit:
→
for example most current master
→
for example most current master
`git checkout master`
`git checkout master`
4
.
Run unit tests (optional):
5
.
Run unit tests (optional):
`perl t/slubsipbuilderbagit.t`
`perl t/slubsipbuilderbagit.t`
5
.
Run SLUB SIP Builder:
6
.
Run SLUB SIP Builder:
→
Try an example command from below
→
Try an example command from below
`perl bin/slubsipbuilderbagit.pl`
...
`perl bin/slubsipbuilderbagit.pl`
...
...
@@ -85,15 +85,15 @@ Please note, only release builds are supported and will have version or release
...
@@ -85,15 +85,15 @@ Please note, only release builds are supported and will have version or release
2.
Download strawberry perl environment
[
strawberry-perl-5.32.1.1-64bit-portable
](
https://strawberryperl.com/releases.html
)
2.
Download strawberry perl environment
[
strawberry-perl-5.32.1.1-64bit-portable
](
https://strawberryperl.com/releases.html
)
3.
Extract files from archive
3.
Extract files from archive
4.
Start strawberry perl console
`portableshell.bat`
4.
Start strawberry perl console
`portableshell.bat`
5
. Install additional libraries:
5.
Install additional libraries:
`cpanm MARC::Record XML::XPath DateTime::Format::ISO8601 Win32::Console::ANSI Archive::BagIt`
`cpanm MARC::Record XML::XPath DateTime::Format::ISO8601 Win32::Console::ANSI Archive::BagIt`
6.
Clone SLUB SIP Builder repository:
6.
Clone SLUB SIP Builder repository:
`git clone https://git.slub-dresden.de/digital-preservation/SLUB_SIP_Builder.git`
`git clone https://git.slub-dresden.de/digital-preservation/SLUB_SIP_Builder.git`
`cd SLUB_SIP_Builder`
`cd SLUB_SIP_Builder`
→
Hint: For simple updates at a later date, just use
`git pull`
in directory
`SLUB_SIP_Builder`
to get the latest version.
→
Hint: For simple updates at a later date, just use
`git pull`
in directory
`SLUB_SIP_Builder`
to get the latest version.
7.
Run unit tests (optional):
7.
Run unit tests (optional):
`perl t\slubsipbuilderbagit.t`
`perl t\slubsipbuilderbagit.t`
8.
Run SLUB SIP Builder:
8.
Run SLUB SIP Builder:
→
Try an example command from below
→
Try an example command from below
`perl bin\slubsipbuilderbagit.pl`
...
`perl bin\slubsipbuilderbagit.pl`
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment