-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Marco Biagi edited this page Oct 22, 2017
·
3 revisions
This is the site shown at http://www.oris-tool.org/. It is realized using Git Hub pages and the static web page framework jekyllRB. Note that the site shows the content of the master branch.
If you want to execute locally the site for the first time, follow this steps:
- Install RVM:
https://rvm.io/rvm/install
curl -sSL https://get.rvm.io | bash
- Clone the repository, enter in the main folder and launch RVM (RVM should ask you to create a new gemset and to install ruby)
- Install bulder:
gem install bundler
- Install dependencies:
bundle
- Execute jekyll:
jekyll serve
- Open http://localhost:4000