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
13
13
It should help you to get accustomed with Metafacture Core and Metafacture Fix.
14
14
Have fun.
15
15
16
+ The content pages can be found [ in ` /docs/ ` ] ( /docs/ )
17
+
16
18
Lesson plan:
17
19
18
20
[ 01 Introducing metafacture] ( ./docs/01_Introducing_Metafacture.md )
@@ -37,3 +39,26 @@ Lesson plan:
37
39
38
40
[ 11 Mapping Marc to Dublin Core] ( ./docs/11_MARC_to_Dublin_Core.html )
39
41
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