Skip to content

visualengineers/glyphboard-doc

Repository files navigation

Glyphboard Documentation

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).

Funding by European Union through the European Regional Development Fund

Running locally

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

Docker

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

License

Released under the MIT license.

About

Documentation for Glyphboard project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages