This repository contains source files for the Zanata home page.
Run locally (at http://localhost:4000):
- Install ruby.
- Install bundler:
gem install bundler
- Run bundler:
bundle install
- Start Jekyll:
bundle exec jekyll serve --watch --config _dev_config.yml
For more information, see https://help.github.com/articles/using-jekyll-with-pages
$ yum install ruby ruby-devel gcc zlib-devel
$ gem install bundler execjs
$ bundle install
$ bundle exec jekyll serve --watch --config _dev_config.yml
There is also a script to handle the setup process on Fedora, including increasing the watch file limit.
- Install rvm to use the most recent version of Ruby
- Add yourself to rvm group
sudo usermod -a -G rvm yourusername
- Install Jekyll
- Optional: If you do not have a JavaScript runtime specified, you may be prompted to install one. i.e.
gem install execjs
and thengem install therubyracer
See these docs for troubleshooting.