Skip to content

Commit 408f558

Browse files
committed
Merge #22 from remote-tracking branch 'origin/TobiasNx-patch-1'
2 parents e97d424 + 87ddf17 commit 408f558

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Since [Metafacture Fix](https://github.com/metafacture/metafacture-fix) is intro
1313
It should help you to get accustomed with Metafacture Core and Metafacture Fix.
1414
Have fun.
1515

16+
The content pages can be found [in `/docs/`](/docs/)
17+
1618
Lesson 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+

0 commit comments

Comments
 (0)