File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ Since [Metafacture Fix](https://github.com/metafacture/metafacture-fix) is intro
1313It should help you to get accustomed with Metafacture Core and Metafacture Fix.
1414Have fun.
1515
16+ The content pages can be found [ in ` /docs/ ` ] ( /docs/ )
17+
1618Lesson plan:
1719
1820[ 01 Introducing metafacture] ( ./docs/01_Introducing_Metafacture.md )
@@ -37,3 +39,24 @@ Lesson plan:
3739
3840[ 11 Mapping Marc to Dublin Core] ( ./docs/11_MARC_to_Dublin_Core.html )
3941
42+ ## Testing
43+
44+ ### Installation
45+ If you are on debian derivates go install build-essentials:
46+ ```
47+ apt install build-essential
48+ ```
49+ Then you can use the Ruby Dependency Management to build all you need:
50+ ```
51+ bundle install
52+ ```
53+ Start jekyll like this:
54+ ```
55+ bundle exec jekyll serve
56+ ```
57+ If you experience troubles, make sure to not have jekyll installed via you
58+ package manager. On debian derivates do:
59+ ```
60+ apt purge jekyll
61+ ```
62+
You can’t perform that action at this time.
0 commit comments