Skip to content

Commit 342eba6

Browse files
authored
Add installation info from metafacture/metafacture-documentation#56
The tutorial is using the same template as the documentation therefore we can reuse the installation instruction by @dr0i See: metafacture/metafacture-documentation#56
1 parent e97d424 commit 342eba6

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 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,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+

0 commit comments

Comments
 (0)