This documentation is based on Jekyll Doc Theme. Go to the website for detailed information and demo. Visit the Glyphboard Documentation.
From 2016–2019 the development of Glyphboard has been supported by the European Union through the European Regional Development Fund and the Free State of Saxony, Germany (Visual Analytics Interfaces for Big Data Environments (VANDA) – project no. 100238473).
You need Ruby and gem before starting, then:
# install bundler
gem install bundler
# clone the project
git clone https://github.com/visualengineers/glyphboard-doc.git
cd glyphboard-doc
# run jekyll with dependencies
bundle exec jekyll serve
Alternatively, you can deploy it using the multi-stage Dockerfile that serves files from Nginx for better performance in production.
Build the image for your site's JEKYLL_BASEURL
:
docker build --build-arg JEKYLL_BASEURL="/" -t glyphboard-doc .
and serve it:
docker run -p 8080:80 glyphboard-doc
Released under the MIT license.