Skip to content

Files

Latest commit

d8a1ca3 · Nov 10, 2015

History

History
This branch is 20887 commits ahead of, 38179 commits behind eclipse-xtext/xtext:main.

xtext-website

How to Test the Website

The website is generated with Jekyll.

gem install jekyll

To generate the website, run

  jekyll build

You will find the result in the _site folder. You can test it locally with

  jekyll serve

which will start a server displaying the site. The server also listens for file changes and automatically rebuilds the website.

Ruby Troubleshooting

  • On Linux/Mac OS we recommend using RVM to manage your Ruby installations
  • On Windows you will have to install the development kit