File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-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,26 @@ Lesson plan:
3739
3840[ 11 Mapping Marc to Dublin Core] ( ./docs/11_MARC_to_Dublin_Core.html )
3941
42+ ## Testing
43+
44+ ### Installation
45+ sudo apt remove ruby-bundler; sudo apt purge jekyll; sudo apt update; sudo apt install build-essential; bundle install; bundle exec jekyll serve
46+
47+ If you are on debian derivates go install build-essentials:
48+ ```
49+ sudo apt install build-essential
50+ ```
51+ Then you can use the Ruby Dependency Management to build all you need:
52+ ```
53+ bundle install
54+ ```
55+ Start jekyll like this:
56+ ```
57+ bundle exec jekyll serve
58+ ```
59+ If you experience troubles, make sure to not have jekyll installed via you
60+ package manager. Also remove ruby-bundler. On debian derivates do:
61+ ```
62+ sudo apt purge jekyll; sudo apt remove ruby-bundler
63+ ```
64+
You can’t perform that action at this time.
0 commit comments