You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Andrei Ivascu edited this page Aug 4, 2020
·
1 revision
Prerequisites
In order to be able to serve the documentation site locally you'll need to have installd a recent version of Ruby DevKit and Jekyll on your environment.
Once you have installed all the dependencies, open a new console window, navigate to the root repository folder and run the following command.
> bundle install
This will restore all the depending gem files on your local machine.
Debug
Once you have completed the steps above, you can run the documentation website locally, by executing the following command.
> bundle exec jekyll serve
This will start a local server which will serve the documentation on http://127.0.0.1:4000.
Troubleshooting
I am having issues installing dependencies on Windows
In case you have installed the Ruby DevKit using RubyInstaller, please make sure you have used the following option 3 - MSYS and MINGW development toolchain and then re-run the dependencies restore command.
To update the selected installation option run the command below and when prompted, select the appropriate option.