-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTRUCTIONS_IBOIS.txt
27 lines (16 loc) · 1.08 KB
/
INSTRUCTIONS_IBOIS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
14:30 08/09/2021
Notes on running Jekyll from the IBOIS server on local windows machine. Here I list some of the problems and solutions I ofund to run Jkyll from local machine.
////////////////////////////////////////////////////////////////////////////
A) Fetch the LAN IBOIS server directory
Jekyll cannot go to the directors of \\enac1files\IBOIS with 'cd'. In order to go to this directors on windows try:
$ pushd \\enac1files\IBOIS
Now you can simulate the website from there.
////////////////////////////////////////////////////////////////////////////
B) If you are using the ruby gems v 3.0.0 the 'webrick' doesn't ship with. You need to add it manually after the wizard ruby installation is finished (for this follow this link: https://jekyllrb.com/docs/installation/windows/). The cmd is:
$ bundle add webrick
////////////////////////////////////////////////////////////////////////////
C) Run the website locally
To run the website locally open a cmd and go to the directory where the jekyll is.
$ pushd <ibois-server-directory>
Than type this:
$ bundle exec jekyll serve --trace